Collapse

Announcement

Collapse
No announcement yet.

How to build a server and install cpanel ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to build a server and install cpanel ?

    Hi

    Please guide me through steps on how to build a linux server from OVH control panel and then install cpanel and configure it ?


  • #2
    Hi,

    The installation steps are as follows:

    1. Login to the OVH Panel: Click on the Dedicated Servers section and select the server you want to install or reinstall.

    2. Dashboard: A new windows opens that has server information in it. In the General Information section you will see "System (OS) Not Installed and an install link following it. Click on it..

    Click image for larger version

Name:	1.png
Views:	6
Size:	46.2 KB
ID:	129






    3. Initiating Install: Installation begins and enters into next step to ask you whether you want to install it from their template or your own template.. Select "Install from an OVH template".
    Click image for larger version  Name:	2.png Views:	1 Size:	18.4 KB ID:	124








    4. OS selection: Choose the OS you want to install and customize the partition. Click Next.
    Click image for larger version  Name:	3.png Views:	1 Size:	63.5 KB ID:	125







    5. Partition Layout: Configure the appropriate partitions and RAID as per your server role and functionality. System Administrator knows this after the he has analyzed it. Screenshot shows default one, but you have to change it as per your infrastructure requirement and preference.
    Click image for larger version  Name:	4.png Views:	1 Size:	40.6 KB ID:	126







    6. Finalizing: Asks for a confirmation on configuration you did so far to review it. Here you can select to continue installation from OVH kernel or stock kernel (This is user choice after analysing future requirements of the server)
    Click image for larger version  Name:	5.png Views:	1 Size:	56.0 KB ID:	127







    7. Click Confirm and the installation starts.

    After you confirm, 8 phases of installation will start and at the end, it will send you the server login password on your registered email address..

    You can login to it and configure it further..
    Last edited by Jayant R. Danech; 11-10-2017, 06:15 PM.

    Comment


    • #3
      Thanks for the detailed explanation
      Last edited by Jayant R. Danech; 11-12-2017, 11:33 AM.

      Comment


      • #4
        Once you have server login details, now you need to install the cPanel on it. Kindly run following command to install cPanel,

        Code:
        cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
        Once cPanel installed, you may need to reboot the server. It depends if your kernel is updated. Once cPanel installed you can configure it further by logging into WHM..

        Comment

        Working...
        X