How to Add Workshop Scenarios to Your Arma Reforger Server

Updated 10 June 2026 · By Host Havoc Technical Support Team

You can run a custom Workshop scenario on your Arma Reforger server by setting the ScenarioID in serverconfig.json. The scenario mod must also be added to the Mods list, see adding Workshop mods for that step.

Getting the Mod ID, Name, Version, and ScenarioID

Method 1: Workshop Website

  1. Open the Arma Reforger Workshop.
  2. Find the scenario mod you want to use.
  3. Copy the Name, ID, and Version from the main mod page.
  4. Open the Scenarios tab and copy the ScenarioID.

Note: The ScenarioID is found on the Scenarios tab of the Workshop mod page, not the main page.

Arma Reforger Workshop mod page with the Scenarios tab open

Locating the ScenarioID on the Workshop Scenarios tab

Method 2: ServerData.json

  1. Install the mod from the in-game workshop on your PC.
  2. Navigate to C:\Users\<Username>\Documents\my games\ArmaReforger\addons\.
  3. Open the mod's folder and open ServerData.json.
  4. Copy id, name, version, and the gameId value from the scenarios array:
"id": "591AF5BDA9F7CE8B",
"name": "Capture & Hold",
"revision": {
  "version": "1.0.8",
  "scenarios": [
    {
      "name": "Capture & Hold: Camp Blake",
      "gameId": "{6EA2E454519E5869}Missions/CAH_Military_Base.conf"
    }
  ]

Adding the Scenario to the Server

  1. Log in to the Game Control Panel and navigate to your server.
  2. Stop your server.
  3. Click the Configuration Files icon.
  4. Click Config Editor for serverconfig.json.
  5. Navigate to the Scenarios option.
  6. Check the Use A Workshop Scenario checkbox.
  7. Enter the ScenarioID (gameId) into the Workshop ScenarioID field. For example:
    {6EA2E454519E5869}Missions/CAH_Military_Base.conf
    
  8. Navigate to the Mods option and add the mod entry (see adding Workshop mods):
    {"modId":"591AF5BDA9F7CE8B","name":"Capture & Hold","version":"1.0.8"}
    
  9. Click Save.