Arma Reforger – How to Create a Dedicated Server

Follow these steps to create you own dedicated Arma Reforger server.

How to Host Your Own Server (Rental Service Provider)

You can host a server at game server hosting provider:

Note: Every gaming server goes online immediately! A welcome email including your connection information (guide) will be sent to you when your gaming server is created.

How to Create

To start a reforger server in Windows, create bat file (“start.bat”) in your reforger folder (e.g. S:\Games\ArmaReforger\) and right click “Edit”. Add this:

cd S:\Games\ArmaReforger\
start /wait /REALTIME ArmaReforgerServer.exe -config "S:\Games\ArmaReforger\server.json" -profile ArmaReforgerServer

Now create a new file called “server.json” in the same folder and change the entries highlighted:

{
 "dedicatedServerId": "ar-gm-%profilename",
 "region": "EU",
 "gameHostBindAddress": "YOUR SERVER IP",
 "gameHostBindPort": 2001,
 "gameHostRegisterBindAddress": "YOUR SERVER IP",
 "gameHostRegisterPort": 2001,
 "adminPassword" : "YOUR ADMIN PASSWORD",
  "game": {
   "name": "YOUR SERVER NAME",
   "scenarioId": "{59AD59368755F41A}Missions/21_GM_Eden.conf",
    "playerCountLimit": 16,
    "visible": true,
    "password" : "YOUR SERVER PASSWORD maybe?",
    "gameMode": "",
    "supportedGameClientTypes": [
    "PLATFORM_PC"
   ],
   "gameProperties": {
   "serverMaxViewDistance": 1600,
   "battleEye": true,
   "fastValidation": true
   },
   "mods": [
  ]
 }
}

Now start the server with double click on start.bat. You should add UDP port 2001 to your firewall (both ways).

Volodymyr Azimoff
About Volodymyr Azimoff 13769 Articles
I love games and I live games. Video games are my passion, my hobby and my job. My experience with games started back in 1994 with the Metal Mutant game on ZX Spectrum computer. And since then, I’ve been playing on anything from consoles, to mobile devices. My first official job in the game industry started back in 2005, and I'm still doing what I love to do.

Be the first to comment

Leave a Reply

Your email address will not be published.


*