quarantin / pz-server-tools

A set of tools to help you with running a Project Zomboid game server (Linux only)
GNU Affero General Public License v3.0
63 stars 13 forks source link

Project Zomboid Server Tools

A set of tools to help you run Project Zomboid Dedicated Server.

Supported Plateform

Ubuntu 20.04

Features

Tools

Once Project Zomboid Server Tools have been successfully installed you will have access to the following commands:

To get help about the different commands, just type the name of the command without arguments.

Command pzserver

Here's the help section for the pzserver command:

$ pzserver

Usage: pzserver <command> [args]...

Available commands:

  install        Install or update pzserver
  uninstall      Uninstall pzserver
  deletepz       Delete Project Zomboid

  config         Edit pzserver configuration (servertest.ini)
  sandbox        Edit pzserver sandbox settings
  spawnpoints    Edit pzserver spawn points
  spawnregions   Edit pzserver spawn regions
  checkmods      Check mod updates
  maxmen         Change pzserver maximum memory allocation

  userpasswd     Change pzserver user password
  status         Check pzserver status
  console        Show pzserver console output
  linkmaps       Create links for map mods
  backupsave     Perform a backup of the current save
  clearzpop      Clear zombie population
  kickall        Kill all connected players

  start          Start pzserver in the background
  restart        Restart pzserver
  cancelrestart  Cancel restart job
  stop           Stop pzserver
  kill           Kill pzserver (unclean shutdown)

  command        Run a server command (additem, chopper, etc)
  message        Display custom message in-game

Command pzst

Here's the help section for the pzst command:

$ pzst

Usage: pzst <command>

Available commands:

  install        Install pzst
  update         Update pzst
  uninstall      Uninstall pzst

  config         Edit pzst configuration
  checkconfig    Check pzst configuration for syntax errors
  clearbackups   Clear old backups

Command javamods

Here's the help section for the javamods command:

$ javamods

Usage: javamods <commands>

Available commands:

  install        Install or update javamods
  uninstall      Uninstall javamods
  console        Show javamods console output

PZ Server Tools Installation

https://github.com/quarantin/pz-server-tools/blob/main/docs/INSTALL.md

PZ Server Tools Configuration

https://github.com/quarantin/pz-server-tools/blob/main/docs/CONFIG.md

PZ Server Operations

https://github.com/quarantin/pz-server-tools/blob/main/docs/PZSERVER.md