How can I install cPanel/WHM on Linux

muhammadathar37

Registered
Mar 1, 2014
1
0
1
cPanel Access Level
Website Owner
I am trying to install cpanel by these commands # wget http://layer2.cpanel.net/latest # sh latest
But sh latest command does not work.The Web SSH Consol gives the message Command not found.
Please help me anyone.
 

stevetoza

Member
Aug 11, 2013
8
0
1
cPanel Access Level
Root Administrator
Re: How i can Install Cpanel/WHM on linux

Hello,

Could be that the wget package is not installed on your server.

Command to install this would be :- yum install wget

- - - Updated - - -

Once you have checked wget is installed issue commands

cd /home

then

wget -N http://httpupdate.cpanel.net/latest

then run the installer

sh latest
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Re: How i can Install Cpanel/WHM on linux

Hello :)

Try starting the installation from a standard SSH client instead of the web console that you referenced and let us know the results.

Thank you.