Server Keeps Crashing
Server won't stay running? Let's diagnose and fix the issue.
Quick Diagnosis
The console shows why your server crashed. Look for red error messages or "FATAL" errors right before it stopped.
Common Crash Causes
1. Not Enough RAM
Symptoms:
- Server freezes or crashes during gameplay
- Console shows "OutOfMemoryError"
- RAM graph always at 100%
Solution:
- Check your plan's RAM allocation
- Large modpacks need 8GB+ RAM
- Consider upgrading your plan if consistently maxing out
| Server Type | Recommended RAM |
|---|---|
| Vanilla (1-5 players) | 2-4 GB |
| Paper with plugins | 4-6 GB |
| Small modpacks (50 mods) | 4-6 GB |
| Medium modpacks (100-200 mods) | 6-8 GB |
| Large modpacks (ATM9, RLCraft) | 8-12 GB |
2. Mod/Plugin Conflicts
Symptoms:
- Crash immediately on start
- Console shows mod name in error
- Started crashing after adding something new
Solution:
- Check console for which mod/plugin caused the error
- Go to Files →
modsorplugins - Remove the problematic file
- Try starting again
If unsure which mod, remove half, test, then narrow down. It's the fastest way to find the bad mod.
3. Corrupted World
Symptoms:
- Crash when loading world
- Console shows "Failed to read chunk" or region file errors
- Crash happens at specific coordinates
Solutions:
- Restore a backup - Best option if you have one (see Backups)
- Delete corrupted region - Advanced, only if you know the coordinates
- Create new world - Last resort, delete the
worldfolder and restart
4. Wrong Java Version
Symptoms:
- Crash on start with "Unsupported class version" error
- "Java version X required" message
Solution:
Go to Startup and change the Docker Image to match your Minecraft version:
| Minecraft Version | Java Version |
|---|---|
| 1.20.5+ | Java 21 |
| 1.18 - 1.20.4 | Java 17 |
| 1.17 | Java 16 |
| 1.16 and older | Java 8 |
5. Missing Dependencies
Symptoms:
- Console says "Missing required mod: X"
- Error mentions "Fabric API" or similar
Solution:
- Read the error message - it tells you what's missing
- Download the required mod/library
- Add it to your mods folder
Common dependencies:
- Fabric API - Required by most Fabric mods
- Architectury - Required by many cross-platform mods
- Cloth Config - Config library for many mods
- Kotlin for Forge - Required by some Forge mods
6. EULA Not Accepted
Symptoms:
- Server stops immediately after starting
- Console says "You need to agree to the EULA"
Solution:
- Go to Files
- Open
eula.txt - Change
eula=falsetoeula=true - Save and start the server
Reading Crash Logs
Crash logs tell you exactly what went wrong. Here's how to read them:
📸 SCREENSHOT NEEDEDimages/crash-log-example.png
Example crash log with important parts highlighted
Key things to look for:
- Error message - Usually near the top, describes the problem
- Mod name - Look for mod IDs in the stack trace
- "Caused by:" - The actual error that triggered the crash
- Line numbers - Help identify exactly where it broke
Find crash logs:
- Files →
crash-reports/- Detailed crash reports - Files →
logs/latest.log- Most recent server log - Console - Shows errors in real-time
Emergency Recovery
If nothing works, try these steps in order:
- Restore a backup if available
- Remove recently added mods/plugins
- Delete the world folder to start fresh (losing progress)
- Reinstall the server via Settings → Reinstall
Reinstalling deletes everything! Download any files you want to keep first.
Still Crashing?
If you can't figure it out, join our Discord and share:
- Your server name or email
- The crash log or console error
- What you were doing when it crashed
- Any mods/plugins you recently added
We'll help you get back online!