cpanel whm installation guide.png 1

How to install cPanel on linux VPS Server

About cPanel: cPanel is a web hosting control panel software developed by cPanel, LLC. It provides a graphical interface and automation tools designed to simplify the process of hosting a web site to the website owner or the “end user”. It enables administration through a standard web browser using a three-tier structure.

Basic Need For installing cPanel on VPS

  1. No Control Panel should be install over server.
  2. VPS should be fresh installed

Lets Start the Installing Process…

  1. Setup a hostname

    Hostname :- A hostname is a unique identifier for a device that’s connected to a computer network.

    1. Hostname Setup command
      1. hostname (hostname abc.server.com)
      2. hostnamectl (hostnamectl set-hostname abc.server.com)
  2. Disable Network Manager
      1. #systemctl stop NetworkManager
      2. #systemctl disable NetworkManager
  3. Install Cpanel on VPS Server
    1. #cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
Scroll to Top