Share a Minecraft log in one link.
Paste a server log, client log or crash report.
We hide private details before upload
IP addresses, MAC addresses, user folder names, tokens and email addresses get replaced in your browser before anything is sent. Player names stay, because you usually need them to debug.
Before
- [21:14:02] [main/INFO]: Launching with arguments: --username Kelpie_88 --accessToken eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJrZWxwaWUifQ.c2lnbmF0dXJlMTIz
- [21:14:04] [main/WARN]: Mod file C:\Users\Marta\AppData\Roaming\.minecraft\mods\sodium-fabric-0.6.0.jar has no icon
- [21:14:16] [Render thread/INFO]: Connecting to 203.0.113.42, 25565
After
- [21:14:02] [main/INFO]: Launching with arguments: --username Kelpie_88 --accessToken [redacted]
- [21:14:04] [main/WARN]: Mod file C:\Users\[redacted]\AppData\Roaming\.minecraft\mods\sodium-fabric-0.6.0.jar has no icon
- [21:14:16] [Render thread/INFO]: Connecting to [redacted], 25565
Where to find your log
Most launchers and hosts have a button for this. If yours doesn't, look here.
- Client log
.minecraft/logs/latest.logOpen the game folder from your launcher. The logs folder is inside.- Server log
logs/latest.logIn the folder your server runs from. Hosting panels usually list it under Files or Console.- Crash report
crash-reports/Take the newest file. The name ends in -client or -server, which tells you where it crashed.- Java crash report
hs_err_pid12345.logJava writes this when it crashes outright. Look in the game or server folder.
Questions people ask
Quick answers. If something is broken, the guides go into more detail.
Where do I find my Minecraft log?
The game log is latest.log, in the logs folder inside your game folder. Servers keep theirs in logs/latest.log too, and crash reports go in a folder called crash-reports. The guides have the exact paths for Windows, macOS, Linux and hosting panels.
Is minelog free, and do I need an account?
It's free and there are no accounts. Paste your log, get a link.
What private details are hidden?
IP addresses, MAC addresses, user folder names, access tokens and email addresses are replaced in your browser before anything is uploaded, and again on our server. Player names stay, so the log is still useful for debugging.
How long is a log kept?
Every log is deleted 40 days after you save it. There's no early delete, so check the preview before you press Get link.
Who can see my log?
Anyone who has the link. Links are random and can't be guessed, and log pages are kept out of search engines.
Is there an API?
Yes. Launchers, mods and server panels can upload a log with one request. There's also an API that matches mclo.gs, so tools built for it work after you change the address.
More in the guides: How to find your Minecraft logs, How to read a Minecraft crash report, How to share a log file without leaking private details, minelog and mclo.gs.