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?
Completely shut down server
Discussion in 'Rust Discussion' started by ProfesorKush, Dec 17, 2015.
-
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.
-
and will that save server? Can it corrupt it? Anything bad it can do?
Sounds forsive and bad -
Wulf Community Admin
-
-
-
Wulf Community Admin
-
@Wulf now its deleting entities which is map now? Why? all i did was quit
-
Wulf Community Admin
-
-
[DOUBLEPOST=1450332177][/DOUBLEPOST]@Resistance so no wipe? -
Yes I am been using the quit command on test and live server many times
[DOUBLEPOST=1450332279][/DOUBLEPOST] -
-
You worry to much
-
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..
Last edited by a moderator: Dec 17, 2015 -
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
-
Having that in the bat file will cause your server to restart