Managing a Rust server requires the right tools. Whether you are moderating a massive community, building an event arena, or just tweaking the environment, the developer console gives you complete control over your world.
This comprehensive guide covers the essential admin commands you need to run your MintServers Rust host smoothly.
How To Use These Commands
There are two primary ways to execute administrative commands on your server:
- The F1 In-Game Console: While logged into your server, press the F1 key to open the overlay. You must already be granted owner or moderator privileges to use admin commands here.
- The Server Console (RCON): You can type commands directly into the Console tab of your MintServers control panel. This method works even when you are not logged into the game.
Note: Commands marked with an asterisk (*) are generally considered RCON-only or are best executed via your server console or server.cfg file to ensure they apply globally and persistently.
๐ Launch Your Unlimited RAM Game Server โ Just $9.99/mo!Player Management
Use these commands to moderate your community and move players around the map.
| Command | Description |
|---|---|
| kick "PlayerName" "Reason" | Disconnects a player from the server and displays the reason on their screen. |
| ban "PlayerName" "Reason" | Permanently bans and disconnects the specified player. |
| unban SteamID64 | Removes a ban from the specified 64-bit Steam ID. |
| mute "PlayerName" | Revokes the player's ability to send messages in the global text chat. |
| teleport "PlayerName" | Instantly teleports you to the target player's location. |
| teleport2me "PlayerName" | Instantly teleports the target player directly to your coordinates. |
World & Environment
Adjust the time of day and manipulate the weather systems on demand.
| Command | Description |
|---|---|
| env.time [0-24] | Sets the server time. Use 12 for noon or 0 for midnight. |
| weather.rain [0-1] | Adjusts the intensity of the rain. Use 0 for clear skies or 1 for a downpour. |
| weather.fog [0-1] | Adjusts the intensity of the fog across the map. |
Spawning & Items
Easily generate loot, vehicles, and resources for yourself or your players.
| Command | Description |
|---|---|
| spawn "EntityName" | Spawns an entity (like a minicopter, bear, or bradley) where you are looking. |
| inventory.give "ItemName" [Amount] | Places the specified amount of an item directly into your own inventory. |
| inventory.giveto "Player" "Item" [Amount] | Grants the specified item and amount to a targeted player's inventory. |
Server Configuration
Core commands for managing server data and identity.
| Command | Description |
|---|---|
| server.maxplayers [Number] * | Changes the maximum player capacity of the server. |
| server.hostname "Name" * | Changes the display name of your server in the public browser. |
| server.save | Forces the server to immediately save the world state and all player data. |
| server.writecfg | Writes and saves any permission changes (like adding new admins or bans) to the configuration files. |
Combat & God Mode
Useful for testing raid defenses or traveling the map safely.
| Command | Description |
|---|---|
| god | Toggles invincibility. You will take zero damage from all sources. |
| noclip | Allows you to fly and pass through solid objects like walls and terrain. |
| hurt [Amount] | Deals the specified amount of damage to yourself. |
| heal [Amount] | Heals yourself for the specified amount of health. |
Building & Entities
Clean up messes or investigate base ownership quickly.
| Command | Description |
|---|---|
| ent kill | Instantly destroys the entity, wall, or item you are currently looking at. |
| ent who | Prints the Steam ID of the player who placed or owns the entity you are looking at. |
The Complete Command List
Because Rust receives frequent updates, the total list of administrative functions and item codes is absolutely massive. For a fully exhaustive and up-to-date directory of every single command available in the game, we highly recommend bookmarking the Corrosion Hour Rust Admin Commands Database. It is the ultimate resource for server owners!
๐ ๏ธ Console Troubleshooting
Command not found or permission denied: If you are typing a command in-game and the console rejects it, you likely have not properly assigned yourself owner privileges. Ensure you have run the ownerid command from your MintServers panel console first!
If your commands are still refusing to process, just open a support ticket and our team will gladly jump in and check your permissions configuration.