How to install whm panel in centos , ubuntu and debian

WHM (Web Host Manager) is a control panel that allows web hosting providers to manage their servers, websites, and clients more efficiently. The panel provides a user-friendly interface to manage various aspects of the server, including creating new hosting accounts, managing domains, setting up email accounts, and much more. In this article, we will explain the process of installing WHM on various Linux environments.

  1. Installing WHM on CentOS

CentOS is one of the most widely used Linux distributions for web hosting. To install WHM on CentOS, you need to have a VPS (Virtual Private Server) or dedicated server with CentOS 7 or 8 installed. The first step is to log in to your server as the root user. Next, run the following command to update the package list and upgrade the system:

yum update && yum upgrade

After the system is updated, run the following command to install the latest version of WHM:

cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

The installation process will take some time, depending on the speed of your server. Once the installation is complete, you can access WHM by navigating to https://your-server-IP:2087 in your web browser. You will need to log in with your root username and password.

  1. Installing WHM on Ubuntu

Ubuntu is another popular Linux distribution used by web hosting providers. To install WHM on Ubuntu, you need to have a VPS or dedicated server with Ubuntu 18.04, 20.04, or 22.04 installed. The first step is to log in to your server as the root user. Next, run the following command to update the package list and upgrade the system:

apt update && apt upgrade

After the system is updated, run the following command to install the latest version of WHM:

cd /root && wget https://securedownloads.cpanel.net/latest && sh latest

The installation process will take some time, depending on the speed of your server. Once the installation is complete, you can access WHM by navigating to https://your-server-IP:2087 in your web browser. You will need to log in with your root username and password.

  1. Installing WHM on Debian

Debian is another widely used Linux distribution for web hosting. To install WHM on Debian, you need to have a VPS or dedicated server with Debian 9 or 10 installed. The first step is to log in to your server as the root user. Next, run the following command to update the package list and upgrade the system:

apt update && apt upgrade

After the system is updated, run the following command to install the latest version of WHM:

cd /root && wget https://securedownloads.cpanel.net/latest && sh latest

The installation process will take some time, depending on the speed of your server. Once the installation is complete, you can access WHM by navigating to https://your-server-IP:2087 in your web browser. You will need to log in with your root username and password.

In conclusion, WHM is a powerful control panel that can greatly simplify the task of managing a web hosting server. The installation process is straightforward and can be done on various Linux environments, including CentOS, Ubuntu, and Debian.

Leave a Reply

Your email address will not be published. Required fields are marked *