Install cPanel on CentOS
To install cPanel & WHM on your server, run the following command:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
Note:
We recommend that you run the installation command within a Linux screen
session. The Linux screen command allows you to create a shell session that will stay active through a network disruption.
- To determine whether your operating system contains screen and it exists in your path, run the which screen command. The system will return
/usr/bin/screen
if screen exists on your system and whether it exists in your path.- If your system does not contain
screen
, you can install it with theyum install screen
command. - To run a screen session, enter the
screen
command. Then, run the installation command.
- If your system does not contain
- 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.