#CyberPanel
Cyberpanel with Mark Hardy, David Banks & Brian Orrell, interviewed by Paul Griggs.
#Whooverville #DoctorWho
September 5, 2026 at 10:04 AM
For anyone w interest in running servers/VPS ... looks like #CyberPanel is NOT the way to go.

This is on a BRAND new #VPS (<1hr old) on Ubuntu 22.04... NOTHING else installed.

1. spin up new VPS
2. log in w SSH
3. update packages w apt
4. run CyberPanel install
5. login to CyberPanel

that's it.
March 10, 2026 at 6:13 PM
It's raining RCEs in this week's #Metasploit wrap-up 🌧️

7 new modules to help you get RCE on Primefaces, Moodle, WordPress Really Simple SSL, and CyberPanel, as well as change passwords via the LDAP and SMB protocols. www.rapid7.com/blog/post/20...
Metasploit Weekly Wrap-Up: 12/13/2024 | Rapid7 Blog
This weekly release includes RCEs for Moodle e-Learning platform, Primefaces, WordPress Really Simple SSL & CyberPanel along with two other modules.
www.rapid7.com
December 13, 2024 at 10:15 PM
CISA added the #Cleo bug to the KEV list today. Notable that this is the second recent vuln (after the #CyberPanel bug) added to the KEV that CISA explicitly said is being used by ransomware gangs

therecord.media/cisa-ransomw...
CISA warns of ransomware gangs exploiting Cleo, CyberPanel bugs
The agency urged federal civilian agencies to patch a vulnerability that impacts a widely used file-sharing product from the software company Cleo.
therecord.media
December 13, 2024 at 10:01 PM
CISA Warns of Active Exploitation of Flaws in Zyxel, ProjectSend, and CyberPanel #cybersecurity #hacking #news #infosec #security #technology #privacy thehackernews.com/20...
December 5, 2024 at 7:27 AM
🚨 EUVD-2026-85402
📊 6.5/10

📝 CyberPanel v1.9.1 contains a path traversal vulnerability in the compress method exposed through the /filemanager/controller endpoint. An authenticated remote attac...

🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-85402

#cybersecurity #infosec #cve #euvd
September 23, 2026 at 5:01 PM
🚨 EUVD-2026-85401
📊 6.5/10

📝 CyberPanel 1.9.1 contains a path traversal vulnerability in the readFileContents method of the /filemanager/controller endpoint. An authenticated remote attacker wi...

🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-85401

