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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more