← ClaudeAtlas

cyberpanellisted

Comprehensive reference for administering, troubleshooting, and deploying to CyberPanel — the free OpenLiteSpeed hosting control panel (source repo: usmannasir/cyberpanel on GitHub). Covers the `cyberpanel` CLI (websites, users, packages, databases, SSL, PHP versions, FTP), the OpenLiteSpeed/lscpd service layer, config and log file locations, and deploying Laravel or single-file PHP apps onto a CyberPanel-managed VPS. Use this whenever the user mentions CyberPanel, OpenLiteSpeed, OLS, lscpd, lshttpd, deploying to a VPS or CyberPanel-hosted domain, creating a website/database/SSL cert via the CyberPanel CLI, or troubleshooting a CyberPanel/OpenLiteSpeed server (502s, panel not loading, SSL not renewing, PHP version mismatches, bandwidth not resetting) — even if they just say 'push this to the server,' 'set up SSL on the domain,' or 'the panel's down' and the target box is known to run CyberPanel.
aldoyh/claude-skills · ★ 0 · Data & Documents · score 67
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