Web Analytics Made Easy - Statcounter

Tools / Project Zomboid Recipes / Vanilla (Build 41)

Vanilla (Build 41)

Stock Build 41 servertest.ini for groups still on the previous PZ version. Friendly co-op defaults.

working · Project Zomboid 41 · verified 2026-05-26 · vanilla, build-41, co-op

Deployable config

[servertest.ini]
MaxPlayers=8
PauseEmpty=true
PVP=false
SafetySystem=true
ShowSafety=true
DisplayUserName=true
ServerWelcomeMessage=Welcome to our Build 41 server.
PingLimit=400
Download serverpack.json Host this preset

Install steps

  1. Download the generated serverpack.json for a portable copy of this preset.
  2. Copy the config values above into the matching dedicated-server config file.
  3. Restart the server and test a fresh connection before inviting players.

Notes

  • For groups holding back on Build 41 instead of upgrading to 42 (mod compatibility, save preservation, etc.).
  • Pair with Build 41-compatible Workshop mods only; the Workshop Importer flags Build mismatches if it can detect them.

serverpack.json

{
  "schema_version": "0.2",
  "game": "project-zomboid",
  "game_version": "41",
  "source": null,
  "compat": {
    "min_game_version": "41",
    "max_game_version": null
  },
  "provenance": {
    "tool": "recipe:vanilla-build-41",
    "generated_by": "tools.supercraft.host",
    "generated_at": "2026-07-10T12:30:24.937931+00:00"
  },
  "install": {
    "requires_restart": true
  },
  "mods": [],
  "configs": {
    "servertest.ini": {
      "MaxPlayers": "8",
      "PauseEmpty": "true",
      "PVP": "false",
      "SafetySystem": "true",
      "ShowSafety": "true",
      "DisplayUserName": "true",
      "ServerWelcomeMessage": "Welcome to our Build 41 server.",
      "PingLimit": "400"
    }
  }
}