Skip to content

Minecraft Server Troubleshooting

Fix common Minecraft server issues: connection problems, crashes, lag, plugin errors, mod conflicts, and world corruption.

HostedGG Team
Author · Updated
Verifiedfor Current version
Checked by HostedGG Team on Jun 19, 2026
Updated 4 months agoHostedGG Team

Minecraft Server Troubleshooting

Having issues with your Minecraft server? This guide covers the most common problems and how to fix them.

Connection Issues

"Can't Connect to Server" / "Connection Refused"

Check in order:

  1. Is the server running? Check the HostedGG dashboard — status should show "Running"
  2. Correct address? Copy the server address directly from your dashboard
  3. Server still starting? Wait 1-2 minutes after a restart for the world to load
  4. Correct port? If using a non-default port, include it: server.example.com:25566
  5. Minecraft version match? Your client version must match the server version

"Outdated Client" / "Outdated Server"

Your Minecraft version doesn't match the server version.

Fix: Change your game version in the Minecraft launcher:

  1. Open the Minecraft Launcher
  2. Click InstallationsNew Installation
  3. Select the version matching your server
  4. Play using that installation

"Failed to Verify Username" / "Authentication Error"

This usually means Mojang's authentication servers are temporarily down.

Fix:

  1. Wait 5-10 minutes and try again
  2. Check Mojang Status for outages
  3. Restart your Minecraft client
  4. If using a cracked client — HostedGG requires legitimate Minecraft accounts

"Connection Timed Out"

Possible causes:

CauseFix
Server is overloadedRestart the server, reduce view distance
Your internet is slowTest with a speed test, try a wired connection
Firewall blockingUnlikely on HostedGG (ports are pre-configured)
Server is startingWait 2-3 minutes after restart

"Disconnected: Internal Exception"

This is a generic crash-on-connect error:

  1. Update your client to the latest Minecraft version
  2. Remove client-side mods temporarily to test
  3. Check server console for error messages when you try to connect
  4. Reset your player data (ask an admin to delete your .dat file from world/playerdata/)

Server Crashes

Server Crashes on Startup

Check the console log for RED text. Common causes:

Error MessageCauseFix
java.lang.OutOfMemoryErrorNot enough RAMUpgrade plan or remove mods/plugins
Plugin X has been disabledPlugin errorUpdate or remove the plugin
Mod X requires YMissing dependencyInstall the required mod/library
Address already in usePort conflictRestart the server (clears stale process)
Failed to bind to portPort not availableContact support
Unsupported class versionWrong Java versionHostedGG handles this automatically

Server Crashes During Gameplay

  1. Check the crash report — found in crash-reports/ folder
  2. Check latest.log — in logs/ folder, scroll to the bottom for the error
  3. Common triggers:
    • Entering a corrupted chunk → Delete the region file
    • Plugin conflict → Remove recently added plugins
    • Out of memory → Check RAM usage and upgrade if needed

Server Crashes After an Update

  1. Check plugin/mod compatibility with the new Minecraft version
  2. Update all plugins/mods to versions that support the new MC version
  3. Roll back if needed — restore from backup and wait for mod updates

Plugin Issues

Plugin Not Loading

  1. Check the console for error messages mentioning the plugin
  2. Version compatibility — does the plugin support your MC version?
  3. Missing dependency — many plugins require Vault, ProtocolLib, or PlaceholderAPI
  4. Wrong server type — plugins only work on Paper, Spigot, and Purpur (not Vanilla/Forge)

Plugin Causing Lag

Use Spark to identify which plugin is causing performance issues:

  1. Install Spark plugin
  2. Run /spark profiler start
  3. Wait 5-10 minutes
  4. Run /spark profiler stop
  5. The report shows which plugins use the most tick time

Common lag-causing scenarios:

  • Dynmap during initial render — let it complete, then it's fine
  • Chunky while pre-generating — expected, temporary
  • Anti-cheat plugins — some are poorly optimized
  • Custom enchant plugins — can cause lag with many entities

