How to install cPanel in centos.
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.
-
To install cPanel in centos server.
- Our server should be fresh (no other or old cPanel install).
- if server is already installed, please reinstall the centos OS.
1.
make host name of your server
#hostname abc.server.com (abc.server.com -> your hostname)
2.
Stop network manager
#systemctl stop NetworkManager
#systemctl disable NetworkManager
3.
Finally Run cPanel install CMD
#cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
Wait for some time after successfully installation of cPanel you will came to root as #.