How to Change the Scenario on Your Arma Reforger Server ​
You can use both official and custom workshop scenarios on your server.
Change scenario ​
Open dashboard
Open the dashboard of your server.Open settings
Navigate to the Settings.Enter scenario ID
Enter the desired scenario ID in the Scenario ID field.Example
{ECC61978EDCC2B5A}Missions/23_Campaign.confRestart the server
Save the setting and restart your server.
Available scenarios ​
| Scenario | Scenario ID |
|---|---|
| Tutorial | {90F086877C27B6F6}Missions/99_Tutorial.conf |
| Conflict | {ECC61978EDCC2B5A}Missions/23_Campaign.conf |
| Game Master - Everon | {59AD59368755F41A}Missions/21_GM_Eden.conf |
| Game Master - Arland | {2BBBE828037C6F4B}Missions/22_GM_Arland.conf |
| Conflict: St. Philippe & Morton | {C700DB41F0C546E1}Missions/23_Campaign_NorthCentral.conf |
| Conflict: Morton & St. Pierre | {28802845ADA64D52}Missions/23_Campaign_SWCoast.conf |
| Combat Ops: Arland | {DAA03C6E6099D50F}Missions/24_CombatOps.conf |
| Conflict: Arland | {C41618FD18E9D714}Missions/23_Campaign_Arland.conf |
| Combat Ops - Everon | {DFAC5FABD11F2390}Missions/26_CombatOpsEveron.conf |
Add workshop scenario ​
You can also use custom scenarios from the Arma Reforger Workshop.
Find mod information ​
Open Workshop
Open the Arma Reforger Workshop and find the desired scenario.Note information
Note the following information from the Workshop page:- Mod ID — the ID of the mod
- Name — the name of the mod
- Version — the current version number
- Scenario ID — found in the Scenarios tab
Edit config.json ​
Stop the server
Stop your server via the dashboard.Open config.json
Open the fileconfig.jsonin the file browser.Add mod
Find the"mods"section and add the mod:json"mods": [ { "modId": "596338F447D34E39", "name": "NightOps - Everon 1985", "version": "1.0.26" } ]For multiple mods, separate the entries with a comma:
json"mods": [ { "modId": "596338F447D34E39", "name": "NightOps - Everon 1985", "version": "1.0.26" }, { "modId": "59655E11FDD04B97", "name": "Raid on Saint Pierre", "version": "1.0.49" } ]Tip
Check the file with a JSON formatter like JSONLint after editing — a single missing or extra comma is enough to prevent the server from starting.
Set scenario ID
Enter the scenario ID of the workshop scenario in the dashboard under Settings in the Scenario ID field.Example
{1C7C31ACBB314DCF}Missions/MissionHeader_1.confStart the server
Save all changes and start your server.
Note
When a workshop scenario is updated, you also need to update the version number in config.json.
Tip
You can also find the mod information locally after subscribing to the mod in-game. Open the ServerData.json file in the folder Documents/My Games/ArmaReforger/addons/.