CitadelDayZ Manager
Free & Open Source

Download Citadel DayZ Manager

Up and running in under 5 minutes. No account required, no license keys, no subscriptions. Just clone, install, and go.

Clone from GitHub

Windows 10+ or Linux · Node.js 18+ required

need help?
Join our Discord for support

Up and running in 5 steps

1

Clone the repository

Download the source code from GitHub.

git clone https://github.com/Sk3tch-Dev-Ux/DayzServerController.git
cd DayzServerController
2

Install backend dependencies

Install Node.js packages for the backend server.

cd backend
npm install
3

Install frontend & build

Install frontend packages and build the web dashboard.

cd web/frontend
npm install
npx vite build
4

Start the server

Launch the backend which serves the dashboard.

cd backend
node server.js
5

Open the dashboard

Navigate to your browser. Default login: admin / admin (change this immediately).

http://localhost:3001

@CitadelAdmin Mod (Optional)

The @CitadelAdmin mod enables live features like real-time player tracking, 50+ admin commands, and the Live Dashboard. The tool works without it for economy editing and config management.

1

Copy the dayz-mod/@CitadelAdmin folder from the repo to your DayZ server directory

2

Add @CitadelAdmin to your server's -mod= launch parameter

3

Start your DayZ server — the mod creates its config in profiles/Citadel/

4

The Live Dashboard in Citadel will automatically detect the mod and start streaming data

5

Use the Admin Tools tab to send commands: heal, teleport, spawn items, control weather, and more

System Requirements

Operating System: Windows 10/11 or Linux (Ubuntu 20.04+)
Node.js: Version 18 or later (LTS recommended)
DayZ Server: Existing installation on the same machine
RAM: 512 MB for Citadel (on top of DayZ server)
Disk Space: ~100 MB for Citadel + your server files
Browser: Any modern browser (Chrome, Firefox, Edge)