1. How can I completely shutdown server with a console command for like timed execute. I need it for my VPS so Fire Daemon tools can bring it back up, stop and restart just unload plugins and times out players so Fire Daemon cant put it back up. So any ideas? Whats raknet? can i use that?
     
  2. Wulf

    Wulf Community Admin

    The 'quit' command is what you'd usually use to stop your server. Raknet is the networking library that Rust uses, it's not something you'd use.
     
  3. so quit on timed execute will work?
    and will that save server? Can it corrupt it? Anything bad it can do?
    Sounds forsive and bad
     
  4. Wulf

    Wulf Community Admin

    It's Rust's default shutdown command, which should save as well.
     
  5. So it auto saves cool thx
     
  6. It also autosaves in the TimedExecute configs with the command "server.save"
     
  7. Wulf

    Wulf Community Admin

    On shutdown? The game already automatically saves at intervals. There's no need to have multiple sources saving at the same time, else you may end up with some corruption.
     
  8. @Wulf now its deleting entities which is map now? Why? all i did was quit
     
  9. Wulf

    Wulf Community Admin

    When you start the server again? That's normal behavior for Rust at startup.
     
  10. Don't worry that's what it should do once you restart server it will restore all from the shutdown
     
  11. U sure?
    [DOUBLEPOST=1450332177][/DOUBLEPOST]@Resistance so no wipe?
     
  12. Yes I am been using the quit command on test and live server many times
    [DOUBLEPOST=1450332279][/DOUBLEPOST]
    Why would it wipe you are only closing server
     
  13. It says deleting entities and starts deleting it
     
  14. You worry to much
     
  15. Code:
    [12/16/2015 9:56:43 PM] [Raknet] Server Shutting Down (quit)
    [12/16/2015 9:56:43 PM] Deleting Entities
    [12/16/2015 9:56:48 PM]     126,295 remaining..
    [12/16/2015 9:56:53 PM]     124,199 remaining..
    [12/16/2015 9:56:59 PM]     122,183 remaining..
    [12/16/2015 9:57:04 PM]     120,334 remaining..
    [12/16/2015 9:57:09 PM]     118,748 remaining..
    [12/16/2015 9:57:14 PM]     117,304 remaining..
    [12/16/2015 9:57:19 PM]     115,902 remaining..
    [12/16/2015 9:57:24 PM]     114,519 remaining..
    [12/16/2015 9:57:29 PM]     113,129 remaining..
    [12/16/2015 9:57:34 PM]     111,779 remaining..
    [12/16/2015 9:57:39 PM]     110,465 remaining..
    [12/16/2015 9:57:44 PM]     109,110 remaining..
    [12/16/2015 9:57:49 PM]     107,800 remaining..
    [12/16/2015 9:57:54 PM]     106,522 remaining..
    [DOUBLEPOST=1450333736][/DOUBLEPOST]
    Kk
     
    Last edited by a moderator: Dec 17, 2015
  16. Whenever I use the 'quit' command the server automatically restarts.

    Does it not close and stay closed because of my startup file?

    Code:
    @echo off
    cls
    :startcd rustds
    RustDedicated ...settings here...@echo.
    @echo Restarting server...
    @echo.
    goto start
    
     
  17. Having that in the bat file will cause your server to restart