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
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.