Server Configuration Generator
Configure Your Arma Reforger Server
Create a custom server configuration for your Arma Reforger server
Configuration JSON
{
"bindAddress": "",
"bindPort": 2001,
"publicAddress": "",
"publicPort": 2001,
"a2s": {
"address": "",
"port": 17777
},
"rcon": {
"address": "",
"port": 2302,
"password": "",
"permission": "admin"
},
"game": {
"name": "",
"password": "",
"passwordAdmin": "",
"admins": [],
"maxPlayers": 32,
"visible": true,
"crossPlatform": true,
"supportedPlatforms": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"scenarioId": "",
"gameProperties": {
"serverMaxViewDistance": 2500,
"serverMinGrassDistance": 50,
"networkViewDistance": 1000,
"disableThirdPerson": false,
"fastValidation": false,
"battlEye": true,
"VONDisableUI": false,
"VONDisableDirectSpeechUI": false,
"VONCanTransmitCrossFaction": false,
"missionHeader": {
"m_iPlayerCount": 127,
"m_eEditableGameFlags": 6,
"m_eDefaultGameFlags": 6,
"persistentWorld": false,
"other": ""
}
},
"mods": []
}
}