How to Find the Number of Accounts Hosted on a cPanel Server
To quickly determine how many cPanel accounts are hosted on your server, you can use a simple command: ll /var/cpanel/users | wc -l This command lists all user files in…
🌐 How cPanel Works: A Layered Overview
Understanding how cPanel functions requires looking at it in multiple interconnected layers—from the server OS up to the graphical user interface. Here’s a complete breakdown: 🧱 1. Operating System Layer…
✅ How to View Webalizer Stats Without Logging into cPanel
Wondering if you can access Webalizer web stats without logging into cPanel? The answer is yes, and it only takes a few quick steps. This method allows you to view…
🔐 How to Fix suPHP Permission Issues After Migrating to a suPHP-Enabled cPanel Server
When migrating a website from a non-suPHP server to a suPHP-enabled cPanel server, you may encounter permission and ownership errors. This happens because suPHP enforces stricter file and directory permissions…
📬 How to Install Mail::SPF on a cPanel Server (One-Liner Command)
If you’re working on email authentication and need to install the Mail::SPF Perl module on a cPanel server, you can do it easily using a single command line. This is…
🔁 How to Migrate and Restore a Single cPanel Account Between Servers
Need to migrate a single cPanel account from one server to another without affecting the rest? Whether you’re moving hosting providers or setting up a new server, this guide walks…
🕒 How to Set a Cron Job for the First Sunday of Every Month (cPanel Alternative)
Setting a cron job to run on the first Sunday of every month isn’t directly possible using the default cPanel interface. However, with a simple script, you can easily work…
🛠️ Fix: Database Size Not Updating in cPanel (Shows as Zero)
Are you seeing “0 MB” database size in cPanel under MySQL Databases, even though your databases are clearly in use? This issue is usually due to cPanel not including database…
🛑 How to Disable Auto-Delete Emails from Trash After 7 Days in Courier-IMAP
Are your email users running out of space even though their inboxes are empty? The culprit is often the Trash folder, where deleted emails quietly pile up. By default, Courier-IMAP…
🔐 How to Reset SSH Configuration from WHM If You’re Locked Out
If you misconfigure your SSH settings and lock yourself out of your server, you can reset them from WHM using the following steps: 🛠️ Step 1: Access WHM via Non-Secure…