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 ..
Author : Saikrishna Areddy
Introduction: When managing a WHM (Web Host Manager) server, ensuring the safety of your DNS records is crucial for disaster recovery and smooth server operation. Backing up DNS records allows you to restore configurations quickly in case of accidental deletions, migrations, or server failures. Method 1: Backup DNS Zones Using WHM Interface WHM provides an ..
Introduction: cPHulk Brute Force Protection in WHM (Web Host Manager) protects your server from brute-force attacks by blocking IP addresses that attempt to log in repeatedly with incorrect credentials. However, there are times when you may want to ensure certain trusted IP addresses, like those used by administrators, are not blocked. Procedure: Step 1: Log ..
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: Changing the login theme for WHM (Web Host Manager) can help create a more personalized and branded experience for users accessing your server management interface. Customizing the login page not only enhances the visual appeal but can also improve usability and security by incorporating your brand’s look and feel. Prerequisites Introduction: Step 1: Log ..
Introduction An API token in cPanel allows you to securely authenticate API requests without using your cPanel username and password. API tokens are useful for developers, administrators, and automation tools that need to interact with cPanel services such as file management, email account administration, database operations, DNS management, and backups. Using API tokens improves security ..
IntroductionIn web hosting environments, ensuring the safety and integrity of website data is paramount. Regular backups play a crucial role in mitigating the risks associated with data loss due to unforeseen events such as server failures, human errors, or security breaches. Prerequisites Implementation Step 1: Log in to WHM with root privileges. WHM typically runs ..
Introduction: WHM (Web Host Manager) is a powerful tool that allows administrators to manage their web hosting server efficiently. Among its many features is the ability to reboot a VPS (Virtual Private Server) or a dedicated server remotely. Rebooting a server can be necessary for various reasons, such as applying system updates, resolving performance issues, ..
Introduction Creating and restoring backups of cPanel accounts is an important task for server administrators. It helps protect website files, databases, emails, DNS records, and account configurations. In cPanel/WHM servers, we can use command-line tools like pkgacct to generate a full account backup and restorepkg to restore the account from the backup file. This method ..
Introduction The language used in cPanel can greatly affect the user experience. cPanel allows users to change the interface language based on their preference. This helps users navigate the control panel more comfortably and manage hosting services easily. Prerequisites Before changing the language in cPanel, make sure you have: Steps to Change the Language of ..
Recent Comments