Arma Reforger Startup Parameters
Generate launch arguments for your dedicated server with all available options.
Platform
Essential Settings
Path to your server config.json file
Directory for server profile data
Performance
Disable audio (recommended for servers)
Prevent server from pausing when minimized
Network (Advanced)
Logging
Enable detailed backend logging
Generated Command
ArmaReforgerServer.exe -config "config.json" -profile "profile" -noSound -noPauseRun this command in your Arma Reforger Server directory, or download the script file.
Related Tools
Arma Reforger Startup Parameters Explained
Startup parameters (also called launch arguments or command-line options) control how your Arma Reforger dedicated server starts. They let you specify config files, performance settings, and network options without modifying the server files directly.
Essential Parameters:
-config- Path to your config.json file-profile- Directory for server profile data-maxFPS- Limit server tick rate (default: 60)-noSound- Disable audio processing-noPause- Keep server running when minimized
Running Your Server
After generating your startup parameters, you can either copy the command and run it directly, or download a batch/shell script for easy server management.
# Windows Example:
ArmaReforgerServer.exe -config "config.json" -profile "profile" -noSound -noPause
For production servers, we recommend creating a startup script that you can run automatically on system boot or after crashes.
Need a Config File?
Use our Config Generator to create your server's config.json before setting up startup parameters.
Open Config Generator