#cybersecurity #infosec #cve #euvd
September 23, 2026 at 5:01 PM
ServerPilot Alternatives: CyberPanel, aaPanel, CloudPanel
## ServerPilot alternatives in 2026: the short answer The three ServerPilot alternatives worth using in 2026 are CyberPanel, aaPanel and CloudPanel. Each has a free edition you install on your own VPS. ServerPilot is still alive and still works well, but it charges per server and per app, so the bill grows every time you add a client site. A control panel is a web dashboard that installs and manages your web server, PHP, databases and SSL. I have moved client sites from ServerPilot to all three panels below. New to this? Start with what self-hosting means. ## What ServerPilot actually costs in 2026 (and what it doesn't do) ServerPilot costs $5 to $20 per server plus $0.50 to $2 per app each month, on top of your cloud bill. It is a SaaS that manages a server you rent from DigitalOcean, AWS, Google Cloud, UpCloud or Linode. Plans are billed hourly, with a 14-day free trial and no card needed: * **Economy:** $5/server + $0.50/app per month * **Business:** $10/server + $1/app per month * **First Class:** $20/server + $2/app per month It installs Nginx in front of Apache (for `.htaccess` rules), PHP-FPM, MySQL, multiple PHP versions, AutoSSL, automated security updates, an iptables firewall and one-click WordPress, with app isolation. It is a PHP-only tool: no email server, no DNS management and no one-click Node.js or Python. Economy has almost no monitoring. Logs and server metrics start at Business; per-app and MySQL metrics need First Class. ## CyberPanel: free, full-featured and fast on OpenLiteSpeed **Verdict:** CyberPanel is the best free pick if you need email, DNS and a file manager in one panel for mostly WordPress sites. It is open source and built on OpenLiteSpeed, a free web server. The free tier includes unlimited domains, SSL, DNS, mail, FTP, a file manager, MySQL, backups, a Docker manager, a WordPress manager, a firewall and cron. ### Where CyberPanel wins * Websites and client email live on one box for $0. * Updates ship very often, so security fixes land fast — and you cannot safely skip them. ### Where CyberPanel hurts * OpenLiteSpeed is not a drop-in replacement for Apache. Some `.htaccess` rewrite rules need hand-tuning. * Paid LiteSpeed Enterprise is billed per server. The free Starter licence caps you at 1 domain and 2GB RAM. Site Owner is $11/month (5 domains) and Web Host Lite is $28/month (unlimited domains). ## aaPanel: the most features for a one-time price **Verdict:** aaPanel is the right choice for a cPanel-style dashboard with multiple users, if a China-based project is acceptable. It is the international edition of BT Panel, with 200+ releases since 2017 and, by its own site's claim, installs on 3,000,000+ servers. The free-for- life edition has no domain limit and includes mail, FTP, MySQL, a file manager with a code editor, cron and Docker. ### Where aaPanel wins * Pro is a lifetime licence, not a subscription. 2026 promotions ran at about $399. * Pro adds sub-accounts for shared-hosting setups, an Nginx WAF (web application firewall), file protection, bulk mail and the WP Toolkit. ### Where aaPanel hurts * The free panel has an account and telemetry tie-in. Flag this if a client has data-residency or supply-chain rules. * English docs lag behind the Chinese ones. * Some Pro features are per-seat extras. ## CloudPanel: free, minimal and the lightest of the three **Verdict:** CloudPanel is the closest free replacement for ServerPilot, because it does hosting well and deliberately skips everything else. It has no paid tier, no email server, no DNS server and no web file manager. You upload files over SFTP instead. ### Where CloudPanel wins * The memory footprint is tiny. Its docs say a properly optimised 4GB RAM server can carry roughly 10–15 busy websites. * You get PHP (many versions), Node.js and Python sites, per-site databases and users, auto-renewing Let's Encrypt, a reverse proxy and Varnish-style caching. * It runs on Ubuntu, Debian, Rocky Linux 9 and AlmaLinux 9, on x86 or ARM64. ### Where CloudPanel hurts * It refuses to install if Apache, Nginx or MySQL is already present, so you must start from a fresh OS. * The minimum is 1 core, 2GB RAM and 10GB disk, but I would not go below 2 cores. Before any panel install, I run two checks on the new VPS: free -h systemctl list-units --type=service | grep -E 'apache2|nginx|mysql' The first shows RAM; the second should print nothing. If it lists a service, reinstall the OS. My NGINX reverse proxy guide covers custom proxy setups. ## Side-by-side comparison ServerPilot is the only option here with no free tier; the other three cost nothing to start. Panel| Cost (2026)| Built-in email| File manager| Reverse proxy / caching| Best for ---|---|---|---|---|--- ServerPilot| $5/server + $0.50/app| No| No (SFTP only)| Nginx in front of Apache| Hands-off PHP and WordPress hosting CyberPanel| Free (open source)| Yes| Yes| OpenLiteSpeed with LSCache| WordPress plus client email aaPanel| Free; Pro lifetime about $399| Yes| Yes| Nginx; WAF on Pro| Multi- user hosting CloudPanel| Free (no paid tier)| No| No (SFTP only)| Built-in reverse proxy and page caching| PHP, Node.js and Python apps ## $0 vs $38 a month: a real cost example Three client VPS with 8 apps cost $38 a month on ServerPilot Business and $0 on CloudPanel. (3 servers × $10) + (8 apps × $1) = $38/month $38 × 12 = $456/year CloudPanel handles a setup this size comfortably, and CyberPanel on OpenLiteSpeed is also $0. The 1-domain, 2GB RAM cap applies only to the free Starter LiteSpeed licence. In rupees, $38 is over ₹3,000 a month, while many of my Indian clients pay ₹400–₹800 for a Contabo or Hetzner box. Panel fees that cost more than the server itself are the biggest reason people leave ServerPilot. Count your hours too: the migration is a weekend if you do it yourself, or one to two days of paid work. > Pick the panel that fits the apps you actually run, not the one with the > longest feature list. ## Other ServerPilot-style tools worth knowing If you would rather pay for a hosted dashboard: * **RunCloud:** no free tier since 2024. Pricing runs about $8–9/month for single-server Basic, $15 for Pro and $45 for Business, and it feels the most like ServerPilot. * **Ploi:** a genuinely usable free tier (1 server, 1 site, 5 deployments a month), then €8/$10 Basic, €13/$16 Pro and €30/$36 Unlimited. Its MCP server lets Claude, ChatGPT or Cursor drive your servers. * **SpinupWP:** WordPress only. It costs $12/month (Essentials) or $19/month (Advanced) for one server with unlimited sites, plus about $1/month per extra server. * **Laravel Forge:** roughly $12, $19 and $39 a month, billed per account rather than per server. It also handles Rails, Go, Node and Python. ## Which one I would install for your case The right panel depends on email, app types and who needs a login: * **WordPress plus client email on one VPS:** CyberPanel. * **Reselling cheap hosting with a login per customer:** aaPanel Pro, if supply-chain rules allow it. * **Mixed PHP, Node.js and Python apps on a 2–4GB box:** CloudPanel. * **You never want to SSH in and are happy to pay monthly:** Ploi or RunCloud. * **A Laravel or multi-language dev team:** Laravel Forge. My Proxmox beginner guide covers spinning up a throwaway VM, and the WireGuard VPN guide keeps panel logins off the public internet. ## Frequently asked questions ### Is CyberPanel really free? Yes. CyberPanel on OpenLiteSpeed is free and open source with unlimited domains. You only pay if you move to a paid LiteSpeed Enterprise licence, which starts at $11/month. ### Do I need a control panel at all if I know Linux? No, but once you pass two or three sites a panel saves real time. It mostly automates SSL renewals, per-site users and safe client logins. ### What is the closest thing to ServerPilot? RunCloud is the closest paid replacement and CloudPanel the closest free one. CloudPanel sticks to hosting like ServerPilot, and it also runs Node.js and Python. ### Can I migrate from ServerPilot without downtime? Yes, if you build the new server beside the old one. Copy files and databases, test through your hosts file, and lower the DNS TTL (how long resolvers cache records) a day early. Switch DNS, run a final database sync, then cancel ServerPilot. ## Final Thoughts ServerPilot is still a good product, but charging per server and per app hurts small budgets. CloudPanel replaces it for most of my clients. If you need email, choose CyberPanel, and for multi-user hosting, choose aaPanel. If you want help setting up Nextcloud, Jitsi, Matrix or Moodle, or a careful panel migration off ServerPilot, get in touch here. Before any work starts, I will tell you honestly which panel fits.
dev.to
September 23, 2026 at 3:43 AM
U.S. CISA adds Palo Alto Expedition, Android, CyberPanel and Nostromo nhttpd bugs to its Known Exploited Vulnerabilities catalog
U.S. CISA adds Palo Alto Expedition, Android, CyberPanel and Nostromo nhttpd bugs to its Known Exploited Vulnerabilities catalog
U.S. CISA adds Palo Alto Expedition, Android, CyberPanel and Nostromo nhttpd bugs to its Known Exploited Vulnerabilities catalog.
securityaffairs.com
November 7, 2024 at 11:27 PM
Então, gente
Se vcs usam CyberPanel, é bom atualizar hein #bolhasec

