Prerequisites
Compose path: Docker Engine + Compose. Systemd path: Node 22+, Java 21+, root.
Default is Docker Compose. Pass --systemd for bare-metal. To join another panel’s fleet, register this host on the primary first, then paste the issued cpagt_ token and srv- id.
curl -fsSL https://panel.quanonsystems.co.ke/releases/latest/install-panel.sh | bash# 1) On the primary: Server Manager → Register fleet server
# 2) Replace the two PASTE_FROM_PANEL values (shown once in the dialog)
curl -fsSL https://panel.quanonsystems.co.ke/releases/latest/install-panel.sh | sudo bash -s -- \
--token 'cpagt_PASTE_FROM_PANEL' \
--server-id 'srv-PASTE_FROM_PANEL' \
--core-url 'https://panel.quanonsystems.co.ke'