Hi!
I am looking for a method to clean off the server (quit => no rollback)
and automatically restart a fixed time (5AM).
I think of a script that will be run by the "Task Scheduler" of Windows.
(This is a dedicated server)
- RCON send "echo Restart in 30 minutes"
- Sleep 15minutes.
- RCON send "echo Restart in 15minutes"
- Sleep 5minutes.
- RCON send "echo Restart in 10minutes"
- Sleep 5minutes.
- RCON send "echo Restart in 5 minutes"
- Sleep 2minutes.
- RCON send "echo Restart in 3minutes"
- Sleep 1minutes.
- RCON send "echo Restart in 2minutes"
- Sleep 1minutes.
- RCON send "echo Restart in 1minutes"
- Sleep 45seconds.
- RCON send "echo Restart ..."
- Sleep 15 seconds.
- RCON send "quit" to the console.
- Sleep 15 seconds.
- Close the server console.
- Sleep 20 seconds.
- Launch the start.bat script.
Do you think this is a good method?
Do you have a better solution?
Automatic restart method
Discussion in 'Rust Discussion' started by Loup-des-Neiges, Mar 3, 2015.
-
The "global.restart" command displays a countdown of 60 seconds and I think you can program it with Rusty in "Admin">"Timed Commands".
;-) -
Why make it simple when it can be complicated.
-
(up) I am always looking how to automatically restart the server.
-
Wulf Community Admin
-
-
http://www.firedaemon.com/ I highly recommend it.
-
Woot, I have long sought this for Rust, but never finding correct. I test FireDeamon, it is great