Arma Reforger RCON Client

Web-based remote console with real-time communication via WebSocket proxy.

Console

Console output will appear here

Real-time responses via WebSocket

What is RCON in Arma Reforger?

RCON (Remote Console) is a powerful protocol that allows Arma Reforger server administrators to remotely manage their game servers without direct access to the machine. Using BattlEye's implementation of RCON over UDP, server owners can execute administrative commands, moderate players, and control server operations from anywhere in the world.

Our free web-based RCON client eliminates the need for desktop applications like traditional RCON tools. It connects through a secure WebSocket proxy, enabling real-time communication with your Arma Reforger server directly from any web browser on any device.

Why Use Our Free RCON Client?

No Download Required

Works directly in your browser. Access your server from any device without installing software.

Secure WebSocket Proxy

Your credentials are sent directly to our proxy, never stored. SSL-encrypted connections protect your data.

Real-Time Responses

Get instant feedback from your server. See command outputs and server messages in real-time.

Player Management

Kick rule-breakers and ban cheaters with quick action buttons. Manage your community effectively.

Server Broadcasts

Send announcements to all players. Warn about restarts, announce events, or welcome newcomers.

Full Command Access

Execute any BattlEye RCON command. Restart missions, lock servers, and more.

How to Enable RCON on Your Arma Reforger Server

To use this RCON client, you must first enable RCON on your Arma Reforger dedicated server. Add the following configuration to your config.json file:

{
  "rcon": {
    "address": "0.0.0.0",
    "port": 19999,
    "password": "YourSecureRconPassword",
    "permission": "admin",
    "maxClients": 16
  }
}

Configuration Options:

  • address - Bind IP (0.0.0.0 for all interfaces)
  • port - UDP port for RCON (default: 19999)
  • password - Authentication password
  • permission - Required permission level
  • maxClients - Maximum simultaneous connections

Important Notes:

  • • Open UDP port 19999 in your firewall
  • • Use a strong, unique password
  • • Restart server after config changes
  • • Keep your password confidential

Complete Arma Reforger RCON Commands Reference

Player Management Commands

players

Lists all connected players with their IDs, names, and GUIDs.

kick <player_id> [reason]

Kicks a player from the server. Optional reason message.

ban <player_id> <minutes> [reason]

Bans a player. Use 0 for permanent ban.

bans

Shows the current ban list.

removeBan <ban_id>

Removes a ban from the list.

Server Control Commands

#restart

Restarts the current mission/scenario.

#shutdown

Gracefully shuts down the server.

#lock

Locks the server to prevent new connections.

#unlock

Unlocks the server to allow new connections.

say <message>

Broadcasts a message to all players.

Frequently Asked Questions

What is RCON and why do I need it?

+

RCON (Remote Console) allows you to manage your Arma Reforger server remotely. Without RCON, you would need direct access to the server machine to run commands. With RCON, you can kick players, ban cheaters, restart missions, and broadcast messages from anywhere using tools like this web client.

What port does Arma Reforger RCON use?

+

By default, Arma Reforger RCON uses UDP port 19999. This is different from the game port (typically 2001). You can change the RCON port in your config.json file. Make sure to open the UDP port in your firewall and configure port forwarding if behind a router.

Is this RCON client safe to use?

+

Yes, this RCON client is safe. Your password is sent directly to our WebSocket proxy server over an SSL-encrypted connection. We do not store or log your credentials. The proxy simply forwards your commands to your game server and returns the responses. You can verify this by checking the network requests in your browser's developer tools.

Why do some commands show no response?

+

Some RCON commands in Arma Reforger don't return a response. For example, the "say" command broadcasts a message but doesn't send confirmation back. Server control commands like #restart and #lock may also execute without returning data. The command was still executed successfully - check your game server to confirm.

Can I use this on my phone or tablet?

+

Yes! This web-based RCON client works on any device with a modern web browser, including smartphones and tablets. The responsive design adapts to different screen sizes, making it easy to manage your server on the go.

How is this different from desktop RCON clients?

+

Traditional RCON clients are desktop applications that connect directly via UDP. Browsers cannot make UDP connections, so our client uses a WebSocket proxy. This adds a small amount of latency but enables you to use RCON from any browser without installing software. The proxy maintains a persistent UDP connection to your game server for reliable communication.

More Arma Reforger Server Tools

Complete your server management toolkit with our free tools