Installation of cPanel on VPS/Dedicated Server.
1st ) Login in SSH of VPS/Dedicated Server using Putty software with default port 22
2nd) Always update operating system modules before installing the cpanel . By using YUM UPDATE Command
- Code:Select all
#yum -y update
reboot the VPS/Dedicated server after updating.
- Code:Select all
#reboot
3rd ) Now after VPS/Dedicated server is back online. Lets start with core steps for cpanel/WHM panel installation
Again login the in the ssh root access through putty software.
Note:
cPanel/WHM Panel is always installed in the Home Directory
To install cPanel & WHM, run these commands:
- Code:Select all
#cd /home
— Opens the /home directory.
- Code:Select all
#wget -N http://httpupdate.cpanel.net/latest
— Fetches the latest installation files from cPanel's servers.
- Code:Select all
#sh latest
— Opens and executes the installation files.
Note:
Normally installation of cPanel/WHM panel takes 60-90Minutes. Make sure your Internet is constant while installation is underprocess. Disconnection of Internet will lead to re-installation of Operating system and cpanel.
Recommended Operating Systems:
CentOS 5,6 32Bit ( For less then 1-4GB RAM )
CentOS 5,6 64Bit ( For 1-64GB RAM )