Complete config.json guide
Certainly! Here's a revised version of the Arma Reforger server configuration guide tailored for Four Seasons Hosting:
Arma Reforger Server Configuration Guide
This guide provides a comprehensive walkthrough for configuring your Arma Reforger dedicated server using the JSON configuration format. We'll cover essential settings, from basic network configurations to advanced game properties, ensuring your server is optimized for performance and accessibility.
Quick Setup with Online Tools
To streamline the server configuration process, consider using the following tool:
Arma Reforger Configuration Generator: Visit COMING SOON to access an online configuration generator that offers a user-friendly interface for creating your server's config file.
Accessing the server.json
File on Four Seasons Hosting
server.json
File on Four Seasons HostingTo configure your server on Four Seasons Hosting, follow these steps:
Log into your Four Seasons Hosting Game Panel: Access your account dashboard.
Navigate to Your Arma Reforger Server: Select the server instance you wish to configure.
Access the File Manager: Click on the "File Manager" tab to view your server files.
Locate the
server.json
File: Find theserver.json
file in the root directory of your server files.Edit the File: Click on
server.json
to open and edit it directly within the web interface.
Essential Arma Reforger Server Configuration Parameters
Network Configuration
Define how your server communicates over the network:
bindAddress: Leave empty for automatic configuration (
0.0.0.0
).bindPort: The server's UDP port (default: 2001).
publicAddress: Public IP address (leave empty for auto-detection).
publicPort: Public-facing port (usually matches
bindPort
).
Steam Query (A2S)
Configure Steam server browser query settings:
address: IP address for Steam queries.
port: Port for Steam server browser queries.
RCON Configuration
Set up remote console (RCON) for server management:
Important Notes:
password: Must be at least 3 characters long and contain no spaces.
permission: Set to
"admin"
for full administrative access or"monitor"
for limited access.
Game Configuration
Customize basic server settings:
name: The name displayed in the server browser.
password: Password required to join the server (leave empty for public access).
passwordAdmin: Password for administrative access.
admins: List of Steam IDs granted admin privileges.
maxPlayers: Number of players allowed (range: 1-128).
visible: Determines if the server is listed publicly.
Platform Support
Enable cross-platform play and specify supported platforms:
PLATFORM_PC: Windows PC.
PLATFORM_XBL: Xbox.
PLATFORM_PSN: PlayStation (for vanilla servers only).
Game Properties
Adjust in-game settings to enhance player experience:
fastValidation: Keep
true
for public servers to ensure data integrity.serverMaxViewDistance: Sets the maximum view distance (range: 500-10,000 meters).
networkViewDistance: Determines the distance at which networked objects are visible (range: 500-5,000 meters).
battlEye: Enable (
true
) or disable (false
) the BattlEye anti-cheat system.
Mod Configuration
Manage server mods to customize gameplay:
Mod Settings:
modId: Steam Workshop ID
version: Optional specific version
required: Mandatory status
Operating Configuration
Best Practices
Performance Optimization
Use the
-maxFPS
startup parameterKeep
fastValidation
enabledAdjust
aiLimit
based on server capacityBalance view distances with performance
Security
Always enable BattlEye
Use strong admin passwords
Keep
fastValidation
enabledRegularly update mods
Maintenance
Backup configurations regularly
Monitor server performance
Update mod configurations
Validate JSON syntax after changes
Troubleshooting
Common Issues
Server Not Visible
Check
visible
settingVerify port forwarding
Confirm public address
Performance Issues
Check view distance settings
Monitor AI count
Verify mod compatibility
Adjust network settings
Mod Problems
Verify mod IDs
Check version compatibility
Confirm required status
Complete Example Configuration
Remember to:
Always validate your JSON configuration
Keep regular backups
Monitor server performance
Update settings based on server usage patterns
Test changes in a development environment first
Last updated
Was this helpful?