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 ..
Category : Dedicated Hosting
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 ..
Introduction: Managing databases and users on a web hosting server often requires using command-line tools like /usr/bin/uapi to automate tasks efficiently. This script demonstrates how to create a MySQL database, create a user, and grant them privileges using the command-line interface. Prerequisite: Before executing the script, ensure the following prerequisites are met: $CPUSER: The cPanel ..
Introduction cPanel login notifications are sent to the email address associated with a cPanel account when someone logs in to that account. The system only sends one notification every 24 hours for a specific username, IP address, and service combination Prerequisite Implementation Step 1: Log into the cPanel for which login notifications need to enable Step ..
Introduction: The `/scripts/fixquotas` command in cPanel is a powerful tool designed to fix disk quota issues on your server. When users encounter disk quota discrepancies or inconsistencies, this command can help rectify them efficiently. This document provides a step-by-step guide on utilizing the `/scripts/fixquotas` command effectively. Prerequisites: Before proceeding with the utilization of the `/scripts/fixquotas` ..
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 ..
Introduction In cPanel, email routing settings allow to specify whether incoming emails should be handled locally on the server or forwarded to a remote mail server Prerequisite Implementation Step 1: Access the cPanel account with the credentials Step 2: Click on the “Email Routing” from the Email section of cPanel Step 3: If there are ..
Introduction File Transfer Protocol (FTP) is a standard method for transferring files between a local computer and a web server. It enables administrators and users to upload, download, and manage website files efficiently. WHM (Web Host Manager) allows server administrators to enable and configure FTP services, as well as choose the preferred FTP server software, ..
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 Mailman is a mailing list management application used in cPanel/WHM to create and manage email distribution lists. It enables users to send emails to multiple recipients using a single mailing list address. In some cases, Mailman may fail to start and display the error “Site list is missing”, which typically occurs when the default ..
Recent Comments