Introduction Apache (also known as httpd) is one of the most widely used web servers globally. In a cPanel/WHM-managed server environment, ensuring that Apache is running smoothly is essential for website uptime and reliability. WHM’s Service Manager allows system administrators to monitor and manage critical services like Apache with ease. Prerequisites Implementation Step 1: Log ..
Category : WHM
Introduction: In cPanel, email accounts are usually managed through the web interface. However, if you’re comfortable with the command line or managing multiple accounts, using the cPanel CLI with UAPI is a faster and more efficient method. This guide explains how to remove an email account directly from the terminal using a simple UAPI command. ..
Introduction Managing email accounts via the command line can significantly streamline server administration tasks. cPanel provides a powerful API called UAPI, which allows administrators to create email accounts without using the cPanel web interface. This method is ideal for automation, scripting, or simply performing actions more efficiently through SSH. Prerequisites (i) Root SSH access to ..
Introduction: The Market Provider Manager is a feature in WHM (Web Host Manager) that allows server administrators to control which third-party marketplaces appear in their users’ cPanel accounts. These marketplaces can include: By using this tool, you can enable or disable providers, prioritize offerings, and customize your customer’s experience based on your brand’s services. Prerequisites ..
Introduction When running a web hosting server, keeping track of resource usage—especially memory—is crucial for performance and uptime. One common issue that can cause unexpected downtime is the “Out of Memory (OOM)” condition. When your server runs out of available memory, processes can get killed by the system, often without immediate notice. Prerequisite WHM – ..
Introduction POP3 (Post Office Protocol 3) is a protocol that allows users to retrieve emails from a server and store them on their device. The advantage of POP3 is messages can be read when the user is offline. Opening attachments is quick and easy as they are already downloaded. Less server storage space is required, all ..
Introduction Exim is an open-source mail transfer agent (MTA) that receives, routes and delivers emails that cPanel & WHM includes. Mail transfer agents send and receive email messages to the server. Many of the Exim Configuration Manager options involve Simple Mail Transfer Protocol (SMTP). Prerequisite Implementation Step 1: Log in to the WHM with root ..
Introduction: Activating or renewing an SSL (Secure Sockets Layer) certificate is a crucial step in maintaining the security and integrity of your website. SSL certificates encrypt the data transferred between your web server and your users, ensuring that sensitive information remains confidential. In cPanel, the process for managing SSL certificates is straightforward but requires careful ..
Introduction: UAPI (Universal API) provides a robust interface for accessing and modifying cPanel account data and settings. This API enables you to interact with various features of the cPanel interface programmatically. Procedure: Step 1: Log in to your server via SSH with root. ssh root@server-ip Step 2: Use the uapi command to create a new ..
Introduction RPMs is a command-line utility for managing packages on Unix/Linux systems. It allows you to install, query, update, verify, and remove. An RPM package update may cause issues or be unable to update due to conflicts, and an RPM version lock may be needed Prerequisites Implementation SSH the server via the terminal and follow the ..
Recent Comments