Features

RCON console

RCON (Remote CONsole) lets you send live admin commands to a running game server. Sitrep includes a built-in RCON client — no separate tool needed.

Available commands

RCON commands
#players — list online players
#kick [name] — kick a player
#ban [name] — ban a player
#say [msg] — broadcast to all
#shutdown — graceful shutdown

Setup

RCON must be enabled in your Arma Reforger server config and the credentials must match what you configured during installation:

// ArmaReforgerServer.json (relevant section) "rcon": { "address": "127.0.0.1", "port": 19999, "password": "your-rcon-password", "maxClients": 16 }

The host and port should match what you entered in the installer. If RCON shows “Connection refused”, check that the password in the config matches Settings → RCON in the panel.