background image
Game Servers 380 7 Days to Die 4 Abiotic Factor 2 Aloft 2 alt:V 2 Americas Army Proving Grounds 2 Among Us 2 Archean 2 ARK Survival Ascended 6 ARK Survival Evolved 3 Arma 3 3 Arma Reforger 2 Aska 2 AssaultCube 2 Assetto Corsa 3 Astro Colony 2 Astroneer 2 Automobilista 2 2 Avorion 2 Banana Shooter 2 Barotrauma 3 BATTALION Legacy 2 BeamNG.drive (BeamMP) 2 Black Mesa 2 Brickadia 2 Call of Duty 2 Citadel: Forged with Fire 2 ClassiCube 2 Clone Hero 2 Colony Survival 2 Conan Exiles 4 Contagion 2 Core Keeper 2 Counter-Strike 2 3 Craftopia 2 CryoFall 2 CS2D 2 Cube 2: Sauerbraten 2 Cubic Odyssey 2 DayZ 4 DDNet 2 DDRaceNetwork 2 Dead Matter 2 Dont Starve Together 4 Eco 2 Empyrion Galactic Survival 2 Enshrouded 3 Escape from Tarkov 2 Euro Truck Simulator 2 2 Factorio 2 Farming Simulator 25 2 Fistful of Frags 2 FiveM 3 FortressCraft Evolved 2 Foundry 2 Foundry VTT 2 Frozen Flame 2 FTL Tachyon 2 Garrys Mod 3 Ground Branch 2 Half-Life 2 Deathmatch 2 Hogwarp 2 Holdfast: Nations at War 2 HumanitZ 2 Hurtworld 2 Hytale 1 Icarus 2 Insurgency Sandstorm 2 IOSoccer 2 Just Cause 3 Multiplayer 2 Kerbal Space Program 2 Killing Floor 2 3 LeagueSandbox 2 Left 4 Dead 2 Left 4 Dead 2 3 Longvinter 2 Los Angeles Crimes 2 Medal of Honor 2 Midnight Ghost Hunt 2 Mindustry 2 Minecraft 4 Minetest 2 Modiverse 2 Mordhau 3 Mount & Blade II: Bannerlord 2 Myth of Empires 2 Nazi Zombies Portable 2 Necesse 2 NeosVR 2 Neverwinter Nights EE 2 Night of the Dead 2 Nightingale 2 No Love Lost 2 No More Room in Hell 2 No One Survived 2 Nova-Life Amboise 2 Nuclear Option 2 Onset 2 Open Fortress 2 OpenArena 2 OpenRA 2 OpenRCT2 2 OpenTTD 2 Operation Harsh Doorstop 2 Palworld 3 Path of Titans 2 Pavlov VR 3 PixARK 2 Plains of Pain 2 Portal Knights 2 Post Scriptum 2 Project Zomboid 8 Puck 2 Quake Live 2 R5Reloaded 2 RedM 2 Renown 2 Resonite 2 Return to Moria 2 Rimworld Together 2 Rising World 2 Risk of Rain 2 1 Rust 4 Satisfactory 1 SCP Secret Laboratory 3 SCUM 2 Smalland 2 Solace Crafting 2 Soldat 2 Soldat 2 2 Sonic Robo Blast 2 2 Sons of the Forest 2 Soulmask 2 SourceCoop 2 Space Engineers 3 Space Station 14 2 Squad 3 Starbound 3 StarMade 2 Stationeers 2 Stormworks 2 Subnautica Nitrox 2 Sunkenland 2 SuperTuxKart 2 Sven Co-op 2 Swords 'n Magic and Stuff 2 Team Fortress 2 3 Teeworlds 2 Terraria 3 TerraTech Worlds 2 TF2 Classified 2 The Forest 3 The Front 2 The Isle 2 Tower Unite 2 Trackmania 2 Unturned 4 Urban Terror 2 V Rising 3 Valheim 3 VEIN 2 Veloren 2 Vintage Story 3 Voyagers of Nera 2 Wolfenstein: Enemy Territory 2 Wreckfest 2 Wurm Unlimited 2 Xonotic 2 Zandronum 2 Getting Started 2 Network & Connectivity 1 Server Management 2
Kategoriler

Rust RCON Access and Admin Commands

Mevcut diller: ESPAÑOL

This guide explains how to access RCON (Remote Console) on your Rust server and covers the most useful admin commands for player management, moderation, and server control. For general server configuration and startup variables, see the Rust Server Configuration Guide.

