Project Zomboid Server Troubleshooting Guide
This page helps you troubleshoot the most common issues people run into when hosting a Project Zomboid Server on HypeServ.
Quick checklist (do this first)
Before digging into specific errors, please check these 4 things first:
- Restart the server.
- Check the server version vs client version (e.g., make sure both are on Build 41, or both are on Build 42).
- If you just added a new map mod, confirm you added the map folder name to the
Map=line in your.inifile. - If you installed mods recently: remove the newest mod and retry (mods are the #1 cause of startup crashes).
Connection and networking problems
“Connection Failed” / “Server Failed to Respond” / “Getting Server Info” loop
This usually looks like one of these patterns:
- You can play singleplayer, but joining your server fails or times out.
- The game sees the server in the browser but gets stuck indefinitely on "Getting server info".
- Joining works for some people but not others.
Ensure you are connecting to the exact IP and Port displayed above the console in your HypeServ panel.
When adding a server to your Favorites in Project Zomboid:
- Put the IP address (or your
hype.surfsubdomain) in the IP field. - Put the exact port number assigned by HypeServ in the Port field.
- Make sure you are entering a valid Username and Password (this creates your account on that specific server).
Sometimes your local computer caches a bad network route to the server.
On Windows:
- Click the Start button and type
cmd. - Right-click Command Prompt and select Run as administrator.
- Type
ipconfig /flushdnsand press Enter. - Try connecting to the server again.
“Server has port 16262 closed. Performance may be severely limited.”
If players see this warning when joining:
This means the primary game connection worked, but the secondary direct-connect port failed to route. The game falls back to routing traffic through Steam's relay servers, which causes high ping and rubber-banding.
Fix: On HypeServ, your secondary ports and UDP routing are handled automatically. If you see this warning, simply Restart your server from the panel so the system can refresh your port bindings. If the issue persists after a restart, please open a support ticket.
Server won’t start or keeps crashing
“Server has stopped during launch” / “Normal Termination”
If the server immediately stops after you click Start, or shuts down while loading the map:
- Open the
Consoletab and look for the wordExceptionorError. - Look for
java.lang.OutOfMemoryError. If you see this, your server ran out of RAM while trying to load the map or mods. - If you see
Normal Terminationwith no obvious error above it, the server silently crashed due to a broken mod or a corrupted map chunk.
Large map mods (like Raven Creek or Bedford Falls) and heavy texture mods require significant memory just to load the server. If your server is on a smaller package, it may simply not have enough memory to boot.
Fix: Upgrade your server package via the HypeServ billing area to a plan with more RAM (8GB+ is recommended for heavily modded servers).
Project Zomboid’s modding community is vibrant, but incompatible mods will instantly crash a server.
Fix:
- Stop the server.
- Open your server's
.inifile in the File Manager. - Temporarily clear out your
WorkshopItems=andMods=lines. - Start the server. If it boots successfully, you know a mod was the culprit. Add them back in small batches to find the broken one.
Endless “Initializing” cycle
If the server console shows it initializing, but it suddenly restarts and tries to initialize again in an endless loop:
This is almost always caused by a corrupted world save. If the server was forcefully stopped while it was saving map chunks (or crashed out of memory), the database can become corrupted, and the server will refuse to load it.
Fix:
- Stop the server.
- Go to the Backups tab in your HypeServ panel and restore your most recent working backup.
- If you don't have a backup, you must go to
/serverfiles/Saves/Multiplayer/and delete your world save folder to force the server to generate a fresh map.
Performance and resource problems (lag, stutters, phantom bites)
Zombies teleporting / Players rubber-banding in cars
Project Zomboid requires intense, real-time simulation. If the server CPU falls behind, you will experience combat desync (phantom bites) and cars driving into "black walls" (unloaded chunks).
Fixes that usually work well:
- Lower the Zombie Population: Open your
_SandboxVars.luaand reduce theZombiesmultiplier. This is the #1 cause of server lag. - Enable
PauseEmpty: EnsurePauseEmpty=truein your.inifile so the server isn't simulating the world when no one is online. - Upgrade your CPU Cores: Fast driving requires the server to generate and send hundreds of map chunks per second. Moving to a higher-tier HypeServ plan with more CPU cores will drastically improve chunk loading speeds.