INTRODUCTION Transferring a cPanel account from one WHM server to another is a common task during server migrations or infrastructure upgrades. WHM provides a built-in Transfer Tool that simplifies the process by securely copying accounts, configurations, and data from the source server to the destination server. This guide walks you through the steps required to ..
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 ..
Prerequisites Before you proceed, ensure the following are in place: Introduction In PHP-based projects, especially Laravel or other Composer-driven frameworks, it’s essential to match the correct PHP version when installing dependencies. The composer.lock file often locks packages to a specific PHP version (platform.php) to prevent inconsistencies across environments. This guide outlines the correct procedure 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: The All-in-One WP Migration plugin is a popular WordPress plugin that allows you to easily back up, migrate, and restore your WordPress website. It simplifies the process of transferring your site to a new host or domain by exporting your database, media files, plugins, and themes into a single file. This guide will walk ..
Introduction: An SPF (Sender Policy Framework) record is a type of DNS TXT record that helps prevent email spoofing. It tells mail servers which IP addresses are authorized to send emails on behalf of your domain. When someone receives an email from your domain, the recipient’s mail server checks the SPF record to verify if ..
Introduction NGINX is a high-performance, open-source web server renowned for its speed, efficiency, and scalability. When integrated with cPanel & WHM, NGINX can function as a reverse proxy, caching server, and load balancer, significantly enhancing website performance by serving content faster and reducing server load. WHM’s NGINX Manager provides a user-friendly interface to install, configure, ..
Introduction:In today’s globalized digital landscape, email systems must be capable of handling internationalized content—including addresses with non-ASCII characters. This is where SMTPUTF8 comes into play. SMTPUTF8 is an SMTP extension defined in RFC 6531 that allows email addresses and headers to contain UTF-8 encoded characters. This enables the use of accented letters, non-Latin scripts, and ..
Introduction: In server management, especially when administering WHM/cPanel environments, it’s often necessary to view DNS records for troubleshooting, validation, or auditing. While the WHM interface provides graphical access to DNS Zones, using the command line can be more efficient and scriptable. Procedure: Step1: The whmapi1 tool must be run as the root user, as it ..
Recent Comments