Solved Auto-restart on crash?
Discussion in 'Rust Discussion' started by Judd, Sep 23, 2014.
-
Wulf Community Admin
You'd have to contact your host.
-
-
Wulf Community Admin
-
I currently have:Code:@echo off Start /high rust_server.exe -batchmode -hostname "FRUSTRATEDGAMERS.COM :: Anti-Cheat|KIT|REMOVER|SETHOME|ECON" -port 28015 -datadir "save/rust/" -maxplayers 50 -cfg "save/server.cfg" -oxidedir "save/oxide"
-
If you're willing to use a 3rd party tool google "Control Running Program", its freeware.
-
I use keeprunning, there are free légal versions out their but i couldnt find thèm.
Other possibility would be to transform your run_server.exe into à windows service application so windows will keep it running all the time for you and restart it on crash.
But for that you need to find à tutoriel, it seemed hard to do so i used keeprunning app -
Wulf Community Admin
There's a lot of examples of this that can be found via searching the net. You'll likely have to experiment, as I haven't really seen any scripts made purely for Rust Server yet. Better option may be one of the programs that Domestos or Reneb linked. -
-
I'm interested in getting someone to write it for me paid
.
or a guide on how to make it a Service =D I work long hours and need it to autorestart. -
Wulf Community Admin
-
I've got timedexecute and restarter.exe however it crashed at lunch time, and didnt automatically restart, as I work 12 hour shifts, this is alot of downtime.
-
Wulf Community Admin
-
any tips on what to google to figure out what I need in said bat
All I can find is minecraft bat's lol -
Wulf Community Admin
-
Oooooh I overlooked that, so if I input my server stuff in there it'll autorestart on crashes? thanks bro
-
Wulf Community Admin
-
found something -silentcrashes, will get rid of the notification and let restarter.exe restart the process?