Skip to content

Reading the Logs

Reading your server logs is one of the most effective ways to diagnose problems. Log lines contain timestamps and severity levels that help you pinpoint issues.

You can read the current logs of a running server directly in the Console tab.

Console tab

To read past logs, open Server Files and look for a folder named logs or files like latest.log or debug.log. In some cases you may find crash report files (for example, crash-2026-02-13_10.00.00-server.txt).

Server files log location

Log lines start with the time and the log level:

[13:50:55] [Server thread/INFO]: Starting minecraft server version 1.21.4

To identify problems, look for lines with the ERROR level:

[10:56:03] [Server thread/ERROR]: Encountered an unexpected exception

The surrounding lines of an error often provide further information. If you do not understand the error message, search for the exact text online to see if other servers have had similar issues.

You can upload or paste your logs into mclo.gs for easy reading and sharing. If you have errors in your log, you can click the error count tab to filter them.

mclo.gs error filter

If you still have problems after checking your logs, open a ticket in our Discord. Please include:

  • As many details as possible about the issue
  • A link to your log on mclo.gs, or upload your latest.log and debug.log files

See Get Support for what information to include.

Some common error messages have dedicated guides. Check the Troubleshooting section for guides matching your specific error.