Jump to content

Caves Server not connecting?


Recommended Posts

Hi, I'm self-hosting an Pterdoactyl Panel and I'm using the offical Don't Starve Egg to create the server on my panel.

But sometimes when I restart my server, it doesn't really connect the Caves Server it just says that the Caves are inactive and I don't know how to really fix this issue.

image.png.dae6d5bb2f612ae88ae8ecbcdc131001.png

 

They're all on different ports,
Master: 10999
Cave: 11000
Shard: 11001

 

This is my start up command: 

cd bin64 && coproc caves ( ./dontstarve_dedicated_server_nullrenderer_x64 -bind_ip 0.0.0.0 -port 11000 -persistent_storage_root /home/container/DoNotStarveTogether -conf_dir config -cluster server -players 16 -shard Caves ); ./dontstarve_dedicated_server_nullrenderer_x64 -bind_ip 0.0.0.0 -port 10999 -persistent_storage_root /home/container/DoNotStarveTogether -conf_dir config -cluster server -players 16 -shard Master

 

If anyone is experienced with hosting DST Servers on Pterodactyl Panel, please let me know how I can properly fix this issue.

Hi, it has something to do with mods:

I made the server on my personal computer and it's working completely fine, but when I put it on my linux server it starts to break, going into caves or out will just put you into an endless loading screen. Anyone knows how to properly fix that?

Mods generally work well platform independent as mods are just lua scripts.

This sounds more like the Firewall on your Linux system has blocked the port of the caves shard. This way the Master shard told to client to connect to the caves shard port, but there's no response from the caves shard.

12 hours ago, Daniel86268 said:

Mods generally work well platform independent as mods are just lua scripts.

This sounds more like the Firewall on your Linux system has blocked the port of the caves shard. This way the Master shard told to client to connect to the caves shard port, but there's no response from the caves shard.

Interesting, when using no mods caves and normal overworld are working fine, as soon as I start to add any mod it's breaking my whole server...

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...