cyberpanellisted
Install: claude install-skill aldoyh/claude-skills
# CyberPanel
CyberPanel is a free, OpenLiteSpeed-based hosting control panel — the open-source alternative to cPanel. It's two systems working together: **CyberPanel** (a Django app that gives you the admin UI + CLI) and **OpenLiteSpeed** (the actual web server serving traffic). They run as separate services and can fail independently, which is the single most useful thing to keep in mind when anything goes wrong.
This skill is a router. Read the sections below for the mental model and fast-path commands; go to the reference files for exhaustive detail so this file stays short enough to actually hold in context.
- **references/cli-commands.md** — every `cyberpanel` CLI subcommand grouped by domain (websites, packages, users, databases, SSL, FTP), with real flags.
- **references/laravel-ols-deployment.md** — deploying Laravel or single-file PHP apps onto OpenLiteSpeed specifically: vhost/document-root setup, rewrite rules, queue workers, permissions, and a `deploy.sh` template.
- **references/troubleshooting.md** — panel-down / site-down / SSL / bandwidth / runaway-cron playbooks with exact log paths and recovery commands.
## Core architecture (know this before touching anything)
| Component | What it is | Lives at | Controlled by |
|---|---|---|---|
| CyberPanel panel app | Django app, admin UI + API | `/usr/local/CyberCP` | `systemctl restart lscpd` |
| Panel daemon | Serves the :8090 UI | — | `lscpd.service` (older installs: `/usr/local/lscp`) |
| OpenLiteSpeed | The a