Today, We are going to share steps to install zPanel in centos 6. As we know another hosting control panel called cPanel and plesk is paid control panel. But zpanel is free, so if you don’t want to buy cpanel license so you can say zpanel is alternative of cPanel. 

zPanel is one of most popular control panel for linux server which is available free of cost. Here is installation steps.

Installation process (Install ZPanel)

Step 1 :- Update your centos server.

# yum -y update

Step 2 :- Install required package for further steps.

# yum install wget

Step 3 :- Download zPanel Installer.

# wget -O installer-10-1-0-centos-64.sh.x https://github.com/zpanel/zpanelx/releases/download/10.1.0/installer-10-1-0-centos-64.sh.x

Step 4 :- Now make the script executable.

# chmod +x installer-10-1-0-centos-64.sh.x

Step 5 :- Now start Installation by running below command.

# ./installer-10-1-0-centos-64.sh.x

Now your installation will start. It will take 10 – 15 minute. Once it will complete after that reboot your server.

Now you can access your zpanel by accessing your IP in web browser.

Cheers !! Now use your free control panel. Don’t forget to give your feedback in comment box.