RCON Command Generator
Generate server console commands for popular games. Select your game, choose a command, customize parameters, and copy ready-to-use commands.
Select Game
Java & Bedrock Edition server commands
Command Category
About RCON Commands
RCON (Remote Console) allows you to execute server commands remotely. Most game servers support RCON through their console, web panel, or dedicated RCON clients. Make sure you have the appropriate admin permissions before running these commands.
Features
7 Popular Games
Minecraft, Rust, ARK, CS2, Valheim, 7 Days to Die, and Palworld commands
Customizable Parameters
Fill in player names, durations, reasons, and other parameters easily
Recent Commands
Your recently generated commands are saved for quick access
What is RCON?
Remote Console (RCON)
RCON is a protocol that allows server administrators to remotely execute console commands on their game servers. Originally developed by Valve for their Source engine games, RCON has been adopted by many game servers as a standard for remote administration.
With RCON, you can manage your server without needing direct access to the server console - kick/ban players, change settings, broadcast messages, and more from anywhere.
How to Use RCON
Enable RCON on Your Server
Configure RCON in your server settings with a port and password
Use an RCON Client
Use tools like mcrcon, RCON Web, or your hosting panel's console
Execute Commands
Connect and paste your generated commands to manage your server
Game-Specific Tips
⛏️ Minecraft
- • Commands start with
/in-game but not in RCON - • Use
@afor all players,@pfor nearest - • Enable RCON in
server.properties
🔫 Rust
- • Use Steam ID or partial player name for targeting
- • Server variables use
server.orenv.prefix - • Set RCON password via
+rcon.passwordstartup flag
🎯 Counter-Strike 2
- • Use
statusto get player IDs - • Match settings use
mp_prefix - • Server settings use
sv_prefix
🦖 ARK: Survival Evolved
- • Run
EnableCheatsfirst with admin password - • Many commands require cheat prefix in single player
- • Item IDs can be found in the ARK wiki
Security Best Practices
Use Strong Passwords
Your RCON password should be long, complex, and unique. Never use simple passwords like "admin" or "password".
Restrict RCON Access
If possible, whitelist specific IP addresses that can connect to RCON. Don't expose RCON to the public internet.
Use Non-Default Ports
Change the default RCON port to something less predictable to reduce automated scanning attacks.
Log RCON Commands
Enable logging for all RCON commands to track who executed what and when for accountability.
Regularly Change Passwords
Rotate your RCON password periodically, especially after staff changes or security incidents.