Skip to content

Instantly share code, notes, and snippets.

@Samuell1
Created November 25, 2018 11:03
Show Gist options
  • Save Samuell1/ff9f26e91fa0cb81ecd144171ae68ec6 to your computer and use it in GitHub Desktop.
Save Samuell1/ff9f26e91fa0cb81ecd144171ae68ec6 to your computer and use it in GitHub Desktop.
@echo off
:start
e:\steamcmd\steamcmd.exe +login anonymous +force_install_dir e:\rustserver\ +app_update 258550 -beta staging +quit
:juststart
RustDedicated.exe -batchmode -server.port 28015 -server.hostname "My Server" ^
-rcon.port 28016 ^
-rcon.password "password" ^
-rcon.web 1 ^
-server.description "Hey I did a thing" ^
-server.url "Your web page or discord link" ^
-server.headerimage "Host an image and place the link here" ^
-server.maxplayers 100 ^
-server.identity "myserver" ^
-autoupdate ^
-backups
@echo To restart server press any key.
@pause >nul
@cls
goto start
REM install in e:\rustserver\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment