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
- No Control Panel should be install over server.
- VPS should be fresh installed
Lets Start the Installing Process…
-
Setup a hostname
Hostname :- A hostname is a unique identifier for a device that’s connected to a computer network.
- Hostname Setup command
- hostname (hostname abc.server.com)
- hostnamectl (hostnamectl set-hostname abc.server.com)
- Hostname Setup command
- Disable Network Manager
-
- #systemctl stop NetworkManager
- #systemctl disable NetworkManager
-
- Install Cpanel on VPS Server
- #cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest