How to Set Password Strength for WHM/cPanel Users
You can set the password strength for WHM and cPanel users through the Password Strength Configuration in WHM. This feature allows you to enforce rules for user passwords, ensuring they are strong and secure. Step-by-Step Guide Log in to WHM: Access your WebHost Manager interface, typically at https://your_server_ip:2087. Navigate to Password Strength Configuration: In the […]
How to Enable Symlink Protection in WHM
Enabling Symlink Protection in WHM is a security measure that helps protect your server from malicious users. According to the article, this is done by enabling the “Jail Apache” feature. Step-by-Step Instructions Log in to WHM as the root user. In the WHM search bar, navigate to Service Configuration and click on Apache Configuration. Click […]
how to install cpanel on almalinux
Here are the steps to install cPanel on AlmaLinux 9. This process requires a fresh installation of the operating system and is performed via the command line. You must have a cPanel license and be logged in as the root user on your server. Step 1: Prepare the Server Before you begin, ensure your server […]
How to Rollback a cPanel Update
Unfortunately, you cannot rollback a cPanel update to a previous major version. This is a fundamental limitation of cPanel’s design. Once you’ve updated to a new major release (e.g., from version 100 to 102), there is no official process to revert to the older major version. However, you can downgrade to a previous minor version […]
Fatal error: Allowed Memory Size Error in WordPress
A fatal error related to allowed memory size in WordPress means your website is running out of allocated PHP memory to complete a task. This is a very common issue, and you can fix it by increasing the memory limit in your WordPress configuration file. What Causes the Error? The error message “Fatal error: Allowed […]
How to install Imagick PHP extension
Method 1: Installing via PECL (Recommended) This is the standard and most reliable method for installing PHP extensions from the command line. 1. Install Required Dependencies: First, you need to ensure you have the necessary development tools and libraries for Imagick. The commands for this depend on your OS: For CentOS/RHEL/CloudLinux: Bash sudo yum install […]
How to Install & Activate SSL in cPanel Hosting
Here’s how you install and activate an SSL certificate on cPanel. The easiest way is to use AutoSSL, a free feature that automates the entire process. If you have a third-party SSL, you can install it manually. Method 1: Using AutoSSL (Recommended) This method is the simplest as it’s fully automated and free. Log in […]
How to Forcefully Suspend a cPanel Account via SSH
To forcefully suspend a cPanel account via SSH, you must be logged in as the root user. The primary command for this task is a WHM API call, and it is a powerful action that immediately terminates all services for the account, including websites, email, and FTP access. Step 1: Log in via SSH Connect […]
What is cPanel File Manager?
cPanel File Manager is a web-based utility within the cPanel hosting control panel that provides a user-friendly interface for managing all the files and folders associated with your website. Think of it as a desktop file explorer, but for your web server. It eliminates the need for third-party FTP clients and allows you to perform […]
What is AutoSSL from the cPanel
AutoSSL is a feature in cPanel that automatically issues, installs, and renews a free SSL certificate for your website. It’s designed to ensure your domains are secured without any manual intervention on your part. It eliminates the need to manually purchase, install, and renew SSL certificates, which can be a complex and time-consuming process. How […]