Minecraft Troubleshooting
Solutions for common Minecraft Java server issues on CoreSynth.
Overview
| Feature | Details |
|---|---|
| Availability | 24/7 |
| Versions | Java 1.8 - 1.21 |
| Panel | Control panel |
Common Issues
Missing/Invalid eula.txt
Cause: EULA not accepted.
Solution:
- In the control panel, go to File Manager
- Open
eula.txt - Change
eula=falsetoeula=true - Save and restart server
Invalid Session / Failed to Verify Username
Cause: Using a cracked client with online-mode enabled.
Solution:
- In the control panel, open
server.properties - Set
online-mode=false - Restart server
Warning: With
online-mode=false, cracked clients can connect but skins will not work.
Server Lag / Performance Issues
Cause: Insufficient RAM, too many plugins, or poor view-distance settings.
Solution:
- Reduce view-distance:
view-distance=6
simulation-distance=6-
Check RAM usage:
- In the control panel, go to System → Resource Usage
- If RAM is at limit, upgrade the server
-
Optimize plugins:
- Remove unused plugins
- Use Paper or Purpur server software
View-Distance Optimization
Cause: Too high view-distance value is overloading the server.
Recommended Settings:
| Players | View Distance | Simulation Distance |
|---|---|---|
| 1-10 | 6-8 | 4-6 |
| 10-30 | 8-10 | 6-8 |
| 30+ | 10-12 | 8-10 |
view-distance=8
simulation-distance=6
entity-broadcast-range-percentage=50Plugin/Mod Compatibility Issues
Cause: Plugin is not compatible with Minecraft version or server software.
Solution:
- Verify Minecraft server software version (Paper, Spigot, Vanilla)
- Check plugin documentation for supported versions
- Update plugin to latest version
- Check logs (
logs/latest.log) for compatibility errors
Server Crashes — OutOfMemoryError
Cause: Insufficient RAM allocated to server.
Solution:
- In the control panel, go to Startup
- Increase Memory value (minimum 2 GB for smaller servers)
- Restart server
Tip: For 1-10 players, we recommend 2-4 GB RAM.
Server Crashes — Tick Rate Issues
Cause: Server cannot keep up with world ticks.
Solution:
# In server.properties
max-tick-time=-1In the control panel, edit startup parameters:
java -Xmx2G -Xms2G -XX:+UseG1GC -jar server.jarCannot Connect to Server
Cause: Firewall, wrong port, or server not running.
Solution:
-
Check server status:
- In panel, verify server is running (green indicator)
-
Check port:
- Verify you are connecting to the correct port
- Default port:
25565
-
Firewall settings:
- In the control panel, go to Security
- Ensure port 25565 is allowed
Diagnostic Commands
Run these commands in the server console for diagnostics:
| Command | Purpose |
|---|---|
/list | Show online players |
/timings on | Enable timings report |
/gc | Force garbage collection |
/reload | Reload configuration |
Next Steps
- Minecraft Setup — Server setup guide
- Game Servers — All supported games
Need help? Open a support ticket or ask Alex.