30 lines
1.7 KiB
Plaintext
30 lines
1.7 KiB
Plaintext
Here are the commands:
|
|
|
|
Go to PuTTy
|
|
|
|
login, go to the right folder, i used lgsm to install rust so this is how it updates also.
|
|
|
|
https://linuxgsm.com/lgsm/rustserver/
|
|
|
|
./rustserver // List Full commands
|
|
|
|
./rustserver backup // backup the server before you do anything as the update could fuck everything up. I backup the files through filezilla locally also (plugins and config files only)
|
|
|
|
./rustserver check-update // check local and remote build
|
|
|
|
./rustserver stop
|
|
./rustserver update // This will update rust, may wipe the server not sure // This killed the server last time so please be weary of running it. Only on main updates
|
|
./rustserver validate // validate files, this will overwrite some rust files like mods and stuff, why you must install mods after, but idk how to update and then update oxide, because they have to be on the same update. Can't update till oxide updates.
|
|
./rustserver mods-update // I reckon will just update the Oxide, not sure about plugins. shouldn't update plugins no. MAKE SURE RUST UPDATE MATCHES
|
|
|
|
./rustserver start
|
|
|
|
./rustserver restart
|
|
./rustserver details
|
|
./rustserver debug
|
|
./rustserver backup
|
|
./rustserver monitor // monitors the server and if it goes down, will restart it automatically, can configure with crontab -e to start on boot also. (if server restarts)
|
|
./rustserver console // watch rustserver boot but doesnt really watch it, did at first. // it now works, shows server boot. I changed some lines to log it locally so that kind of fucked it up.
|
|
ctrl+b the press "d" to exit console. (ctrl+c will fuck it up and you must stop and start server again)
|
|
/home/ruster/rustserver/serverfiles/rustserver.txt // Boot Log location, if server isn't booting check here for logs.
|