How to install cPanel/WHM on CentOS 7 Dedicated/VPS

[root@srv~] # yum -y update

[root@srv~] # reboot

[root@srv~] # hostnamectl set-hostname test.example.com

[root@srv~] # nano /etc/selinux/config

                     SELINUX=disabled
                     SELINUXTYPE=targeted

[root@srv~] # sestatus

                     SELinux status: disabled

[root@srv~] # yum install curl

[root@srv~] # yum install perl -y

[root@srv~] # yum install screen

[root@srv~] # cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

After that you need to complete the installation wizard from its web based interface and you can access WHM with the following URL:

http://192.0.0.0:2087

  • 8 Users Found This Useful
Was this answer helpful?

Related Articles

CentOS Web Panel – Installation Instructions

  Enter the command on your command line CentOS Web Panelcentos-webpanel.comyum -y install...

This will download the latest version of the Attracta plugin and start the installation.

  wget -N www.attracta.com/static/download/cpanel-install sh cpanel-install

How to Install ConfigServer Mail Queues

  To install or upgrade cmq simply do the following from the root shell via SSH: cd /usr/src...

How to Install ConfigServer Security & Firewall (csf)

  Copy all of text and paste on your commandline. cd /usr/src rm -fv csf.tgz wget...

How to Install aaPanel Linux panel

aaPanel Requirements: Memory: 512M or more, 768M or more is recommended (Pure...