How to Become an Admin on an Arma Reforger Server ​
There are two ways to get admin rights on your Arma Reforger server: via an admin password or via your Steam64 ID.
Set Admin Password ​
Open your dashboard and select your Arma Reforger server.
Navigate to the settings and enter your desired password under
Admin Password.Save the settings and restart the server.
Important
The admin password must be at least 3 characters long and cannot contain spaces.
Permanent Admins via Steam64 ID ​
Alternatively, you can permanently add players as admins so they don't need to log in each time.
Open the file
config.jsonand find the"admins"entry in the"game"section.Add the Steam64 IDs of the desired admins:
json"game": { "admins": [ "76561198XXXXXXXXX", "76561198YYYYYYYYY" ] }"game": { "admins": [ "76561198XXXXXXXXX", "76561198YYYYYYYYY" ] }Save the changes and restart the server.
Tip
You can find your Steam64 ID using our guide Find your SteamID64.
Log In as Admin In-Game ​
Join your server and open the chat with the
/key.Enter the following command:
#login YourAdminPassword#login YourAdminPasswordA confirmation message will appear upon successful login.
Info
Use #logout to log out from admin status. Use #roles to check which permissions you currently have.
Useful Admin Commands ​
| Command | Description |
|---|---|
#login <password> | Log in as admin |
#logout | Log out from admin status |
#roles | Show current permissions |
#players | List all players with IDs |
#id | Show your own player ID |
#restart | Restart the running scenario |
#shutdown | Shut down the server |