🎆 4th of July Sale! Game Server Hosting -75% off 1st month |50% off 3 months 🎆
Loafhosts
Back to Knowledgebase
Game Guides

How to Add Admins for Arma Reforger

Adding admins to your Arma Reforger server is essential for effective server management. This guide will show you how to add admins using the config.json file and ensure your server runs smoothly. Follow these steps to set up admins quickly and accurately.

Step 1: Get the Reforger ID

To add an admin to the config.json, you must first obtain their Reforger ID. You can do this in two ways:

  • Using our RCON tool.
  • Asking the admin to provide their Reforger ID directly.

Step 2: Open and Edit Your Config File

Access the config.json file by:

  • Pressing the Config Files button on the console page.
  • Locating the file via the File Manager.

Step 3: Add Admins in config.json

Locate the following line in your config.json file:

"admins": []

Admins can be added as shown below:

"admins": [
    "b19e4f02-fa86-40d4-b5f3-c1e192ba4ed2"
]

Adding Multiple Admins

To add multiple admins, use the following format. Ensure the last admin entry ends with " and not ", to maintain valid JSON syntax:

"admins": [
    "b19e4f02-fa86-40d4-b5f3-c1e192ba4ed2",
    "b19e4f02-fa86-40d4-b5f3-c1e192ba4ed2",
    "b19e4f02-fa86-40d4-b5f3-c1e192ba4ed2"
]

Step 4: Validate Your JSON

To prevent server crashes, ensure the config.json file adheres to proper JSON syntax. Use tools like JSONLint or our recommended tool Loaftools JSON Validator to validate your configuration.

Recommended Tool

We recommend using Loaftools JSON Validator to check your config file before saving. This will help prevent syntax errors that could cause your server to crash.

Step 5: Restart Your Server

After adding admins and validating your JSON:

  1. Save the changes to your config.json file
  2. Restart your server to apply the changes
Success

After restarting, your admins should now have administrative privileges on your Arma Reforger server.

Need Help?

If you need assistance with admin setup:

  • Discord: Join our Discord for community support
  • Support Tickets: Submit detailed tickets through your control panel