RCON Configuration

RCON is configured through three settings in server/rust/cfg/server.cfg. Stop your server before editing this file.

Setting Example Value Description
rcon.password "strongpassword" Password required to authenticate over RCON. Set a strong, unique value. Anyone with this password has full admin control of the server.
rcon.port (check GPanel) The port RCON listens on. This is separate from the game port. Check the GPanel Network tab for your assigned RCON port.
rcon.web 1 Enables the WebSocket-based RCON interface. Required for tools like RustAdmin and RCON.IO. Set to 0 to use legacy source RCON only.

Example RCON block for server.cfg:

rcon.password "your-strong-password-here"
rcon.web 1
Do not hardcode the RCON port. Your RCON port is assigned by the hosting platform. Check the GPanel Network tab for the correct value. If the port is already set via the GPanel Startup tab, you do not need to duplicate it in server.cfg.
Keep your RCON password secure. Anyone who connects to your RCON port with the correct password has full control over your server, including the ability to ban players, spawn items, and shut down the server. Use a strong, unique password and do not share it.

Using the GPanel Console

The simplest way to run admin commands is directly from GPanel. No external tool or RCON configuration is needed.

  1. Log in to GPanel and select your Rust server.
  2. Click the Console tab. This connects directly to the running server output.
  3. Type commands into the input field at the bottom and press Enter. Commands are executed immediately and output appears in the console log.

Using an External RCON Tool

For persistent admin access or moderating while in-game, external RCON clients are the standard choice:

Tool Type Notes
RustAdmin Desktop application (Windows) Feature-rich client with player management, banning, chat monitoring, and scheduled commands. The most commonly used tool for Rust RCON.
RCON.IO Web-based Browser-based RCON client. No installation required. Useful for quick access from any device.

To connect with any external RCON tool, you need three values from GPanel:

  • Server IP — shown on the GPanel Network tab
  • RCON Port — shown on the GPanel Network tab (this is different from the game port)
  • RCON Password — the value of rcon.password in your server.cfg
For help finding your connection details, see How to Find Your Server IP and Port.

Useful Admin Commands

These commands can be run from the GPanel console or any connected RCON client.

Player Management

Command Description
ownerid STEAMID64 "Name" "Reason" Grant owner-level admin to a player. Owners can run all commands in-game.
moderatorid STEAMID64 "Name" "Reason" Grant moderator-level admin to a player.
removeowner STEAMID64 Revoke owner-level admin from a player.
removemoderator STEAMID64 Revoke moderator-level admin from a player.
ban STEAMID64 "Reason" Ban a player by Steam ID.
unban STEAMID64 Remove a ban for a player.
kick "PlayerName" Kick a player from the server.
players List all currently connected players and their Steam IDs.
After adding admins, run server.writecfg. Admin and moderator assignments made with ownerid or moderatorid are held in memory until you run server.writecfg. If the server restarts before you do this, the assignments will be lost.

Server Control

Command Description
server.writecfg Write the current admin/moderator list and settings to disk so they persist across restarts.
server.save Force an immediate world save.
say "Message" Broadcast a message to all players in server chat.
status Show server status including player count, memory usage, and FPS.
server.fps Display the current server tick rate (FPS).

Oxide Plugin Commands

If you have Oxide/uMod installed, these additional commands are available. For full details on plugin management, see the Rust Oxide/uMod Plugin Installation guide.

Command Description
oxide.reload PluginName Reload a specific Oxide plugin without restarting the server.
oxide.plugins List all currently loaded plugins and their versions.

Troubleshooting RCON Connections

If you cannot connect to RCON with an external tool, check the following:

  • Verify rcon.web 1 is set in server.cfg. Most external tools (RustAdmin, RCON.IO) require the WebSocket RCON interface.
  • Confirm you are using the RCON port and not the game port. Check the GPanel Network tab for your assigned RCON port.
  • Double-check the RCON password matches exactly what is set in server.cfg. Passwords are case-sensitive.
  • The server must be fully started before RCON connections are accepted. Look for Server startup complete in the console output.

For other common server issues, see Rust Server Troubleshooting.

Need Help?

If you run into an issue not covered in this guide, our support team is available to help. Submit a support ticket and include your server ID, a description of the issue, and any relevant console output.


Bu makale faydalı oldu mu?

Ready to Get Started?

The servers are booted, select your plan and become our latest satisfied client.