Complete Management
Provision servers, wire nodes, bundle subscriptions, and launch products from one console.
Operate any proxy fleet with a polished, open-source control plane.
PPanel spans three repositories working together:
etc/ppanel.yaml.ppanel/ppanel-server:latest.The ppanel/ppanel image folds the gateway and backend into one container (amd64 + arm64). Mount modules/<platform>/etc from the repo and the UI immediately connects to the bundled services.
Docker quickstart
docker pull ppanel/ppanel:latest
docker run -d --name ppanel \
-p 8080:8080 \
-v $(pwd)/ppanel-config:/app/etc \
ppanel/ppanel:latestmodules/<arch>/etc to a persistent folder (ppanel-config) and update ppanel.yaml plus secrets.docker run for quick trials, then move to the Compose snippet in the repo for auto-restarts.docker exec -it ppanel /bin/sh and docker logs -f ppanel — everything lives under /app.