cPanel is an internet Linux-based graphical interface (GUI) used as a control panel to simplify server and website administration. cPanel permits you to publish sites, manage domain names, arrange web documents, create email accounts, and much more.
Lets get started with installation
Remove Network Manager
yum remove NetworkManager
As cpanel uses its own module for managing IP’s so installation will give error if NetworkManager is installed or activate. We can also disable it but removing is best
Set proper Hostname
hostnamectl set-hostname YOURHOSTNAME
You have to replace YOURHOSTNAME with your desired hostnname as per FQDN guideline
Install cPanel
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest