A web app for viewing and editing a Project Zomboid Build 42
SandboxVars.lua config file, with English/Ukrainian translations and help
text for every parameter.
Needs to be served over HTTP (not opened via file://):
python3 -m http.server 8934
# open http://localhost:8934/index.htmlNo build step, no dependencies.
A small Node backend can push/pull config directly to one PZ server over
SSH — built for a group of friends sharing a single server, not multi-tenant
use. The server's SSH/RCON details live in server/.env, not in the browser.
cd server
npm install
cp .env.example .env # fill in SSH/RCON details, and Cloudflare Access creds
npm start # serves editor + API on http://localhost:8934Sync is gated behind login: put a Cloudflare Access application in front of
/api (allow-listing the emails of people you trust) and set
CF_ACCESS_TEAM_DOMAIN/CF_ACCESS_AUD in .env. Only signed-in users see
the Sync from server / Sync to server buttons; syncing to the server
backs it up, restarts it, and applies the new config. See server/
and docs/adr/0002 for details.
index.html,app.js,style.css— the editor UIlua-parser.js— parses/generatesSandboxVars.lua(shared by browser + Node)config-schema.json— parsed parameter datatranslations.json— EN/UK textserver/— optional sync backend
- Choose Start from scratch or Import file on first visit
- Use the sidebar or search to find a parameter
- Click ? for help on any field
- Modified fields are highlighted; ↺ resets to default
- Export .lua downloads your config
- Your progress is saved automatically in the browser