How do you update your rust server? so far the only way i know how to do it is full reinstall of the server which sucks so i was wounding if there is a better way of doing it? if anyone can help i would appreciate it
If your talking about a dedicated server, as in one run from your pc, then make a new batch file and add this into it:
echo off
:start
D:\Games\steamcmd\steamcmd.exe +login anonymous +force_install_dir "D:\Games\RustServer\Server" +app_update 258550 -beta staging +quit
goto start
Change the directories and should be all good
Sorry, you need to Log In to post a reply to this thread.