On this page
Arma Reforger servers are configured differently from Arma 3 — there is no server.cfg, and the JSON file that replaced it will refuse to boot rather than fall back to defaults when something is wrong. If you are setting one up for the first time, or inherited one somebody else built, this is the order worth working through.
Recommended order#
-
Learn the config file
Start with Arma Reforger config.json Explained. It covers every field with its default and safe range, and — more usefully — the eight or so that actually matter on a first setup. Everything else on this path assumes you know where things live in this file.
-
Understand the ports
Read Arma Reforger Server Ports next. Three UDP ports, and each one fails in a distinct way. Knowing which symptom maps to which port saves more time than any other item on this list.
-
Pick your scenario
Use How to Change Your Arma Reforger Scenario for the common
scenarioIdvalues, and for-listScenarios— the startup parameter that prints the exact ID of every scenario your server can load, Workshop missions included. -
Fix it when it does not appear
Nearly everyone hits this once. Your Server Isn't Showing in the Server Browser works through the causes in likelihood order, starting with the ones that need no config change.
-
Add mods
How to Add Workshop Mods covers the
modsarray, why load order matters, and why clients need to do nothing. -
Then make the modlist survive patch day
Mod Collections and Version Locking is the one most communities wish they had read earlier. An unlocked mod changes your server without anyone editing it.
-
Open it to console players
Arma Reforger Crossplay for the config, and Can You Host on Xbox or PS5? if your group is console-first and wondering what their options are.
-
Size it honestly
How Many CPU Cores and How Much RAM? — Reforger is bound by single-thread speed and stops using threads effectively past about six, so this is as much about not overbuying as about not underbuying.
-
Tune before you upgrade
Tuning Server FPS — capping AI and pulling view distance back are free, and usually solve what people try to fix with hardware.
-
Set up administration
Admins and BattlEye RCON covers in-game admin, the RCON block, and the commands that exist.
-
Lock it down and moderate it
Whitelisting, Bans and Spotting Ban Evaders — including why hiding a server from the browser is not the same as making it private.
Fast setup checklist#
game.passwordAdminchanged off its default value.game.nameset to something players can search for.game.scenarioIdset and the server boots into the right mission.game.maxPlayersmatched to your community.game.crossPlatformset correctly for the platforms you support.operating.aiLimitcapped if you run Conflict.- Mods locked to explicit versions if anyone depends on this server.
- RCON password set, and permission level chosen deliberately.
config.jsonvalidated before every restart.
Who this path is for#
- Milsim units setting up their first dedicated server.
- Console groups who want a persistent world and have discovered they cannot host one.
- Admins who inherited a working server and need to understand it before changing it.
- Anyone whose server was fine last week and is not fine now.
Trusted references#
These are the official sources the guides above are checked against:

