How to install cPanel on CentOS, Ubuntu, AlmaLinux

Whm and cpanel

In this article, we will show you how to install cPanel on CentOS, Ubuntu, AlmaLinux VPS, as well as go through the initial configuration.

cPanel is top hosting control panel for Linux which has a user-friendly web interface – with it, users can manage their websites, email addresses, FTP accounts, DNS records, databases, and shell accounts.

  • CentOS 6 and Red Hat Enterprise Linux 6 CentOS 8 
  • CloudLinux 6
  • CentOS 7, Red Hat Enterprise Linux 7, CloudLinux 7
  • Ubuntu 20.04 LTS
  • CloudLinux 8
  • AlmaLinux OS 8

Operating systems Check This.

Vps Provider With Port 25 Open

The second thing you will need is a VPS server. a public server to install & Setup SMTP.

In My Post i Am Using Digitalocean Vps Server.

Here is a list of some companies:

  1. OVH.
  2. Contabo.
  3. Turnkey internet.
  4. Vpsbg
  5. Hostwinds

Prepare for Installation

Centos:-

yum install perl
yum install curl
hostnamectl set-hostname myeserver.mydomain.com
curl -o latest -L https://securedownloads.cpanel.net/latest
sh latest

Ubuntu:-

sudo apt update 
sudo apt upgrade
hostname cpanel.yourdomainname.com
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

AlmaLinux:-

yum update -y
yum install perl
yum install curl
hostnamectl set-hostname myeserver.mydomain.com
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

URL to login to the admin panel of cPanel / WHM: https://serverIP:2087

Username = root

pass = your vps root password

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply