Install CPanel or Plesk on Linux

I decided to compile this after searching for it and could only find few resources, so here’s how to download and install CPanel or SWSoft PLESK on RedHat Linux.

1) You can install latest cPanel version using following steps :

– Login through SSH to your server and download cPanel installer script using following link :

http://httpupdate.cpanel.net/latest

– Give executable permission to downloaded file :

chmod +x latest

– Then simply run the script :

./latest

This will take approximately 1 hour to complete.

2) To install Plesk 9 on linux, use following steps :

– Login through SSH to your server and download plesk installer script using following link :

http://www.parallels.com/download/plesk9/

You have to register on parallels website to download any product.

Note : Download Auto installer as per your server Operating system, as plesk provides different installer for different Operating systems.

– Give executable permission to downloaded file :

chmod +x

– Then simply run the script :

./installer

– Installer will ask you few questions about required disk space and required modules. Select all plesk modules as per your requirement and then complete the installation.

This will take approximately 1 hour to complete.