Created
November 25, 2018 11:03
-
-
Save Samuell1/ff9f26e91fa0cb81ecd144171ae68ec6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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