[Need help] Issue with starting Dedicated Server [Linux - Ubuntu]

marmagz

Refugee
Hi. I'm trying to configure my own dedicated server to be able to play with my friends anytime.

When I am trying to start the server via "./startserver.sh -configfile=serverconfig.xml" command, the prompt being shown is something about UnityMemory and boot.config. Please refer to the image below.
I already added the prompted values and saved it to boot.config under 7d2d server data folder but it's still occuring.

Edit: All ports were properly configured. This is the guide that I followed: How To Build a 7 Days To Die Server on Ubuntu - Mason Egger

https://imgur.com/a/ebX5AK6

Code:
[UnityMemory] Configuration Parameters - Can be set up in boot.config
    "memorysetup-bucket-allocator-granularity=16"
    "memorysetup-bucket-allocator-bucket-count=8"
    "memorysetup-bucket-allocator-block-size=4194304"
    "memorysetup-bucket-allocator-block-count=1"
    "memorysetup-main-allocator-block-size=16777216"
    "memorysetup-thread-allocator-block-size=16777216"
    "memorysetup-gfx-main-allocator-block-size=16777216"
    "memorysetup-gfx-thread-allocator-block-size=16777216"
    "memorysetup-cache-allocator-block-size=4194304"
    "memorysetup-typetree-allocator-block-size=2097152"
    "memorysetup-profiler-bucket-allocator-granularity=16"
    "memorysetup-profiler-bucket-allocator-bucket-count=8"
    "memorysetup-profiler-bucket-allocator-block-size=4194304"
    "memorysetup-profiler-bucket-allocator-block-count=1"
    "memorysetup-profiler-allocator-block-size=16777216"
    "memorysetup-profiler-editor-allocator-block-size=1048576"
    "memorysetup-temp-allocator-size-main=4194304"
    "memorysetup-job-temp-allocator-block-size=2097152"
    "memorysetup-job-temp-allocator-block-size-background=1048576"
    "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
    "memorysetup-temp-allocator-size-background-worker=32768"
    "memorysetup-temp-allocator-size-job-worker=262144"
    "memorysetup-temp-allocator-size-preload-manager=262144"
    "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
    "memorysetup-temp-allocator-size-audio-worker=65536"
    "memorysetup-temp-allocator-size-cloud-worker=32768"
    "memorysetup-temp-allocator-size-gfx=262144"
 
Last edited by a moderator:
I'm pretty sure that's just informational. You need to look in your 7DaysToDieServer_Data folder for the output_log__<timestamp>.txt file to see what's actually happening and if you're having any errors.

 
Hi  @mjgreenjr. Thanks for your response. I already can see my server on the server browser in-game, the only problem as of now is I can't connect, and it says cannot retrieve server information.

 
Back
Top