1. 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)

    1. RCON send "echo Restart in 30 minutes"
    2. Sleep 15minutes.
    3. RCON send "echo Restart in 15minutes"
    4. Sleep 5minutes.
    5. RCON send "echo Restart in 10minutes"
    6. Sleep 5minutes.
    7. RCON send "echo Restart in 5 minutes"
    8. Sleep 2minutes.
    9. RCON send "echo Restart in 3minutes"
    10. Sleep 1minutes.
    11. RCON send "echo Restart in 2minutes"
    12. Sleep 1minutes.
    13. RCON send "echo Restart in 1minutes"
    14. Sleep 45seconds.
    15. RCON send "echo Restart ..."
    16. Sleep 15 seconds.
    17. RCON send "quit" to the console.
    18. Sleep 15 seconds.
    19. Close the server console.
    20. Sleep 20 seconds.
    21. Launch the start.bat script.

    Do you think this is a good method?
    Do you have a better solution?
     
  2. The "global.restart" command displays a countdown of 60 seconds and I think you can program it with Rusty in "Admin">"Timed Commands".
    ;-)
     
  3. Why make it simple when it can be complicated. :D
     
  4. (up) I am always looking how to automatically restart the server.
     
  5. Wulf

    Wulf Community Admin

    You'd need a script or a software application that monitors the process and restarts it if it stops. There are quite a few recommendations in past threads.
     
  6. oops, I have not seen :s
     
  7. Woot, I have long sought this for Rust, but never finding correct. I test FireDeamon, it is great ;)