

If it doesn't exist, click "New file" on the side menu to create it. On the server control panel, access the file manager under Files > FTP File Access You can add an Admin to your Rust server with the following steps: The helicopter can be triggered to run by a RUST administrator or moderator, using the RUST helicopter command. Moderatorid - This grants access to all admin commands, but cannot add/remove other admins. The RUST helicopter is a special event that is run automatically on vanilla servers every 2 to 3 hours. Ownerid - This grants access to all admin commands, and can add/remove other admins.
#Rust server commands full
You can find a full list of commands at: This can be used to ban, mute, kick players and more. Remove this line if you do not want your server to automatically restart after it shuts down.Granting a player Admin access on your Rust server allows the player to execute all Rust admin commands in-game. Instructs the batch file to jump to the ‘start’ label. Uses websocket connection mode for rcon (recommended) The directory name used as the parent for all the server files. Causes the “View Webpage” button to appear on the connection windowĪ valid link for the connection window background image. +scription "Description shown on server connection window."ĭescription shown on the client’s server connection windowĪ valid website. Name of the server as shown on the client’s server list +server.hostname "Name of Server as Shown on the Client Server List" Values range from 0 to 2147483647.ĭetermines shape of procedural and barren maps (used with ed). Options are "Procedural Map","Barren",”HapisIsland”,”SavasIsland” and “SavasIsland_koth”ĭetermines shape of procedural and barren maps (used with server.worldsize). Opens Unity in non-GUI mode, and eliminates the need for any human intervention. RustDedicated.exe -batchmode +server.port 28015 +server.level "Procedural Map" +ed 1234 +server.worldsize 4000 +server.maxplayers 10 +server.hostname "Name of Server as Shown on the Client Server List" +scription "Description shown on server connection window." +server.url "" +server.headerimage "" +server.identity "server1" +rcon.port 28016 +rcon.password letmein +rcon.web 1 The is a label for a loop starting point.Ĭ:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quitĮxecutes SteamCMD to check for server updates and apply if needed. This suppresses the console window’s desire to display each command in the batch file as they are executed.
Here is an explanation of each line in the batch file. rverlog
GOTO will allow you to jump around in your batch script to any other part of the batch file.

The easiest way to do this is by using the GOTO statement. The main use of a batch script for hosting a server is to enable the server owner to make sure their server is up to date and if the server crashes that it will resume. A batch script is a text document that stores a list of commands to be run in sequence.
