shy1337 Posted February 5, 2025 Share Posted February 5, 2025 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. 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. Link to comment https://forums.kleientertainment.com/forums/topic/163701-caves-server-not-connecting/ Share on other sites More sharing options...
shy1337 Posted February 6, 2025 Author Share Posted February 6, 2025 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? Link to comment https://forums.kleientertainment.com/forums/topic/163701-caves-server-not-connecting/#findComment-1793309 Share on other sites More sharing options...
Daniel86268 Posted February 6, 2025 Share Posted February 6, 2025 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. Link to comment https://forums.kleientertainment.com/forums/topic/163701-caves-server-not-connecting/#findComment-1793440 Share on other sites More sharing options...
shy1337 Posted February 6, 2025 Author Share Posted February 6, 2025 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... Link to comment https://forums.kleientertainment.com/forums/topic/163701-caves-server-not-connecting/#findComment-1793619 Share on other sites More sharing options...
Recommended Posts
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.