How to Install cPanel: Difference between revisions

From Acenet Knowledgebase
Jump to navigation Jump to search
test
 
No edit summary
Line 1: Line 1:
<html> Before installing cPanel, we recommend your server be partitioned appropriately.  The default partitioning scheme for Virtual Servers is sufficient.  Acenet has a recommended partitioning scheme for Dedicated Servers.  cPanel should only be installed on a fresh, clean Operating System.  Once your server has the appropriate partitioning and has been licensed for cPanel, follow the below steps for installation.   
Before installing cPanel, we recommend your server be partitioned appropriately.  The default partitioning scheme for Virtual Servers is sufficient.  Acenet has a recommended partitioning scheme for Dedicated Servers.  cPanel should only be installed on a fresh, clean Operating System.  Once your server has the appropriate partitioning and has been licensed for cPanel, follow the below steps for installation.  
1) Login to your server as the root user via SSH.  
    
2) Run the following commands to install cPanel:  
[1] Login to your server as the root user via SSH.  
<div class="code_style">mkdir /home/cpins<br /> cd /home/cpins<br /> yum install wget<br /> yum install perl<br /> wget -N http://httpupdate.cpanel.net/latest<br /> sh latest</div>
 
3If you receive a license warning upon first logging in to WHM, run the following command from SSH as the root user to update your license:  
[2] Run the following commands to install cPanel:  
<div class="code_style">/usr/local/cpanel/cpkeyclt</div></html> [[Category:cPanel]]
<syntaxhighlight lang="bash">
mkdir /home/cpins
cd /home/cpins
yum install wget
yum install perl
wget -N http://httpupdate.cpanel.net/latest
sh latest
</syntaxhighlight>
 
[3] If you receive a license warning upon first logging in to WHM, run the following command from SSH as the root user to update your license:  
 
<syntaxhighlight lang="bash">
/usr/local/cpanel/cpkeyclt
</syntaxhighlight>
 
[[Category:cPanel]]

Revision as of 17:55, 5 October 2012

Before installing cPanel, we recommend your server be partitioned appropriately. The default partitioning scheme for Virtual Servers is sufficient. Acenet has a recommended partitioning scheme for Dedicated Servers. cPanel should only be installed on a fresh, clean Operating System. Once your server has the appropriate partitioning and has been licensed for cPanel, follow the below steps for installation.

[1] Login to your server as the root user via SSH.

[2] Run the following commands to install cPanel: <syntaxhighlight lang="bash"> mkdir /home/cpins cd /home/cpins yum install wget yum install perl wget -N http://httpupdate.cpanel.net/latest sh latest </syntaxhighlight>

[3] If you receive a license warning upon first logging in to WHM, run the following command from SSH as the root user to update your license:

<syntaxhighlight lang="bash"> /usr/local/cpanel/cpkeyclt </syntaxhighlight>