⌨️

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

1

Enable RCON on Your Server

Configure RCON in your server settings with a port and password

2

Use an RCON Client

Use tools like mcrcon, RCON Web, or your hosting panel's console

3

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 @a for all players, @p for nearest
  • Enable RCON in server.properties

🔫 Rust

  • Use Steam ID or partial player name for targeting
  • Server variables use server. or env. prefix
  • Set RCON password via +rcon.password startup flag

🎯 Counter-Strike 2

  • Use status to get player IDs
  • Match settings use mp_ prefix
  • Server settings use sv_ prefix

🦖 ARK: Survival Evolved

  • Run EnableCheats first with admin password
  • Many commands require cheat prefix in single player
  • Item IDs can be found in the ARK wiki

Security Best Practices

1

Use Strong Passwords

Your RCON password should be long, complex, and unique. Never use simple passwords like "admin" or "password".

2

Restrict RCON Access

If possible, whitelist specific IP addresses that can connect to RCON. Don't expose RCON to the public internet.

3

Use Non-Default Ports

Change the default RCON port to something less predictable to reduce automated scanning attacks.

4

Log RCON Commands

Enable logging for all RCON commands to track who executed what and when for accountability.

5

Regularly Change Passwords

Rotate your RCON password periodically, especially after staff changes or security incidents.