Skip to main content

Generate Reforger configs and start scripts without the hassle

Generate server config JSON and Windows start scripts without hand-editing files. Browse workshop mods and authors in one place.

{
"bindAddress": "0.0.0.0",
"bindPort": 2001,
"publicAddress": "203.0.113.10",
"game": {
"name": "Conflict Ops",
"maxPlayers": 64,
"scenarioId": "{ECC…}Missions/…"
}
}
ArmaReforgerServer.exe -config C:\Servers\ConflictOps\server.json
-bindIP 0.0.0.0
-bindPort 2001
-maxFPS 60
-logLevel normal
-logAppend

Everything for a working Reforger server

Config generation, launch parameters, and a browsable workshop catalogue — built for operators who want clean JSON, not guesswork.

Server config JSON

Public bind, RCON, scenarios, admins, and gameplay flags — exported as valid Reforger config.

Start scripts

Build Windows launch parameters for ArmaReforgerServer.exe with sensible defaults.

Workshop mods

Search mods by name, author, or summary. Jump to authors and dependency details.

Ready to generate a config?

Start with the server config builder, or jump straight to a start script if you already have JSON.