Rust Dedicated Server: Admin Commands & Startup Parameters
Data Verified: May 2026The complete guide to Rust server administration. Find startup parameters, console commands, wipe procedures, and RCON management.
Commands & configuration database
| Command | Default Value | Description | Action |
|---|---|---|---|
+server.hostname | My Rust Server | Public name in server browser. | |
+server.identity | my_server | Unique folder name for server data. | |
+server.seed | 12345 | Procedural map generation seed. | |
+server.size | 4000 | Map size in meters (2000-6000). | |
+server.maxplayers | 100 | Max concurrent player limit. | |
+server.saveinterval | 300 | Seconds between automatic saves. | |
+server.tickrate | 10 | Server updates per second (lower for performance). | |
+rcon.password | password | RCON administrative access password. |
Showing 8 of 8 configuration parameters.
| Command | Default Value | Description | Action |
|---|---|---|---|
ownerid <steamid64> <name> | N/A | Grants player Owner auth level (2). | |
moderatorid <steamid64> <name> | N/A | Grants player Moderator auth level (1). | |
removeowner/removemoderator <steamid64> | N/A | Revokes admin or mod privileges. | |
kick <player> | N/A | Removes a player from the server. | |
ban <player> <reason> | N/A | Bans a player by name or ID. | |
banid <steamid64> <reason> | N/A | Bans a player by ID (offline banning). | |
admin.mutechat <player> | N/A | Mutes a player in global/local chat. | |
admin.mutevoice <player> | N/A | Mutes a player's voice chat. | |
ent kill | N/A | Deletes the entity you are currently looking at. Pro Tip: 'bind q "ent kill"'. | |
ent lock | N/A | Locks a sign, box, or door you are looking at. | |
ent unlock | N/A | Unlocks a sign, box, or door you are looking at. | |
entity.debug_toggle | false | Enables debug mode for entities (visualizes colliders). | |
global.clearitem | N/A | Clears all dropped items on the map to drastically reduce lag. | |
global.god | false | Enables God Mode for the admin (requires auth level). | |
global.status | N/A | Displays real-time client/server connection and latency. | |
server.fps | N/A | Prints current server tick rate and frames per second. | |
pool.status | N/A | Displays memory pool status (useful for detecting memory leaks). | |
perf | 0 | 1-6: Enables real-time server performance metrics overlay. | |
net.log | false | Logs networking traffic to disk (Warning: file size grows fast). | |
global.dump | N/A | Dumps server diagnostics to the /diagnostics folder. | |
server.save | N/A | Forces immediate world data save to disk. | |
server.writecfg | N/A | Writes all current server settings to config file. | |
global.restart | 300 | Restarts server with 5-minute countdown. | |
global.players | N/A | Lists all currently connected players. |
Showing 24 of 24 admin console commands.
Recommended hosting providers
Vetted hosts with one-click Rust installs. Links are affiliate placeholders and marked rel="sponsored".
Low-latency global locations with instant wipe scheduler and Oxide/Carbon one-click installer.
Visit Pingperfect →Auto-updates on Force Wipe Thursday, integrated map seed manager, and RustEdit custom map support.
Visit Nitrado →Dedicated CPU cores per slot; built for high-pop community servers (200+ players) without tickrate drops.
Visit Streamline Servers →Hardware specifications
Sizing guidance for self-hosting a Rust dedicated server.
| Tier | Specification | Use case |
|---|---|---|
| Minimum | 8 GB RAM · 4-core 3.5 GHz CPU | Small 2k-3k map, up to 25 players, vanilla configuration. |
| Recommended | 16 GB RAM · 6-core 4.0 GHz CPU · NVMe SSD | Standard 4k map, 50-75 players, light Oxide/Carbon plugin load. |
| Performance | 32 GB RAM · 8-core 4.5 GHz+ CPU · NVMe SSD | Required for 100+ players on 4.5k+ maps, heavy plugin loads, or modded community servers. |
Default file locations
Default installation paths for Rust dedicated servers installed via SteamCMD.
Windows
C:\rustserver\Linux
/home/steam/rustserver/Pro-Tip: Always stop the server completely before editing configuration files, or the server will overwrite your changes upon restart.
Default ports for port forwarding
Open these on your router and firewall before exposing the server to the internet.
| Service | Protocol | Port |
|---|---|---|
| Game Port | UDP | 28015 |
| Query Port | UDP | 28016 |
| RCON / Telnet | TCP | 28016 |
Quick start: launch your Rust server
Copy-paste these two commands to install and start a Rust dedicated server. Tested against SteamCMD on a fresh box.
Step 1, Install via SteamCMDSteam App ID 258550
steamcmd +force_install_dir /home/steam/rustserver +login anonymous +app_update 258550 validate +quitStep 2, Launch the Rust server
cd /home/steam/rustserver && ./RustDedicated -batchmode +server.port 28015 +server.identity "my_server" +server.hostname "My Rust Server" +server.maxplayers 50 +server.worldsize 4000 +server.seed 12345 +rcon.port 28016 +rcon.password "CHANGE_ME"Note: Rust streams updates frequently, re-run the install command after each forced wipe.
Step 1, Install via SteamCMDSteam App ID 258550
steamcmd +force_install_dir "C:\rustserver" +login anonymous +app_update 258550 validate +quitStep 2, Launch the Rust server
C:\rustserver\RustDedicated.exe -batchmode +server.port 28015 +server.identity "my_server" +server.hostname "My Rust Server" +server.maxplayers 50 +server.worldsize 4000 +server.seed 12345 +rcon.port 28016 +rcon.password "CHANGE_ME"Note: Wrap server.hostname in quotes if it contains spaces.
Starter server.cfg
A working baseline config with sensible defaults for Rust. Copy it, tweak the marked values, and drop it into your server directory.
# Rust server.cfg, placed in server/<identity>/cfg/server.cfg
# These run automatically on startup. Edit values, save, and restart.
server.hostname "My Rust Server"
server.description "PvP | Monthly Wipe | Active Admins"
server.url "https://example.com"
server.headerimage "https://example.com/header_512x256.png"
server.maxplayers 50
server.worldsize 4000
server.seed 12345
server.tickrate 30
server.saveinterval 600
server.pve false
decay.scale 1.0
craft.instant false
rcon.web 1
rcon.port 28016
Frequently asked questions
Other dedicated servers you might run
Browse all games →Abiotic Factor
Open-World SurvivalComplete Abiotic Factor dedicated server reference. Configure ServerSettings.ini, manage save slots, GATE Cascade Research Facility worlds, admin commands, and size hardware for stable 6-player coop.
10 configs · 5 consoleOpen guideARK: Survival Ascended
Open-World SurvivalComplete ARK: Survival Ascended server reference. Master GameUserSettings.ini multipliers, admin cheat commands, port forwarding, and hardware requirements for stable tribes.
14 configs · 14 consoleOpen guideConan Exiles
Open-World SurvivalComplete Conan Exiles server reference. Master ServerSettings.ini multipliers, admin panel commands, port forwarding, and hardware specs for stable 40-player clans.
14 configs · 11 consoleOpen guideDon't Starve Together
Open-World SurvivalDefinitive DST dedicated server reference. Configure cluster.ini and Master/Caves shards, manage adminlist.txt, run worldgenoverride.lua presets, and size hardware for stable shard-linked communities.
11 configs · 10 consoleOpen guideEnshrouded
Open-World SurvivalComplete Enshrouded dedicated server guide. Configure enshrouded_server.json roles and permissions, manage save backups, open the correct UDP ports, and size hardware for 16-player Embervale communities.
15 configs · 5 consoleOpen guideIcarus
Open-World SurvivalDefinitive Icarus dedicated server reference. Configure ServerSettings.json, manage drop-in/drop-out prospects, run open-world Olympus, and size hardware for 8-player session stability.
11 configs · 7 consoleOpen guide
Host your own Rust server
All hosting guides →Step-by-step install and deploy walkthroughs (panels, ports, RAM sizing). Pair these with the command reference above.
Reference and hosting hub for Rust
All reference articles →- Open hub
Hosting hub
How to host a Rust server: hardware, wipes, and Oxide plugins
LinuxGSM and Pterodactyl guides, RCON commands, wipe schedule.
- Read reference
Server admin
Rust wipe schedule 2026: forced wipes, BP wipes, and custom cadences
Facepunch's forced wipe calendar, when blueprint wipes happen, and how to schedule your own map and BP wipes on a community Rust server.