How to Find and Read Arma Reforger Server Logs
Learn how to access and interpret your Arma Reforger server logs for troubleshooting.
Server logs record everything that happens on your server — errors, player connections, mod loading, and performance warnings. They're essential for troubleshooting.
Finding Server Logs
Check the Console
The quickest way to see live logs is through Console on the XGamingServer panel. This shows real-time output from the server.
Access log files
For historical logs, go to Files and look for log files in the server's root directory or profile folder. Common locations:
/profile/log/
/logs/Log files are typically named with dates or timestamps.
Download logs for analysis
Click on a log file in Files to view it, or download it for easier searching and analysis in a text editor.
Reading Server Logs
Understanding log entries
Arma Reforger logs contain different types of messages:
| Prefix/Level | Meaning |
|---|---|
| INFO | Normal operation messages |
| WARNING | Non-critical issues that may need attention |
| ERROR | Problems that may affect gameplay |
| FATAL | Critical errors that crash the server |
Common log entries
Server started successfully:
Server initialized on port 2001
Game started - Scenario: ConflictPlayer connected:
Player connected: PlayerName (ID: xxxxx)Mod loaded:
Loading mod: ModName (ID: xxxxx)Error example:
ERROR: Failed to load mod - version mismatchTroubleshooting with Logs
Find crash causes
When the server crashes, check the last few lines before the crash in the log:
- Open the most recent log file in
Files - Scroll to the end
- Look for ERROR or FATAL messages
- The last error before the crash is usually the cause
Diagnose mod issues
If mods aren't working:
- Search the logs for the mod name
- Look for loading errors or version mismatches
- Check if the mod loaded successfully or failed
Track player issues
If a player reports problems:
- Search for their username in the logs
- Check their connection/disconnection events
- Look for errors near their activity timestamps
Sharing Logs for Support
Share logs with support
When asking for help on our Discord:
- Download the relevant log file from
Files - Don't paste the entire log into chat — use a paste service like paste.gg or pastebin.com
- Share the link along with a description of your issue
- Include: what happened, when it happened, and what you've already tried
💡 Tip: Use your text editor's search function (Ctrl+F) to search for "ERROR" or "FATAL" in log files. This quickly finds problems without reading the entire log.
📝 Note: Log files can grow large over time. Regular server restarts create new log files, making it easier to find issues by timestamp.
See also: Troubleshooting | Performance Guide
If you need help, join our Discord.
How is this guide?

Server Config JSON Reference
Complete reference for the Arma Reforger server configuration JSON file, including all settings for network, game, mods, and operating parameters.
How to Set a Password on Your Arma Reforger Server
Learn how to password protect your Arma Reforger server for private sessions, clan events, and restricted access.