Category : Uncategorized

This document provides details on using the uapi command-line tool to list all domains associated with a specific cPanel user account. The example focuses on retrieving domain information for the user < cpanel username > using the DomainInfo::list_domains function of the Universal API (UAPI). Command Used This command queries and lists all domain-related data for ..

Read more

Introduction: cPanel & WHM allows server administrators to publish news or messages that will be shown to cPanel users when they log in. This can be helpful for sharing maintenance notices, important updates, or announcements. Prerequisite: Steps to Publish News in WHM Step1: Login to your WHM account Step2: Navigate to the News Editor Step3: Select the News ..

Read more

Introduction:In the context of DNS (Domain Name System), an A record stands for “Address Record.” It is a type of DNS record used to map a domain name (like example.com) to the IP address of the server hosting that domain’s services, such as a website or an email server. When you type a domain name into ..

Read more

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 ..

Read more

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 ..

Read more

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, ..

Read more

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 ..

Read more

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 ..

Read more