Plugin Commands Not Working

  1. Check permissions — use LuckPerms to verify the player has the right permission node
  2. Check the command exists/help <plugin> or /<plugin> help
  3. Restart vs reload — some plugins need a full restart, not just /reload
  4. Config typo — YAML is sensitive to indentation. A single wrong space breaks configs

"Conflicts" Between Plugins

If two plugins conflict:

  1. Check both plugins' documentation for known incompatibilities
  2. If both modify the same mechanic (e.g., two economy plugins), remove one
  3. Try loading order changes (rename JARs to change alphabetical order)
  4. Ask in our Discord — we've seen most plugin conflicts before

Mod Issues (Forge/Fabric)

"Mod Requires Forge/Fabric X.X"

The mod expects a specific loader version:

  1. Update your server's Forge or Fabric version
  2. Or find a mod version compatible with your current loader

Crash with "Mixin" Errors

Mixin errors are usually mod conflicts:

  1. Check which mod is mentioned in the error
  2. Update that mod to the latest version
  3. If persistent, the mod may be incompatible with another installed mod
  4. Remove mods one at a time to find the conflict

Client Can't Join Modded Server

  1. Same mods required — client must have all server-side mods
  2. Same versions — mod versions must match exactly
  3. Same Forge/Fabric version — loader versions must match
  4. Use the same modpack launcher profile as the server uses

World Issues

Corrupted World / Chunks

Symptoms: Invisible blocks, chunks not loading, crash when entering an area

Fix Option 1: Reset corrupted chunks

  1. Identify the corrupted chunk coordinates from the crash log
  2. Use a tool like MCA Selector to delete specific chunks
  3. Upload the repaired region files

Fix Option 2: Restore from backup

  1. Go to Backups tab
  2. Choose a backup from before the corruption
  3. Click Restore

"Level is Too New" Error

Your world was saved in a newer Minecraft version than the server is running:

  1. Update the server to the newer version
  2. Or restore a backup from when the version matched

World Too Large / Disk Full

  1. Set a world border: /worldborder set 20000
  2. Delete unused dimensions (Nether/End) if not needed
  3. Trim chunks outside the border with Chunky
  4. Upgrade your storage plan

Performance Issues

See our dedicated Performance Optimization Guide for in-depth solutions.

Quick Fixes

  1. Restart the server — clears memory leaks and entity buildup
  2. Reduce view distance to 6-8
  3. Kill excess entities: /kill @e[type=!player,type=!villager]
  4. Check for error spam in console (broken plugins cause lag)
  5. Disable the newest plugin/mod you installed

Console Errors

Decoding Common Errors

ErrorMeaningAction
[WARN] Can't keep up!TPS dropping below 20Optimize server (see Performance guide)
[ERROR] Plugin X exceptionPlugin crashedUpdate or remove plugin
[WARN] Moved too quickly!Anti-cheat triggerNormal with high latency players
[SEVERE] IOExceptionFile read/write errorRestart, check disk space
[ERROR] Chunk save failedDisk issueCheck disk usage, contact support

Reading Crash Reports

Crash reports are saved in crash-reports/. Key sections:

  1. Description — What happened
  2. Stacktrace — The technical error (look for mod/plugin names)
  3. System Details — Java version, RAM usage, plugin/mod list
  4. Affected Level — Which world/dimension crashed

Emergency Recovery

Complete Server Recovery

  1. Stop the server
  2. Create a backup of the current state
  3. Restore from the last known good backup
  4. Start the server
  5. If it works, gradually re-add plugins/mods

Nuclear Option (Clean Install)

If nothing else works:

  1. Download your world files from File Manager
  2. Reinstall the server from the dashboard
  3. Upload your world files back
  4. Carefully re-add plugins/mods one at a time
  5. Test after each addition

Still Need Help?

Help verify this page

Tested this recently? Send a quick accuracy signal for editors.

Sign in to report accuracy

Help improve HostedGG

Know this game? Join our community of contributors.

Discussion

Sign in to join the discussion.

Loading discussion...