Skip to main content
Version: Current

Install Cpanel On CentOS 7

Getting Started

Get started by Updating Server.

yum update -y

Install Screen command

Cpanel installation can take 30/45min to avoid getting locked out before it finished we will use screen cli.

With the Linux screen command, you can push running terminal applications to the background and pull them forward when you want to see them.

yum install screen

Install Cpanel

Lanch screen before starting the install.

screen

Lanch the installation script.

cd /home && curl -o latest -L <https://securedownloads.cpanel.net/latest> && sh latest