Server Keeps Crashing

Server won't stay running? Let's diagnose and fix the issue.

Quick Diagnosis

📋 Check the console!

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:

Solution:

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:

Solution:

  1. Check console for which mod/plugin caused the error
  2. Go to Filesmods or plugins
  3. Remove the problematic file
  4. Try starting again
💡 Binary search

If unsure which mod, remove half, test, then narrow down. It's the fastest way to find the bad mod.

3. Corrupted World

Symptoms:

Solutions:

4. Wrong Java Version

Symptoms:

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:

Solution:

  1. Read the error message - it tells you what's missing
  2. Download the required mod/library
  3. Add it to your mods folder

Common dependencies:

6. EULA Not Accepted

Symptoms:

Solution:

  1. Go to Files
  2. Open eula.txt
  3. Change eula=false to eula=true
  4. Save and start the server

Reading Crash Logs

Crash logs tell you exactly what went wrong. Here's how to read them:

📸 SCREENSHOT NEEDED
images/crash-log-example.png
Example crash log with important parts highlighted

Key things to look for:

Find crash logs:

Emergency Recovery

If nothing works, try these steps in order:

  1. Restore a backup if available
  2. Remove recently added mods/plugins
  3. Delete the world folder to start fresh (losing progress)
  4. Reinstall the server via Settings → Reinstall
⚠️ Before reinstalling

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:

We'll help you get back online!