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.

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

LevelMeaning
INFONormal operation messages
WARNINGNon-critical issues that may need attention
ERRORProblems that may affect gameplay
FATALCritical errors that crash the server

Common Log Entries

Server startup:

Server initialized on port 2001
Game started - Scenario: Conflict - Everon

Player 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 down

Troubleshooting With Logs

GoalWhat to Search For
Find a crash causeScroll to the end and look for ERROR/FATAL entries
Diagnose mod issuesSearch for the mod name
Track a player issueSearch for the player's username
Find performance dropsUse -logStats <ms> startup parameter to log periodic FPS data

Sharing Logs for Support

When asking for help on Discord:

  1. Download the relevant log file from Files
  2. Don't paste the full log into chat — use paste.gg or pastebin.com
  3. 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 ERROR or FATAL — 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.

How is this guide?

40% Off — Limited TimeGet your Arma Reforger server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page