As my toppic says: global.restart command wont bring the server back online. same for just restart command.
Solved Restart command won't bring the server back online
Discussion in 'Rust Discussion' started by KirjoZzZ, Feb 27, 2016.
-
Attached Files:
-
-
The restart command never actually restarted the server.
You'd need a restart script á la Solved - Linux/Wine auto restart/updating? | Oxide. -
-
And I'm pretty sure this still hasn't changed, since Wulf still recommends for the hoster to set up the actual restarting (see Timed restarts with chat warning? | Oxide)
The only reason I see why it might have changed for you is because there was an actual restart script present before, but isn't anymore. The restart command doesn't actually restart. -
Fixed. Thanks sqroot.
Here is what I had before:
Code:@echo off RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +server.port 28015 +server.level "Procedural Map" +server.worldsize 4000 +server.seed 21457845 +server.maxplayers 150 +server.hostname "[RU] AKRust ( X2 | KITS | MAP | HOME | ZLEVEL )" +server.identity "AKRust" +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password ... +query_port 28017
Code:@echo off cls :startRustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +server.port 28015 +server.level "Procedural Map" +server.worldsize 4000 +server.seed 21457845 +server.maxplayers 150 +server.hostname "[RU] AKRust ( X2 | KITS | MAP | HOME | ZLEVEL ) " +server.identity "AKRust" +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password ... +query_port 28017@echo. @echo Restarting server... @echo. goto start
-
Wulf Community Admin