Configure Safehouses

Set up and manage the safehouse system on your Project Zomboid server, including claim rules, trespass settings, and loot protection.

Safehouses allow players to claim buildings as protected zones. This guide covers all safehouse settings and how to configure them.

Safehouse Settings

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

SettingDefaultDescription
PlayerSafehousefalseAllow players to claim safehouses
AdminSafehousefalseAllow admins to claim safehouses
SafehouseAllowTrepasstrueAllow non-owners to enter safehouses
SafehouseAllowFiretrueAllow fire damage inside safehouses
SafehouseAllowLoottrueAllow non-owners to loot safehouse containers
SafehouseAllowRespawnfalseAllow owners to respawn at their safehouse
SafehouseDaySurvivedToClaim0Days a player must survive before claiming
SafeHouseRemovalTime144Hours of inactivity before safehouse is unclaimed
AllowDestructionBySledgehammertrueAllow safehouse walls to be destroyed
AllowNonAscecibleBuildingfalseAllow claiming buildings that aren't accessible

Enable Safehouses

Open server config

Go to Files and open Zomboid/Server/[servername].ini.

Enable safehouse claiming

[servername].ini
PlayerSafehouse=true
AdminSafehouse=true

PVE Community Server

PlayerSafehouse=true
SafehouseAllowTrepass=false
SafehouseAllowFire=false
SafehouseAllowLoot=false
SafehouseAllowRespawn=true
SafehouseDaySurvivedToClaim=1
SafeHouseRemovalTime=336

Players can claim bases, no one can enter or loot them. Owners respawn there. Inactive safehouses release after 14 days.

PVP Server

PlayerSafehouse=true
SafehouseAllowTrepass=true
SafehouseAllowFire=true
SafehouseAllowLoot=true
SafehouseAllowRespawn=true
SafehouseDaySurvivedToClaim=3
AllowDestructionBySledgehammer=true

Safehouses exist but can be raided. Players must survive 3 days first.

No Safehouses

PlayerSafehouse=false
AdminSafehouse=false

How Players Claim a Safehouse

  1. Survive the required number of days (if SafehouseDaySurvivedToClaim > 0)
  2. Stand inside the building you want to claim
  3. Right-click and select Claim Safehouse
  4. The building is now protected according to server settings

See also: PVP Settings | Configure Your Server

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