Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: cPanel/ WHM Installation  (Read 2020 times)

0 Members and 2 Guests are viewing this topic.

nidhinjo

  • Guest
cPanel/ WHM Installation
« on: March 17, 2018, 10:42:53 pm »
In order to connect to the server use below steps,

1.) Connecting to your server remotely via SSH


    a.) Open the command line interface (using a terminal application).
    b.) Run the command ssh root@$IP (where $IP represents your target server’s IP address).
    c.) Enter your server’s root password.

2.) Connecting to your server from a Windows® PC via PuTTy

    a.) Download the client from the PuTTy site and install.
    b.) Open the client.
    c.) In the Sessions menu, enter your server’s IP address.
          ->You should make sure the SSH button is selected.
    d.) Click Open.
    e.) Enter your server’s root password.

Once the steps are finish, kindly run the below yum command to respective one.

   >> Yum users should run the following command:
Code: [Select]
    #yum install perl
    >>Up2date users should run the following command:
Code: [Select]
# up2date -i perl
    >>In-order to install cPanel & WHM, run these commands:

   
Code: [Select]
cd /home — Opens the /home directory.
    wget -N http://httpupdate.cpanel.net/latest — Fetches the latest installation files from cPanel’s servers.
    sh latest — Opens and executes the installation files.

   >>If licensing fails (due to a strict firewall or modified IP), run the command /usr/local/cpanel/cpkeyclt to activate your cPanel & WHM license.=====

3.) Installing cPanel DNSONLY

    >>To install cPanel DNSONLY, run these commands:

Code: [Select]
    cd /home — Opens the /home directory.
    wget -N http://httpupdate.cpanel.net/latest-dnsonly — Fetches the latest installation files from cPanel’s servers.
    sh latest-dnsonly — Opens and executes the installation files.

4.)Getting started with WHM

    >> In-order to access the WHM interface:

    >> Enter https://$IP:2087 into your preferred web browser.

Code: [Select]
   $IP >>represents your server’s IP address.
   Username : root
   Password : <root password>
    Click Log In button.

>>>>>>>>>>>>>>>>>>>>>>>>>>That's It :)<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<