Installing a Cpanel on a server or cloud is very easy, just run the following command :
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
Note :
1) If you use NetworkManager , you must disable it. This is easily done with the following command in CentOS 7 :
systemctl stop NetworkManager
systemctl disable NetworkManager
2) To install Cpanel, we recommend using the screen tool. If it was not installed, easily install it with the command .
yum install screen
3) If your session disconnects for some reason, log back in to your server and run the screen -r
command. This will reconnect you to your screen session.
4) Installing Cpanel must On Fresh OS , and Also need Root access.