Arma Reforger SteamCMD Builder
Generate the SteamCMD command block and downloadable .bat/.sh for installing or updating the Arma Reforger dedicated server (app 1874900). Stable and experimental branches, validate toggle, anonymous login. Windows and Linux side by side.
Always reuse this path on updates — SteamCMD tracks installed builds per directory.
Paste inside an interactive SteamCMD session (one line at a time or as a script).
Save as install-reforger.bat
How to use
- Download SteamCMD from developer.valvesoftware.com and extract it (Windows:
C:\steamcmd). - Save the generated file as
install-reforger.batin a folder of your choice. - Double-click the .bat file — SteamCMD will download the Arma Reforger server to your install path.
- Launch
ArmaReforgerServer.exewith-config=.\config.json— use our Config Generator to build the JSON first.
What is SteamCMD?
SteamCMD is Valve's command-line Steam client, built specifically for installing and updating dedicated game servers. It downloads the same files as the regular Steam client but runs headless — perfect for Windows batch scripts, Linux cron jobs, or one-click deployments on a VPS. For Arma Reforger, SteamCMD fetches the server binary from app 1874900; mods are pulled separately by the server itself from reforger.armaplatform.com, not from Steam Workshop.
Arma Reforger Server App IDs
| Product | App ID | Use for hosting? |
|---|---|---|
| Arma Reforger Dedicated Server | 1874900 | Yes — this is the one |
| Arma Reforger (Game Client) | 1874880 | No — requires ownership + GUI |
| Workshop (Arma Reforger) | 1874900 | Not used — Reforger mods come from reforger.armaplatform.com |
Use 1874900 in every app_update command. Never run workshop_download_item — that is Steam Workshop, and Reforger uses its own workshop protocol.
Stable vs Experimental Branch
Bohemia publishes two branches of the Arma Reforger server binary. Stable is the default — it matches what public players run. Experimental is where upcoming patches land one to two weeks before stable, so modders and community server operators can catch regressions early.
| Branch | SteamCMD flag | When to use |
|---|---|---|
| Stable | app_update 1874900 | Public servers — default |
| Experimental | app_update 1874900 -beta experimental | Preview upcoming patches; never mix with stable players |
Clients on stable cannot connect to experimental servers and vice versa. If you flip branches, warn players in advance — their client needs to switch too.
Update vs Fresh Install
SteamCMD does not maintain a global install registry — it tracks installed builds per install directory. That makes force_install_dir mandatory on every invocation. Point it at the same path you used for the original install and SteamCMD will fetch only the changed files. Point it at a new path, or omit it entirely, and SteamCMD will re-download the whole ~12 GB server because, from its perspective, this is a brand-new install.
The fix is simple: always call force_install_dir before login anonymous, and store the path in a variable at the top of your script so you cannot typo it later.
SteamCMD Command Reference
| Command | Purpose |
|---|---|
| force_install_dir | Sets the target directory — must come first. |
| login anonymous | Anonymous Steam login; no account or game ownership needed. |
| app_update 1874900 | Installs or updates the Arma Reforger server files. |
| -beta experimental | Switches to the experimental branch; omit for stable. |
| validate | Re-checks every file against the manifest and re-fetches mismatches. |
| +app_update | Prefix with + when chaining on a single shell line. |
| quit | Exits SteamCMD cleanly — required at the end of scripts. |
Tip: Use the + prefix (e.g. +login anonymous) when chaining on a single shell line; omit it inside an interactive SteamCMD prompt.
Frequently Asked Questions
Arma Reforger SteamCMD Builder — FAQ
Is this Arma Reforger SteamCMD Builder free to use?
Yes, the Arma Reforger SteamCMD Builder is 100% free — no signup required, no hidden fees, no downloads. Everything runs in your browser.
How accurate is the Arma Reforger SteamCMD Builder?
Values are pulled from the Arma Reforger game files and community-verified formulas. Results match what you see in-game, and we update the tool when the game gets major patches.
Can I host a Arma Reforger server with XGamingServer?
Yes. XGamingServer offers instant Arma Reforger server hosting with mod support, automatic backups, DDoS protection, and 24/7 support. All popular game settings are pre-configured.
Does the SteamCMD Builder work on mobile?
Yes, the SteamCMD Builder is fully responsive and works on desktop, tablet, and mobile browsers.
You might also need
Interactive Everon + Arland Map
Full interactive world map for both Arma Reforger terrains — 19 towns, 5 military bases, 5 depots, 180+ supply points on Everon plus full Arland POIs
Server Config Generator
Generate config.json with all server settings
config.json Validator
Paste your Arma Reforger config.json and catch syntax errors, invalid port ranges, bad scenarioId format, case-sensitive rcon.permission mistakes, and PSN+mods conflicts before the server silently fails to start.
Scenario Picker & ID Reference
Browse all 31 official Arma Reforger scenarios with scenarioId values, recommended player counts, AI, mods, and crossplay info. Compare Conflict vs Game Master vs Combat Ops. Copy-paste scenario IDs direct into your config.

Config Tool Built Into XGamingServer
Get managed Arma Reforger hosting with this tool in your panel — configure, deploy, and play in minutes. No file uploads needed.