How to Install Mods on Your Arma Reforger Server
Created by: LOW.MS Kurkin
Last modified: 27th December 2024
Follow this step-by-step guide to set up mods effectively.
Adding mods to your Arma Reforger server allows you to customize gameplay and enhance the experience for you and your players. Follow this step-by-step guide to set up mods effectively.
Step 1: Prepare and Identify Mod Information
- Launch Arma Reforger and go to the Workshop tab.
- Search for the desired mod using the search filter or by browsing through the available mods.
- Download the mod by clicking Download in the Workshop.
- Locate the downloaded mod in your local PC directory:
My Games/ArmaReforger/addons
. Write down the folder name of the mod (e.g.,591AF5BDA9F7CE8B
).
Step 2: Add the Mod to Your Server Configuration
-
Access your server hosting’s web interface.
-
Navigate to Settings > Configuration Files.
-
Open the
config.json
file and find the section for mods:"mods": []
-
Add your mod’s information to the list. For example:
Single Mod Example:
{ "mods": [ { "modId": "591AF5BDA9F7CE8B", "name": "Capture & Hold", "version": "1.0.0" } ] }
Multiple Mods Example:
{ "mods": [
{ "modId": "abcd3995-b1d9-473d-aa11-0836c0a595ad", "name": "WeaponSwitching", "version": "1.0.1" },
{ "modId": "efgh3995-b1d9-473d-aa11-0836c0a595ad", "name": "Explosive Goats beta", "version": "0.5.42" }
] }
- Save the changes to the
config.json
file.
Step 3: Configure the Mission
-
In the web interface, go to Settings > General.
-
Enter the desired scenario for the mod in the appropriate field.
-
Alternatively, edit the
scenarioId
in theconfig.json
file directly. For example:"scenarioId": "{6EA2E454519E5869}Missions/CAH_Military_Base.conf"
-
Save the updated configuration.
Step 4: Verify Your Configuration
- Copy the contents of your
config.json
file. - Use an online JSON validator (e.g., JSONLint) to check for errors.
- Correct any issues if necessary and save the file again.
Step 5: Restart Your Server
- In the web interface, restart your server to apply the changes.
- Connect to your server to confirm the mods and scenario are working as intended.
With these steps, your Arma Reforger server will be equipped with mods, allowing you and your friends to enjoy a customized gaming experience. Happy gaming!
Looking for a reliable arma-reforger Server Hosting Solution? Managing your server has never been easier. Host your arma-reforger server with LOW.MS and enjoy a seamless gaming experience.
A Arma Reforger guide, let us know what other guides you want to see and we will get them published!