Let’s install cPanel
Let’s use screen to install. To start off, go ahead and install screen and wget:
yum install wget screen -y
Once screen is installed, start a new session running:
screen
After opening screen, you can proceed to install cPanel. Use this this command to install cPanel with WHM:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
Then close out of screen. The script will continue running while in the background—even if you close out the of server.
In order to detach screen type:
Cntrl-a-d
To reattach to your screen you can use the command:
screen -r
Once cPanel finally installs, you can access the login by going to http://ipaddress:2087 (eg. https://12.34.45.678:2087) or domain (example.com:2087)