Menu
 

NPCs Not Spawning On Dedicated Server — Conan Exiles Wiki

Conan Exiles NPCs not spawning on dedicated server

A recurring private-server issue: things start fine, players play for a few days, then NPCs stop spawning. Camps that should be full of fighters and archers are empty. World bosses don't appear. Quest NPCs are missing. Resource-gather animals (rhinos, gazelles, etc.) don't respawn. The world is still loaded; the server is still running; everything else works — but enemies and spawnable entities aren't there. This page covers the four most common causes and the order to check them.

Confirm the symptom first

Before investigating, confirm what's actually missing. Some servers have legitimate spawn-limit settings that look like a bug. Walk through:

  1. Travel to a known-populated camp (e.g., Sepermeru, the noble district). Should have ~20+ NPCs visible.
  2. Wait 60 seconds in the same spot. New NPCs should spawn into combat positions if any died recently.
  3. Use admin fly to a remote unloaded area, return to the camp. Forces a zone reload — should refill if NPCs were just unloaded.

If after all three steps the camp is still empty, you have a spawn problem.

Cause 1: NPC population set to 0 in server settings

The most common cause. Someone (often a previous admin or a player given temporary admin) lowered the NPC population multiplier and forgot to restore it.

Check ConanSandbox/Saved/Config/WindowsServer/ServerSettings.ini:

[ServerSettings]
NPCRespawnMultiplier=1.0
NPCMaxSpawnCap=1.0

If either of these is set to 0 or near-0, that's the cause. Restore to 1.0 (default) and restart the server. NPCs will respawn on the next zone load.

The in-game admin panel UI for these is under Server Settings → Combat → "NPC Spawn Multiplier" and "NPC Max Spawn Cap". Easy to bump the slider accidentally.

Cause 2: World state spawn-tracking corruption

The next most common cause, especially on servers that have been running 30+ days without a wipe. Conan Exiles tracks NPC death counts and respawn timers in the save database. Under specific conditions (server crash mid-spawn, save interrupt during NPC death write), the tracking gets stuck: the game thinks NPCs already respawned and is waiting for them to die again before spawning more.

The fix is a manual respawn cycle from admin console. Connect as admin, press Insert, open the Admin Panel, and:

  1. Open Console (~ key, may be different on non-US keyboards).
  2. Type RestartZone in the area where NPCs are missing.
  3. Move out of the zone (about 200m away), wait 30 seconds, return.
  4. If still empty, use ForceNPCRespawn on that zone.

If the issue is widespread (multiple zones empty), the global respawn-tracking is the problem. Stop the server, restore the most recent backup from before NPCs disappeared, restart. Yes, you lose any progress since that backup — but it's faster than trying to surgically fix the tracking table.

Cause 3: Player base structures blocking spawn points

NPCs spawn at fixed world points. If a player built a base on top of or near a spawn cluster, those spawns are permanently blocked. The system doesn't relocate them — it just skips them.

Check for player structures near the missing-NPC areas. If the entire camp is gone but other camps work, this is likely. The fix: either ask the player to relocate the offending structure, or use admin tools to mark the area off-limits to player building.

Worth noting: this only affects the camp the structure is built on or immediately adjacent to. A base in the middle of nowhere does not affect distant camp spawns. If your entire map's NPCs are missing and no player has built within 1km of any camp, this is not your cause.

Cause 4: A mod or DLC mismatch broke the spawn tables

If you run mods and recently updated the server or a mod, a spawn table reference may be broken. Check the server log around startup:

grep -i "spawn.*null\|invalid.*spawn\|missing.*npc" ConanSandbox/Saved/Logs/ConanSandbox.log | tail -50

If you see entries like "spawn table references missing NPC class" or "invalid spawn group", a mod is the cause. Either:

  • Update the mod to the version that matches your current Conan Exiles build
  • Remove the mod temporarily to confirm — if NPCs respawn after removal, you've found the cause
  • Check the Steam Workshop page for the mod for known-issue notices

This is especially common after a Funcom patch updates the game but the mods haven't caught up. The Enhanced (UE5) update broke many older mods' spawn integrations in particular.

Diagnostic checklist in order

StepTimeCheck
130 secOpen ServerSettings.ini, confirm NPCRespawnMultiplier and NPCMaxSpawnCap are at 1.0
22 minWalk to known-populated camp, confirm empty. Use admin fly to leave and return.
32 minAdmin console: RestartZone, leave area, return.
45 minCheck log for "spawn" errors. Identify mods if relevant.
510 minIf global: stop server, restore backup from before the issue started.

By step 5 you've either fixed it or you have enough information to escalate to Funcom support with a specific cause.

Preventing it from recurring

  • Daily backups. If you have to restore, you don't want to lose a week. See save management.
  • Don't grant temporary admin liberally. Most "NPC multiplier set to 0" cases trace back to a player who was given admin "just for a minute" and toyed with sliders.
  • Wipe stale save state. If your server has been running for many months without a wipe, occasional respawn-tracking corruption is the cost. Consider a planned wipe every 3-6 months, communicated in advance.
  • Pin mod versions. Don't auto-update mods. When Funcom patches, manually update mods one at a time after confirming they're compatible.

Related articles

For a managed Conan Exiles server with automated daily backups so spawn-state corruption isn't a campaign-ender, see Supercraft plans.

Tired of fighting this issue every patch?

Run a managed Conan Exiles server with us — we handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See Conan Exiles hosting plans →
Top