How to Add an Admin to Your Arma Reforger Server
You can add other players as admins by entering their SteamID64 in the config.json file.
Tip
Here you can find a guide on how to find your SteamID64.
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open config.json
Open the fileconfig.jsonand find the"admins"entry in the"game"section.Add SteamID64 to the admins list
Enter the SteamID64 of the player who should become admin:json"game": { "admins": [ "76561198012345678", "76561198087654321" ] }"game": { "admins": [ "76561198012345678", "76561198087654321" ] }Add one SteamID64 per entry. Make sure the entries are separated by commas.
Start the server
Save the file and start your server.
Note
Changes to config.json only take effect after a server restart. Players added here receive permanent admin rights and do not need to log in with a password.