How to Find and Read Arma Reforger Server Logs
Access live and historical Arma Reforger server logs through the XGamingServer Console and File Manager for troubleshooting.
Server logs record everything the server does — errors, player connections, mod loading, performance warnings. They're the first thing to check when something goes wrong.
View Live Logs
Open the Console
In the XGamingServer Panel, click Console in the sidebar.
Watch real-time output
The console shows real-time server output as it happens. New lines stream in automatically.
Find Historical Log Files
Open Files
Click Files in the sidebar.
Navigate to the logs directory
Look for log files in:
/profile/log/
/logs/Log files are usually named with timestamps.
Open or download
Click a log file to view it in the panel editor. For larger files or detailed analysis, download to your computer.
Reading Log Entries
Log Levels
| 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 startup:
Server initialized on port 2001
Game started - Scenario: Conflict - EveronPlayer connection:
Player connected: PlayerName (ID: 76561198xxxxxxx)Mod loading:
Loading mod: WeaponSwitching (ID: 59727DAE364DEADB)Error example:
ERROR: Failed to load mod - version mismatch
FATAL: Out of memory - server shutting downTroubleshooting With Logs
| Goal | What to Search For |
|---|---|
| Find a crash cause | Scroll to the end and look for ERROR/FATAL entries |
| Diagnose mod issues | Search for the mod name |
| Track a player issue | Search for the player's username |
| Find performance drops | Use -logStats <ms> startup parameter to log periodic FPS data |
Sharing Logs for Support
When asking for help on Discord:
- Download the relevant log file from Files
- Don't paste the full log into chat — use paste.gg or pastebin.com
- Share the link with: what happened, when it happened, what you've already tried
Tip: Use Ctrl+F in your text editor to search for
ERRORorFATAL— these almost always pinpoint the issue.
Note: Log files grow over time. Regular server restarts create new log files, making it easier to find issues by timestamp.
Related Guides
How is this guide?

How to Configure Your Arma Reforger Server (Config Editor & config.json)
Configure your Arma Reforger dedicated server using the built-in Config Editor tool or by editing config.json manually.
How to Set a Password on Your Arma Reforger Server
Password protect your Arma Reforger dedicated server to restrict access to approved players.