{"id":20506,"date":"2025-01-19T13:31:22","date_gmt":"2025-01-19T13:31:22","guid":{"rendered":"https:\/\/xgamingserver.com\/blog\/?p=20506"},"modified":"2025-01-23T17:03:53","modified_gmt":"2025-01-23T17:03:53","slug":"arma-reforger-server-configuration-guide","status":"publish","type":"post","link":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/","title":{"rendered":"Arma Reforger Server Configuration (config.json) guide"},"content":{"rendered":"\n<p>This guide will walk you through the comprehensive process of configuring your Arma Reforger dedicated server, focusing on the JSON configuration format. We&#8217;ll explore essential settings, from basic network configuration to advanced game properties, and show you how to use helpful tools like <a href=\"https:\/\/www.armareforger.xyz\/\">armareforger.xyz<\/a> to simplify the setup process. Whether you&#8217;re <a href=\"https:\/\/xgamingserver.com\/arma-reforger-server-hosting\">hosting on XGamingServer<\/a> panel or another platform, you&#8217;ll find detailed explanations and examples to help you create a perfectly tailored server configuration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-quick-setup-with-online-tools\">Quick Setup with Online Tools<\/h2>\n\n\n\n<p>For easier server configuration, you can use the following tools:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Visit <a href=\"https:\/\/armareforger.xyz\">armareforger.xyz<\/a> &#8211; An online configuration generator\/Chrome Extension that provides a user-friendly interface for creating your server config file.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-accessing-config-json-file-on-xgamingserver\">Accessing config.json File on XGamingServer<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"696\" src=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config-1024x696.jpg\" alt=\"\" class=\"wp-image-20508\" srcset=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config-1024x696.jpg 1024w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config-600x408.jpg 600w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config-300x204.jpg 300w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config-768x522.jpg 768w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config-370x251.jpg 370w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config-270x183.jpg 270w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config-570x387.jpg 570w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config-740x503.jpg 740w, https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg 1419w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log into your XGamingServer control panel<\/li>\n\n\n\n<li>Navigate to your Arma Reforger server<\/li>\n\n\n\n<li>Click on the &#8220;File Manager&#8221; tab<\/li>\n\n\n\n<li>Look for the <code>server.json<\/code> file in the root directory<\/li>\n\n\n\n<li>Click on the file to edit it directly in the web interface<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-essential-arma-reforger-server-configuration-parameters\">Essential Arma Reforger Server Configuration Parameters<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-root-configuration-settings\">Root Configuration Settings<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Network Configuration<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"bindAddress\": \"\",<br>  \"bindPort\": 2001,<br>  \"publicAddress\": \"\",<br>  \"publicPort\": 2001<br>}<\/code><\/pre>\n\n\n\n<p><strong>Explanation<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>bindAddress<\/strong>: Leave empty for automatic configuration (0.0.0.0)<\/li>\n\n\n\n<li><strong>bindPort<\/strong>: Server&#8217;s UDP port (default: 2001)<\/li>\n\n\n\n<li><strong>publicAddress<\/strong>: Public IP address (leave empty for auto-detection)<\/li>\n\n\n\n<li><strong>publicPort<\/strong>: Public-facing port (usually matches bindPort)<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Steam Query (A2S)<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"a2s\": {<br>    \"address\": \"\",<br>    \"port\": 17777<br>  }<br>}<\/code><\/pre>\n\n\n\n<p><strong>Explanation<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>address<\/strong>: IP for Steam queries<\/li>\n\n\n\n<li><strong>port<\/strong>: Steam server browser query port<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">RCON Configuration<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"rcon\": {<br>    \"address\": \"\",<br>    \"port\": 19999,<br>    \"password\": \"your_rcon_password\",<br>    \"maxClients\": 16,<br>    \"permission\": \"admin\",<br>    \"blacklist\": [],<br>    \"whitelist\": []<br>  }<br>}<\/code><\/pre>\n\n\n\n<p><strong>Important Notes<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Password must be at least 3 characters<\/li>\n\n\n\n<li>No spaces allowed in password<\/li>\n\n\n\n<li>Set permissions to &#8220;admin&#8221; or &#8220;monitor&#8221;<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Game Configuration<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Basic Server Settings<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"game\": {<br>    \"name\": \"Your Server Name\",<br>    \"password\": \"\",<br>    \"passwordAdmin\": \"admin_password\",<br>    \"admins\": [\"76561198xxxxxxxxx\"],<br>    \"scenarioId\": \"{SCENARIO_ID}\",<br>    \"maxPlayers\": 32,<br>    \"visible\": true<br>  }<br>}<\/code><\/pre>\n\n\n\n<p><strong>Key Settings<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>name<\/strong>: Server name in browser<\/li>\n\n\n\n<li><strong>password<\/strong>: Server access password<\/li>\n\n\n\n<li><strong>passwordAdmin<\/strong>: Admin access password<\/li>\n\n\n\n<li><strong>admins<\/strong>: Steam IDs for permanent admins<\/li>\n\n\n\n<li><strong>maxPlayers<\/strong>: 1-128 players<\/li>\n\n\n\n<li><strong>visible<\/strong>: Server visibility in browser<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Platform Support<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"game\": {<br>    \"crossPlatform\": true,<br>    \"supportedPlatforms\": [<br>      \"PLATFORM_PC\",<br>      \"PLATFORM_XBL\",<br>      \"PLATFORM_PSN\"<br>    ]<br>  }<br>}<\/code><\/pre>\n\n\n\n<p><strong>Platform Options<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PLATFORM_PC: Windows PC<\/li>\n\n\n\n<li>PLATFORM_XBL: Xbox<\/li>\n\n\n\n<li>PLATFORM_PSN: PlayStation (vanilla servers only)<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Game Properties<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"gameProperties\": {<br>    \"serverMaxViewDistance\": 1600,<br>    \"serverMinGrassDistance\": 0,<br>    \"networkViewDistance\": 1500,<br>    \"fastValidation\": true,<br>    \"battlEye\": true,<br>    \"disableThirdPerson\": false,<br>    \"VONDisableUI\": false,<br>    \"VONDisableDirectSpeechUI\": false,<br>    \"VONCanTransmitCrossFaction\": false<br>  }<br>}<\/code><\/pre>\n\n\n\n<p><strong>Critical Settings<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>fastValidation<\/strong>: Always keep TRUE for public servers<\/li>\n\n\n\n<li><strong>serverMaxViewDistance<\/strong>: 500-10000 meters<\/li>\n\n\n\n<li><strong>networkViewDistance<\/strong>: 500-5000 meters<\/li>\n\n\n\n<li><strong>battlEye<\/strong>: Recommended for anti-cheat<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Mod Configuration<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"modsRequiredByDefault\": true,<br>  \"mods\": [<br>    {<br>      \"modId\": \"WORKSHOP_ID\",<br>      \"name\": \"Mod Name\",<br>      \"version\": \"1.0.0\",<br>      \"required\": true<br>    }<br>  ]<br>}<\/code><\/pre>\n\n\n\n<p><strong>Mod Settings<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>modId<\/strong>: Steam Workshop ID<\/li>\n\n\n\n<li><strong>version<\/strong>: Optional specific version<\/li>\n\n\n\n<li><strong>required<\/strong>: Mandatory status<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Operating Configuration<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"operating\": {<br>    \"lobbyPlayerSynchronise\": true,<br>    \"disableCrashReporter\": false,<br>    \"disableNavmeshStreaming\": [],<br>    \"disableServerShutdown\": false,<br>    \"disableAI\": false,<br>    \"playerSaveTime\": 120,<br>    \"aiLimit\": -1,<br>    \"slotReservationTimeout\": 60,<br>    \"joinQueue\": {<br>      \"maxSize\": 12<br>    }<br>  }<br>}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Best Practices<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Performance Optimization<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Use the <code>-maxFPS<\/code> startup parameter<\/li>\n\n\n\n<li>Keep <code>fastValidation<\/code> enabled<\/li>\n\n\n\n<li>Adjust <code>aiLimit<\/code> based on server capacity<\/li>\n\n\n\n<li>Balance view distances with performance<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Security<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Always enable BattlEye<\/li>\n\n\n\n<li>Use strong admin passwords<\/li>\n\n\n\n<li>Keep <code>fastValidation<\/code> enabled<\/li>\n\n\n\n<li>Regularly update mods<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Maintenance<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Backup configurations regularly<\/li>\n\n\n\n<li>Monitor server performance<\/li>\n\n\n\n<li>Update mod configurations<\/li>\n\n\n\n<li>Validate JSON syntax after changes<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Common Issues<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Server Not Visible<\/strong>\n<ul class=\"wp-block-list\">\n<li>Check <code>visible<\/code> setting<\/li>\n\n\n\n<li>Verify port forwarding<\/li>\n\n\n\n<li>Confirm public address<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Performance Issues<\/strong>\n<ul class=\"wp-block-list\">\n<li>Check view distance settings<\/li>\n\n\n\n<li>Monitor AI count<\/li>\n\n\n\n<li>Verify mod compatibility<\/li>\n\n\n\n<li>Adjust network settings<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Mod Problems<\/strong>\n<ul class=\"wp-block-list\">\n<li>Verify mod IDs<\/li>\n\n\n\n<li>Check version compatibility<\/li>\n\n\n\n<li>Confirm required status<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Complete Example Configuration<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"bindPort\": 2001,<br>  \"publicPort\": 2001,<br>  \"a2s\": {<br>    \"port\": 17777<br>  },<br>  \"rcon\": {<br>    \"port\": 19999,<br>    \"password\": \"secure_password\",<br>    \"permission\": \"admin\"<br>  },<br>  \"game\": {<br>    \"name\": \"My Arma Reforger Server\",<br>    \"passwordAdmin\": \"secure_admin_password\",<br>    \"maxPlayers\": 32,<br>    \"visible\": true,<br>    \"gameProperties\": {<br>      \"serverMaxViewDistance\": 2000,<br>      \"networkViewDistance\": 1500,<br>      \"fastValidation\": true,<br>      \"battlEye\": true<br>    }<br>  },<br>  \"operating\": {<br>    \"lobbyPlayerSynchronise\": true,<br>    \"aiLimit\": 50<br>  }<br>}<\/code><\/pre>\n\n\n\n<p>Remember to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always validate your JSON configuration<\/li>\n\n\n\n<li>Keep regular backups<\/li>\n\n\n\n<li>Monitor server performance<\/li>\n\n\n\n<li>Update settings based on server usage patterns<\/li>\n\n\n\n<li>Test changes in a development environment first<\/li>\n<\/ul>\n\n\n\n<p>Need help? Join the Arma Reforger community for support and additional resources.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-looking-for-arma-reforger-server-hosting-get-a-server-from-xgamingserver\"><strong><a href=\"https:\/\/xgamingserver.com\/arma-reforger-server-hosting\">Looking for Arma Reforger Server Hosting? Get A server from XGamingServer<\/a><\/strong><\/h2>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide will walk you through the comprehensive process of configuring your Arma Reforger dedicated server, focusing on the JSON configuration format. We&#8217;ll explore essential settings, from basic network configuration to advanced game properties, and show you how to use helpful tools like armareforger.xyz to simplify the setup process. Whether you&#8217;re hosting on XGamingServer panel [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":20508,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[49],"tags":[],"class_list":["post-20506","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-arma-reforger"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Arma Reforger Server Configuration (config.json) guide - XGamingServer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Arma Reforger Server Configuration (config.json) guide\" \/>\n<meta property=\"og:description\" content=\"This guide will walk you through the comprehensive process of configuring your Arma Reforger dedicated server, focusing on the JSON configuration format. We&#8217;ll explore essential settings, from basic network configuration to advanced game properties, and show you how to use helpful tools like armareforger.xyz to simplify the setup process. Whether you&#8217;re hosting on XGamingServer panel [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"XGamingServer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/xgamingserver69\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-19T13:31:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-23T17:03:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1419\" \/>\n\t<meta property=\"og:image:height\" content=\"964\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Xray\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rainerstudios\" \/>\n<meta name=\"twitter:site\" content=\"@xgamingserver\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Xray\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/\"},\"author\":{\"name\":\"Xray\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\"},\"headline\":\"Arma Reforger Server Configuration (config.json) guide\",\"datePublished\":\"2025-01-19T13:31:22+00:00\",\"dateModified\":\"2025-01-23T17:03:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/\"},\"wordCount\":469,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg\",\"articleSection\":[\"Arma Reforger\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/\",\"name\":\"Arma Reforger Server Configuration (config.json) guide - XGamingServer\",\"isPartOf\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg\",\"datePublished\":\"2025-01-19T13:31:22+00:00\",\"dateModified\":\"2025-01-23T17:03:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#primaryimage\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg\",\"width\":1419,\"height\":964,\"caption\":\"arma reforger server config\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/xgamingserver.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Arma Reforger\",\"item\":\"https:\/\/xgamingserver.com\/blog\/category\/arma-reforger\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Arma Reforger Server Configuration (config.json) guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#website\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"name\":\"XGamingServer\",\"description\":\"Dedicated Game Server Hosting\",\"publisher\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#organization\",\"name\":\"XGamingServer\",\"url\":\"https:\/\/xgamingserver.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"contentUrl\":\"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"XGamingServer\"},\"image\":{\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/web.facebook.com\/xgamingserver69\/\",\"https:\/\/x.com\/xgamingserver\",\"https:\/\/www.instagram.com\/xgamingserver\/\",\"https:\/\/www.linkedin.com\/company\/xgamingserver\/\",\"https:\/\/www.pinterest.com\/xgamingserver\/\",\"https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608\",\"name\":\"Xray\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g\",\"caption\":\"Xray\"},\"description\":\"A Mathematician who knows a thing or two about Design.\",\"sameAs\":[\"https:\/\/xgamingserver.com\/blog\",\"https:\/\/www.instagram.com\/rainerstudios\/\",\"https:\/\/x.com\/@rainerstudios\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Arma Reforger Server Configuration (config.json) guide - XGamingServer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/","og_locale":"en_US","og_type":"article","og_title":"Arma Reforger Server Configuration (config.json) guide","og_description":"This guide will walk you through the comprehensive process of configuring your Arma Reforger dedicated server, focusing on the JSON configuration format. We&#8217;ll explore essential settings, from basic network configuration to advanced game properties, and show you how to use helpful tools like armareforger.xyz to simplify the setup process. Whether you&#8217;re hosting on XGamingServer panel [&hellip;]","og_url":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/","og_site_name":"XGamingServer","article_publisher":"https:\/\/web.facebook.com\/xgamingserver69\/","article_published_time":"2025-01-19T13:31:22+00:00","article_modified_time":"2025-01-23T17:03:53+00:00","og_image":[{"width":1419,"height":964,"url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg","type":"image\/jpeg"}],"author":"Xray","twitter_card":"summary_large_image","twitter_creator":"@rainerstudios","twitter_site":"@xgamingserver","twitter_misc":{"Written by":"Xray","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#article","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/"},"author":{"name":"Xray","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608"},"headline":"Arma Reforger Server Configuration (config.json) guide","datePublished":"2025-01-19T13:31:22+00:00","dateModified":"2025-01-23T17:03:53+00:00","mainEntityOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/"},"wordCount":469,"commentCount":0,"publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg","articleSection":["Arma Reforger"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/","url":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/","name":"Arma Reforger Server Configuration (config.json) guide - XGamingServer","isPartOf":{"@id":"https:\/\/xgamingserver.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#primaryimage"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg","datePublished":"2025-01-19T13:31:22+00:00","dateModified":"2025-01-23T17:03:53+00:00","breadcrumb":{"@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#primaryimage","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg","width":1419,"height":964,"caption":"arma reforger server config"},{"@type":"BreadcrumbList","@id":"https:\/\/xgamingserver.com\/blog\/arma-reforger-server-configuration-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xgamingserver.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Arma Reforger","item":"https:\/\/xgamingserver.com\/blog\/category\/arma-reforger\/"},{"@type":"ListItem","position":3,"name":"Arma Reforger Server Configuration (config.json) guide"}]},{"@type":"WebSite","@id":"https:\/\/xgamingserver.com\/blog\/#website","url":"https:\/\/xgamingserver.com\/blog\/","name":"XGamingServer","description":"Dedicated Game Server Hosting","publisher":{"@id":"https:\/\/xgamingserver.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xgamingserver.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xgamingserver.com\/blog\/#organization","name":"XGamingServer","url":"https:\/\/xgamingserver.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","contentUrl":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2020\/09\/logo.svg","width":"1024","height":"1024","caption":"XGamingServer"},"image":{"@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/xgamingserver69\/","https:\/\/x.com\/xgamingserver","https:\/\/www.instagram.com\/xgamingserver\/","https:\/\/www.linkedin.com\/company\/xgamingserver\/","https:\/\/www.pinterest.com\/xgamingserver\/","https:\/\/www.youtube.com\/channel\/UCHnOtWxpzaL2r3jM9Jm40EQ"]},{"@type":"Person","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/9fe94eb5b0ad6508acec5eef457da608","name":"Xray","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xgamingserver.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f5e048c648806821e7dfebe32ad45489165185fe75979165fb4044e2967386d8?s=96&d=mm&r=g","caption":"Xray"},"description":"A Mathematician who knows a thing or two about Design.","sameAs":["https:\/\/xgamingserver.com\/blog","https:\/\/www.instagram.com\/rainerstudios\/","https:\/\/x.com\/@rainerstudios"]}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/xgamingserver.com\/blog\/wp-content\/uploads\/2025\/01\/Arma-reforger-server-config.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20506","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/comments?post=20506"}],"version-history":[{"count":4,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20506\/revisions"}],"predecessor-version":[{"id":20542,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/posts\/20506\/revisions\/20542"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media\/20508"}],"wp:attachment":[{"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/media?parent=20506"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/categories?post=20506"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xgamingserver.com\/blog\/wp-json\/wp\/v2\/tags?post=20506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}