Improve Server Performance

Optimize your Project Zomboid server for better performance, less lag, and smoother gameplay with these tuning tips.

A well-tuned Project Zomboid server provides a much better experience for players. This guide covers the most effective ways to reduce lag and improve performance.

RAM Allocation

The most common cause of server lag is insufficient RAM.

PlayersMinimum RAMRecommended RAM
1–84 GB6 GB
8–166 GB8 GB
16–328 GB12 GB
32+12 GB16 GB

📝 Note: Mods significantly increase RAM usage. Heavily modded servers may need 2–4 GB more than the above recommendations.

On XGamingServer, you can upgrade your RAM allocation from your panel's billing section.

Reduce Zombie Population

Zombies are the single biggest factor in server performance. Reducing their count can dramatically improve FPS and reduce lag.

Open your sandbox settings

Go to Files and open:

Zomboid/Server/[servername]_SandboxVars.lua

Lower zombie count

ZombieCount = 4,
PopulationMultiplier = 0.5,
PopulationPeakMultiplier = 1.0,

See Zombie Settings for a full breakdown.

Optimize Sandbox Settings

These settings have the biggest impact on performance:

SettingPerformance Tip
ZombieCountLower = better performance
PopulationMultiplierReduce below 1.0
RespawnHoursHigher = fewer respawn calculations
NightLengthShorter nights = less zombie activity processing
ErosionSpeedHigher values = more calculation, set to 3 for balance

Reduce Mod Count

Mods add both RAM and CPU overhead. Every active mod increases:

  • Memory usage
  • Startup time
  • Per-tick processing

Tips for Mods

  • Remove mods that aren't actively being used
  • Avoid multiple mods that do similar things
  • Test performance with mods disabled to identify problematic ones
  • Keep your mod list under 30 for best performance on moderate hardware

Server Configuration Tweaks

Edit your server config file at Zomboid/Server/[servername].ini:

PauseEmpty

PauseEmpty=true

Pauses the server when no players are connected, saving resources.

Reduce Loot Respawn Frequency

Frequent loot respawning adds CPU load:

HoursForLootRespawn = 720,

Lower Vehicle Spawn Rate

Vehicles are resource-intensive entities:

CarSpawnRate = 2,

Monitor Server Performance

Check Console Output

Use the Console in your panel to monitor:

  • Memory usage warnings
  • Tick rate drops
  • Error messages

Use Admin Commands

In-game, use these commands to check performance:

/showoptions
/players

Signs of Poor Performance

SymptomLikely Cause
Rubber-bandingLow server TPS, high zombie count
Long loading timesToo many mods, insufficient RAM
Frequent disconnectsRAM running out, server crashing
Zombie pop-inHigh population settings
Desync between playersNetwork congestion, too many entities

Quick Performance Checklist

  1. Ensure adequate RAM for your player count
  2. Set PauseEmpty=true
  3. Reduce zombie population if lagging
  4. Remove unused mods
  5. Increase loot respawn hours
  6. Reduce vehicle spawn rate
  7. Monitor console for errors

See also: Zombie Settings | Configure Your Server | Troubleshooting

If you need help, join our Discord.

How is this guide?

40% Off — Limited TimeGet your Project Zomboid server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page