CVE-2024-51378 (CVSS 10)
December 5, 2024 at 1:30 PM
-FSB deploys spyware on detained suspect's phone
-New Gamaredon ops
-New Doppelganger operator identified as the Moscow State Institute of International Relations
-I-O DATA zero-days
-New Veeam and CyberPanel exploitation
-AI slop impact on project maintainers
-BSides Canberra 2024 videos
December 6, 2024 at 11:32 AM
🔐 How do AI, blockchain, IoT technologies affect cybersecurity in practice? I am looking forward to presenting at CyberPanel 2.0 in Brno on April 14, 2025.🚀 Stop by and see us, we look forward to seeing you together with our friends and partners from CyberSecurityPlatform.cz!
March 12, 2025 at 10:07 AM
One of my favorite open source, CyberPanel
November 21, 2024 at 2:25 PM
LiteSpeed Web Server and CyberPanel are a great combination, and you can install them together with one installation script. Watch this video to learn how: youtu.be/lp654whKQls?... #litespeed #lsws #cyberpanel
Set up LiteSpeed Web Server With CyberPanel
YouTube video by LiteSpeed Technologies
youtu.be
May 21, 2025 at 2:43 PM
ドキュメント作りながらCyberPanelのサーバーを立てるの、面倒だな
May 10, 2025 at 8:46 AM
CISA Warns of Active Exploitation of Flaws in Zyxel, ProjectSend, and CyberPanel
CISA Warns of Active Exploitation of Flaws in Zyxel, ProjectSend, and CyberPanel
thehackernews.com
December 5, 2024 at 6:18 AM
Cyberpanelのバグの追跡してたら、CSF/LFDのバグに行きついて

レポート書こうかと思ったけどきりが無いで、明日にする

帰ってまた片付けしなきゃ
May 12, 2025 at 10:18 AM
Cyberpanel の2FAではねられる

なにが起こってんだろ
June 13, 2025 at 7:31 AM
Yes

The old College Crosse site that I helped run is gone www.collegecrosse.com
CyberPanel Forums Documentation
www.collegecrosse.com
February 18, 2026 at 9:06 PM