Skip the hassle — this config tool is built into the xGamingServer panel

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

RCON Command Permissions

Different roles have access to different commands. Understanding permissions helps you configure your server correctly.

CommandLogged AdminVoted AdminPlayerRCON AdminRCON Monitor
#login
#logout
#roles
#restart
#shutdown
#kick
#ban
#id
#players
@logout (v1.2.1+)

Note: Custom RCON commands (prefixed with @) are Bohemia-specific and start with @ to differentiate from standard commands.

Complete Arma Reforger RCON Commands Reference

Authentication Commands

#login [password]

Login as server admin. Admins in config or Owner can login without password.

Example: #login myServersPassword

#logout

Logout from admin session.

#roles

Print the list of server roles the player possesses.

#id

Shows the local player's ID.

Player Management Commands

#players

Lists all connected players with their playerId.

#kick <playerId>

Kicks a player. They can still rejoin.

Example: #kick 123456789

Ban Commands (Dedicated Server Only)

#ban create <id> <seconds> [reason]

Create a ban. Use playerId (connected) or identityId. 0 = permanent.

Examples:

#ban create 123456789 3600 (1 hour)

#ban create 123456789 0 (permanent)

#ban create 123456789 86400 teamkilling

#ban remove <identityId>

Remove a ban to allow player to rejoin.

Example: #ban remove 123456789

#ban list [page]

List bans (BanID ; Player UID ; Duration). RCON shows 25/page, game shows 10.

Example: #ban list 2

Server Control Commands

#restart

Restarts the current scenario. Clients stay connected.

#shutdown

Shuts down the server, disconnecting all clients.

Custom RCON CommandsBohemia-specific

Custom commands start with @ to differentiate from standard commands.

@logoutv1.2.1+

De-authenticate RCON client on server side, immediately freeing the connection for a new client. If not issued, the connection times out after 45 seconds.

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