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
Press
Windows Key + Ron your keyboard. - 2
Copy and paste this:
%USERPROFILE%\Documents\My Games\ArmaReforger\addons - 3
Here you will find your mods. Open the folder of a mod you wish to install.
- 4
Open
ServerData.json. - 5
Copy the following data:
version,id, andname.
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
Access the Game Host Bros Game Panel and
Stopyour Arma Reforger server. - 2
Go to
File Manager. - 3
Open
config.jsonand find themodsline.- Here is an example of what this will look like without any mods:
"mods": [], - 4
Add your mod
version,id, andname, following this example:"mods": [ { "modId": "59674C21AA886D57", "name": "BetterMuzzleFlashes 2.0", "version": "2.0.8" } ], "name": "Hosted By Game Host Bros", - 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",
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.
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.