Skip to main content
Get 20% OFF your first order

How to Install Mods on Your Arma Reforger Server

Adding mods to Arma Reforger is a great way to mix up the gameplay and try new things. Whether it's a simple quality-of-life mod or a total overhaul, there'll likely be something that's perfect for you.

This guide will cover where to find and how to install mods on your Arma Reforger server.

Downloading and Locating Arma Reforger Mods

Arma Reforger mods are downloaded through the in-game Workshop menu. After you've downloaded your desired mods and, if required, their listed dependencies, follow the steps below to retrieve the necessary mod data to install them on your server.

Locating Arma Reforger Mods

  1. 1

    Press Windows Key + R on your keyboard.

  2. 2

    Copy and paste this:

    %USERPROFILE%\Documents\My Games\ArmaReforger\addons
    
  3. 3

    Here you will find your mods. Open the folder of a mod you wish to install.

  4. 4

    Open ServerData.json.

  5. 5

    Copy the following data: version, id, and name.

Here's a template that you can copy your mods version, id, and name into. This will be useful for the next steps of installing this mod on your server.

      {
        "modId": "59674C21AA886D57",
        "name": "BetterMuzzleFlashes 2.0",
        "version": "2.0.8"
      }

Installing Mods on Your Arma Reforger Server

  1. 1

    Access the Game Host Bros Game Panel and Stop your Arma Reforger server.

  2. 2

    Go to File Manager.

  3. 3

    Open config.json and find the mods line.

    • Here is an example of what this will look like without any mods:
        "mods": [],
    
  4. 4

    Add your mod version, id, and name, following this example:

      "mods": [
       {
         "modId": "59674C21AA886D57",
         "name": "BetterMuzzleFlashes 2.0",
         "version": "2.0.8"
       }
       ],
     "name": "Hosted By Game Host Bros",
    
  5. 5

    Start your server.

Multiple Mod Template
     "mods": [
    {
      "modId": "59674C21AA886D57",
      "name": "BetterMuzzleFlashes 2.0",
      "version": "2.0.8"
    },
    {
      "modId": "59651354B2904BA6",
      "name": "BetterHitsEffects 3.0 Alpha",
      "version": "3.0.1"
    },
    {
      "modId": "59A30ACC02650E71",
      "name": "Night Vision System",
      "version": "1.1.26"
    }
  ],
  "name": "Hosted By Game Host Bros",
Tip

Did you know? As an alternative method:

You can select the Mod Preset icon in the Arma Reforger main menu, then select the JSON tab, click Copy to clipboard to quickly copy the data of your locally installed mods.

We recommend sorting and editing this list, especially if there are a lot of mods included.

Note

We recommend using a JSON validator tool to ensure that your settings are formatted correctly; an incorrectly formatted file will cause your server to crash.

Still need help?
Can't find what you're looking for? Our friendly support team is ready to help.
Get Support