cardiorest.blogg.se

Rust server commands
Rust server commands











rust server commands

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 - If true, chat will be logged to the console echo 'text' - Prints text to the server console env.time - n - Sends an airdrop from a random direction to drop crates at (0,0,0) find You still must kick them from the server. Line numbers are shown for reference only and MUST be removed. Bans player the player from the server using their name or Steam64id. Note: Do not use this example without making changes. Below is an example.: 1.) echo offģ:) C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quitĤ:) 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 config files for the server don't quite work yet so explicitly defining all of your settings in the batch script is the best way to go. Batch scripting waits for a command to complete (in this case the RustDedicated.exe) but if that process never completes the batch script will just sit there.įor the most part, you will have to configure all of your server settings in this batch script. These admin commands, also known as server commands, can be issued from different locations, such as: RUST’s in-game console (Press F1 to access when logged into the game) The command-line console running the server Third-party applications like RUST Admin or RUST Server Manager Third-party RCON platforms like rcon.io or Battlemetrics The. In this case the server will not restart if the process hangs because the process did not actually stop. It’s important to note that Rust sometimes hangs instead of completely closing.

rust server commands

GOTO will allow you to jump around in your batch script to any other part of the batch file.

rust server commands

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.













Rust server commands