PZ Admin is a Windows and Linux desktop application for managing Project Zomboid servers with RCON.
Download from the website or go to the releases page and download the matching binary for your platform. Windows(amd64, arm64) and Linux(amd64) are supported.
Expand the section below to view screenshots.
Click to view screenshots
Modify and save server options.
Interact with your server directly via an RCON terminal.
Spawn vehicles with a catalog.
Add items with an item catalog.
- RCON terminal for remote console access.
- Modify, import, and export server options.
- Save world, stop server.
- Send server-wide messages.
- Weather controls: Start/stop rain and weather.
- Trigger random events like choppers, gunshots, lightning, and thunder.
- View and manage player list.
- Add XP, items, or vehicles to players.
- Adjust access levels, ban/unban, kick, or teleport players.
- Add/remove players to/from the whitelist.
- Create hordes, lightning or thunder on specific players.
- Message editor, item browser and vehicle browser available as standalone tools.
Before starting development, ensure you have the following installed:
- Install NodeJS: NodeJS installation guide.
- Install Yarn: Yarn installation guide.
- Install Go: Go installation guide.
- Install Wails: Wails installation guide.
-
Clone the repository:
git clone https://github.com/beyenilmez/pz-admin.git
-
Navigate to the project directory:
cd pz-admin
-
Run in dev mode:
wails dev
or build the application:
wails build
-
yarn vehicles
: Updates thesrc/assets/vehicles.json
file with the new vehicles frompublic/vehicles
folder. -
yarn items
: Downloads item images topublic/items
and updates thesrc/assets/items.json
file. -
yarn convert-item-translations:
Converts translations for items into JSON.Usage:
yarn convert-item-translations {lang} {encoding}
Example:
game-translations/{lang}.txt
→public/locales/{lang}/items.json
.Item translation files are located in:
C:\Program Files (x86)\Steam\steamapps\common\ProjectZomboid\media\lua\shared\Translate\{lang}\ItemName_{lang}.txt
Distributed under the MIT License. See LICENSE for more information.