Skip to main content
Arma Reforger dedicated servers are configured with a single JSON config file. It controls everything from your server name and player cap to crossplay platforms, the scenario (game mode) you run, and performance-related settings like view distances. This guide walks through a complete example and explains every important block.
JSON is strict: a single missing comma, stray quote, or unclosed brace will prevent the server from starting. After editing, run your config through a JSON validator (or the panel’s editor syntax highlighting) before restarting. Take a backup before major changes.

Annotated Example Config

Network Settings

On managed hosting, ports are assigned per server. Don’t change ports arbitrarily; use the values configured for your service, visible in the panel. Firewall rules for these ports can be managed in the Firewall Manager.

The game Block

Choosing a Scenario

The scenarioId points to a mission config inside the game (or inside a mod). Common vanilla examples: Exact scenario IDs can change or grow with game updates, and mods add their own. The in-game Workshop page of a scenario mod and the official Bohemia server documentation list the current IDs. Scenario mods provide their own scenarioId values to use here.

The gameProperties Block

Editing Your Config on Wasabi Hosting

1

Open the File Manager

Log in to the Game Panel, select your server, and open the File Manager (see File Management). Locate your server’s JSON config file.
2

Edit and validate

Make your changes in the built-in editor. Double-check commas, quotes, and brackets, since every setting except the last in a block needs a trailing comma.
3

Restart the server

Save the file, then Restart the server from the panel Console. Config changes only apply after a restart. Watch the console output for errors, since an invalid config or wrong scenarioId is reported there at startup.
Some basic values (like server name or ports) may also be exposed under the panel’s Startup tab depending on how your service is set up. If a value is managed there, change it there instead so it isn’t overwritten.
Need more headroom for a 100+ player Conflict server? Upgrade or order an Arma Reforger server from €12.49/month, with Ryzen X3D hardware included, and upgrades keep all your files.