How to Add Mods to Your Arma Reforger Server
Enhancing your Arma Reforger server with mods can provide a unique and engaging experience for your players. Follow this step-by-step guide to install and configure mods on your server.
Step 1: Subscribe and Download Mods
-
Launch Arma Reforger on your PC.
-
Navigate to the Workshop tab.
-
Subscribe to the mods you wish to add to your server.
-
Allow the game to download the subscribed mods.
Step 2: Locate Mod Information
-
After downloading, exit the game.
-
Navigate to the mod directory:
-
C:\Users\<YourUsername>\Documents\My Games\ArmaReforger\addons\
-
-
Each mod will be in its own folder, typically named after its Mod ID.
-
Open each mod's folder and locate the
ServerData.json
file. -
Open
ServerData.json
with a text editor and note the following details:-
"id"
: This is the Mod ID. -
"name"
: This is the Mod Name. -
"version"
: This is the Mod Version.
-
Repeat this process for each mod you intend to add.
Step 3: Access Your Server Configuration
-
Log in to your ChicagoServers control panel:
https://cp.chicagoservers.co -
Select your Arma Reforger server from the list.
-
Stop the server to ensure safe editing.
-
Navigate to the File Manager or use an FTP client to access your server files.
-
Locate and open the
server_config.json
file, typically found in the root directory.
Step 4: Add Mods to the Configuration File
-
In the
server_config.json
file, find the"mods"
section. It may look like this: -
Replace or populate the
"mods"
array with your mod details using the following format:-
Replace
MOD_ID_1
,Mod Name 1
, and1.0.0
with the actual Mod ID, Name, and Version you obtained earlier. -
Ensure that each mod entry is separated by a comma, except for the last one.
-
Step 5: Save and Restart the Server
-
Save the changes to the
server_config.json
file. -
Return to your ChicagoServers control panel.
-
Start the server to apply the new configurations.
Upon startup, the server will automatically download and enable the specified mods.
Additional Tips
-
Mod Updates: If a mod is updated, you'll need to update the
"version"
field in theserver_config.json
file to match the new version. Additionally, you may need to delete the existing mod folder in theaddons
directory to force a re-download. -
Scenario Mods: Some mods include custom scenarios. To use them:
-
In the mod's
ServerData.json
, locate the"scenarioId"
field. -
In your
server_config.json
, find the"scenarioId"
field and replace its value with the one from the mod. -
Example:
-
-
JSON Validation: After editing, it's good practice to validate your JSON to prevent syntax errors. You can use online tools like JSONLint for this purpose.
By following these steps, you can successfully add and manage mods on your Arma Reforger server hosted with ChicagoServers. Enjoy customizing your gameplay experience!