Sam
Feb 07, 2026 ReplyPort issue was my problem. Worked instantly after correcting the port.
Most “server is broken” issues fall into a few categories: connection/ports, version mismatch, missing files, or mod/plugin problems. Here’s a quick guide to diagnose and fix the most common ones.
“If it worked yesterday and not today: check updates, mods, and configs first.”
Usually one of these:
• Wrong IP/Port: confirm the exact address from your panel.
• Server is offline: check console/logs and restart if needed.
• Firewall/port closed: ensure the game port is open (panel/network rules).
• External service issue: some games rely on Steam/EOS — try again later.
Match versions exactly (game + mod loader + modpack). For Minecraft modded: client and server must share the same loader and mod set.
This happens when:
• Client has extra mods not on the server (or vice versa).
• Different mod versions (same mod name, different build).
• Dependencies missing (libraries required by another mod).
Fix: make your modpack a “single source of truth” and update both sides together.
Read the last lines of the log:
• Java version errors: server needs a different Java runtime.
• Missing files: wrong folder structure or incomplete upload.
• Loader/Mixin errors: wrong Forge/Fabric version or broken mod.
If players rubberband:
• High entity count (mobs/items) or too much chunk loading.
• View distance too high for your plan/player count.
• Worldgen while exploring (CPU spikes).
Tip: See our performance guide: Reduce Lag.
✅ Server running?
✅ Correct IP:Port?
✅ Game version matches?
✅ Mods/plugins match?
✅ Check last 30 lines of logs?
✅ Try clean restart?

Diego
Feb 06, 2026 ReplyThe checklist is gold. I always forget to check versions first.