I have CloudPanel installed and running on my server, and I noticed that multiple versions of PHP-FPM are installed and running on the system. Specifically, I have PHP versions 7.1, 7.2, 7.3, 7.4, and…
Just tried this step-by-step and it worked perfectly. Thanks @@Rootali — you're a lifesaver.…
I recently installed CloudPanel on an Ubuntu server. Everything seemed fine, but MariaDB refused to start.When trying to start it via CloudPanel or terminal, I was getting:Command "/usr/bin/sudo …
Thanks Bro :)…
I’m running Mailcow (Dockerized) on my VPS alongside CloudPanel for website hosting.Everything worked fine initially using reverse proxy and assigning ports like:HTTP: 8080HTTPS: 8444However, after a …
I'm using CS-Cart 4.17.1 with the built-in Varnish cache add-on on a CloudPanel server (Ubuntu 22.04).Varnish is installed and running correctly on port 6081, and everything seems to be configured as …
Hi everyone,I’ve been trying to install Flarum on a CloudPanel-managed server, but I ran into multiple issues.At first, I tried using:composer create-project flarum/flarumThis created a flarum folder …
Hey everyone,I’ve been using ServerAvatar with a student plan from DigitalOcean, and paying around $9/month for their Newbie plan.Recently, I started testing free alternatives like CloudPanel and Hest…
Hi everyone,I’ve just completed a fresh install of CloudPanel on a new VPS using a sudo user (not root). I can access the panel just fine via both:https://<server-ip>:8443/
https://sub.domain.t…
Hi all,I’m trying to install a Let’s Encrypt certificate on my domain fishbids.com.au using CloudPanel on a Vultr Ubuntu server.The domain is registered with GoDaddy, and DNS is pointing correctly to …
Hi everyone,I'm trying to set up CloudPanel backups using Box.com through the Custom Rclone Config feature.I believe my rclone configuration is working properly — here’s what I get with a basic listin…
Boom. That was it.There was a broad location rule in the Nginx config that unintentionally blocked access to the dynamically generated files. Once I adjusted it, thumbs started working perfectly — bot…
You’re right—I was never explicitly calling the thumb() method in my templates. I’ve updated the template to use it directly.However, I still don’t see the generated thumbnails in the /media folder, e…
I tested exec('whoami') from a Kirby template—it returns siteowner, which is correct. Also, running convert directly as siteowner works just fine.Still, Kirby doesn’t generate thumbnails even though t…
I’m hosting multiple Kirby websites using CloudPanel on a Debian 11 server with Apache. Everything runs smoothly except for one critical issue:Thumbnails are not being generated.There are no errors in…
Got it. That did the trick! Certificates renewed smoothly this time.Thanks a lot, Rootali. Really appreciate your help.…
I ran the updated script, but got a strange error related to the lets-encrypt:install:certificate command—it says no arguments are expected, but the script seems to pass domain names to it. Is this so…
Awesome, thanks!I’ll give the script a try. Quick question though—some of my domains have multiple subdomains. Does your script handle Subject Alternative Names (SANs)?…
I’ve noticed that Let's Encrypt certificates on my CloudPanel setup aren’t renewing automatically.I’ve got a few domains running and having to manually renew every three months is starting to get anno…
Does installing Ghost on CloudPanel make sense?I'm wondering if it's a good idea in terms of performance, configuration ease, and overall management. Has anyone tried it and can share their experience…
I’m getting a 403 Forbidden error on my Nginx server. I’m using CloudPanel. How can I fix it?…
I want to back up my CloudPanel-hosted websites to an external storage provider like Amazon S3 or Dropbox. How can I set up Remote Backups, and how do I restore a site from a backup file?…
I want to integrate Fail2Ban with ModSecurity on my CloudPanel server (Nginx-based) to automatically block IPs flagged by ModSecurity rules. How can I properly configure this, and what are the challen…
Does CloudPanel come with ModSecurity support out of the box? If not, how can I install and enable ModSecurity on a server running CloudPanel?…
After updating CloudPanel to the latest version, I'm unable to access the login page—it keeps redirecting in an endless loop. How can I resolve this?…
I encountered a "CONNECTION TIMED OUT" error when trying to SSH into my CloudPanel VPS. Before this, I changed a password via the panel, tried restarting Apache using the "Fix" button, and then lost a…
What are the best practices to secure CloudPanel, my server, and websites hosted on it?…
What are the recommended best practices for migrating my existing PHP website to CloudPanel with minimal downtime?…
As a site user on CloudPanel, what useful commands are available to me for managing file permissions, databases, and the Varnish cache?…
Could you provide an overview of essential CloudPanel commands I can run as the root user for managing Cloudflare, databases, sites, SSL certificates, users, and vhost templates?…