X
X
X
X

Knowledge Base

HomepageKnowledge BaseLinuxInstalling cPanel on Linux

Installing cPanel on Linux

cPanel is one of the most popular hosting control panels for Linux servers. It allows easy management of websites, emails, databases, and DNS.


1. Requirements

  • Supported OS: AlmaLinux 8/9, Rocky Linux 8/9, CloudLinux 8/9

  • Minimum Hardware: 1 CPU, 2 GB RAM (4 GB recommended), 20 GB disk

  • Root access (SSH)

  • Fresh OS installation (no other control panels installed)


2. Update the Server

 
yum update -y

3. Set Hostname

 
hostnamectl set-hostname server.yourdomain.com

4. Download Installation Script

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

5. Run the Installer

 
sh latest

Installation may take 20–40 minutes depending on resources.


6. Access WHM

After installation, access WHM via:

 
https://YOUR-IP:2087

Username: root
Password: root password


7. License Activation

cPanel requires a license. A 15-day free trial is automatically activated. After that, purchase a license from cPanel Store or authorized partners.

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(2 times viewed / 1 people found it helpful)

Top