Introduction The Email Suspend Login function in cPanel allows administrators to immediately prevent a user from logging into their email account. This is useful for situations where an account may be compromised, inactive, or requires temporary access restriction. Key points: Prerequisites Before using the suspend_login function, ensure the following: Steps / Usage 1. Prepare the ..

Read more

Introduction:This guide explains how to reduce disk usage caused by mysql-bin log files in /var/lib/mysql. Binary logs store database changes and can grow quickly on active servers, filling disk space.By configuring log expiration, old logs will be automatically removed. Prerequisites: Step 1:Log in to the server or access the terminal via WHM. $ ssh root@your-server-ip ..

Read more

Introduction: Managing cPanel accounts efficiently is a core task for web hosting administrators. Occasionally, accounts are suspended due to overdue payments, policy violations, or security issues. While WHM provides a graphical interface to suspend or unsuspend accounts, performing these tasks via the command line interface (CLI) can save time, especially when dealing with multiple accounts ..

Read more

Introduction Website speed is one of the most important factors for user experience, SEO ranking, and conversion rates. A slow website can frustrate visitors, increase bounce rates, and reduce search engine visibility. Even a delay of a few seconds can significantly impact how users interact with your website. If your website is hosted on cPanel ..

Read more

Introduction cPHulk is a security feature in WHM (WebHost Manager) that helps protect the server from brute-force login attacks. Administrators can use cPHulk to block suspicious IP addresses that attempt repeated login failures to services like cPanel, WHM, SSH, FTP, or email. This guide explains how to manually block an IP address using cPHulk in ..

Read more

Introduction ModSecurity (also known as mod_security) is a Web Application Firewall (WAF) module for Apache, LiteSpeed, and NGINX. It helps protect web applications from common attacks such as SQL injection, XSS, brute force attempts, and malicious bots. In a cPanel/WHM environment, ModSecurity adds an extra layer of security to hosted websites. Prerequisites Before proceeding, ensure: ..

Read more

Introductionmod_evasive is an Apache security module used in cPanel servers to protect websites from HTTP DoS, DDoS, and brute-force attacks.If mod_evasive is not tuned properly, it may block legitimate user traffic.This guide explains how to tune mod_evasive on a cPanel server to balance security and usability.By default, mod_evasive logs are stored in:/var/log/apache2/mod_evasive/PrerequisitesBefore proceeding, ensure you ..

Read more

1️⃣ Introduction The command: is used to retrieve detailed hosting resource usage information for a specific cPanel user account. It queries the ResourceUsage module in cPanel using UAPI and returns structured data about how much of the allocated hosting resources the user is currently consuming. This command is commonly used by system administrators for monitoring, ..

Read more

Introduction The 403, 404, and 500 errors are common HTTP errors encountered while accessing websites hosted on cPanel. These errors usually occur due to incorrect file permissions, missing files, misconfigured settings, or server-side issues. Understanding these errors and knowing how to troubleshoot them helps ensure your website remains accessible and functions correctly. Prerequisites (Make sure ..

Read more