Hytale Server Troubleshooting
Fix common Hytale server problems — authentication, QUIC issues, connection errors, and performance.
Server Won't Start
Cause: Wrong Java version. Hytale requires Java 25 specifically.
Fix: Install Adoptium Temurin JDK 25.
"Failed to Connect"
Cause: Port not forwarded or wrong protocol.
Fix: Forward UDP port 5520. Hytale uses QUIC over UDP, NOT TCP.
Authentication Failed
Cause: Server not authenticated with Hytale services.
Fix:
- Run
/auth login devicein server console - Visit
accounts.hytale.com/deviceand enter the code - Run
/auth persistence Encryptedto persist across restarts
Players Can't Connect After Restart
Cause: Auth not persisted.
Fix: Set AuthCredentialStore.Type to "Encrypted" in config.json, or run /auth persistence Encrypted.
QUIC/Network Issues on Windows
Some Intel/Realtek NIC drivers have QUIC compatibility issues.
Fix: Use --transport TCP as a fallback in startup parameters. Or test with a USB Ethernet adapter.
High RAM Usage
Fix: Reduce MaxViewRadius from 32 to 12 in config.json. This is the #1 RAM driver.
Config Changes Not Applying
Fix: Stop the server before editing. The running server can overwrite changes.
Related Guides
How is this guide?
