Im facing an issue related to my rust server on linux. Idk after 1-2 hours, the server becomes weird, players can't connect, rcon doesnt work. For players it just show conneting for minutes...
I use screen on linux and then use the startup script (runds.sh)
I use screen on linux and then use the startup script (runds.sh)
# runds.sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:dirname $0/RustDedicated_Data/Plugins:dirname $0/RustDedicated_Data/Plugins/x86_64
./RustDedicated -batchmode +server.port 28015 +server.queryport 28016 +server.level "Procedural Map" +server.seed 1778580648 +server.worldsize 3750 +server.maxplayers 10 +server.hostname "SECRET" +server.description "Description shown on server connection window." +server.url "http://yourwebsite.com" +server.headerimage "http://yourwebsite.com/serverimage.jpg" +server.identity "server1" +rcon.port 28017 +rcon.password "SECRET" +server.tags "biweekly,vanilla,eu" +rcon.web 1

What's more weird is that when i usually press control + c, server saves and stops. But now in idle state, I have to press control + c 2x times which immediately stops it. I use SSH to access linux vps