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/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 started successfully:

Server initialized on port 2001
Game started - Scenario: Conflict

Player connected:

Player connected: PlayerName (ID: xxxxx)

Mod loaded:

Loading mod: ModName (ID: xxxxx)

Error example:

ERROR: Failed to load mod - version mismatch

Troubleshooting with Logs

Find crash causes

When the server crashes, check the last few lines before the crash in the log:

  1. Open the most recent log file in Files
  2. Scroll to the end
  3. Look for ERROR or FATAL messages
  4. The last error before the crash is usually the cause

Diagnose mod issues

If mods aren't working:

  1. Search the logs for the mod name
  2. Look for loading errors or version mismatches
  3. Check if the mod loaded successfully or failed

Track player issues

If a player reports problems:

  1. Search for their username in the logs
  2. Check their connection/disconnection events
  3. Look for errors near their activity timestamps

Sharing Logs for Support

Share logs with support

When asking for help on our Discord:

  1. Download the relevant log file from Files
  2. Don't paste the entire log into chat — use a paste service like paste.gg or pastebin.com
  3. Share the link along with a description of your issue
  4. 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?

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

On this page