Installation cPanel & WHM On Centos 7 Print

  • 1

Step 1

Centos 7 - disable NetworkManager on CentOS / RHEL 7

 

Stop the NetworkManager service:

# systemctl stop NetworkManager

 

Step 2

Disable the service permanently:

# systemctl disable NetworkManager

 

Step 3

To confirm the NetworkManager service has been disabled

# systemctl list-unit-files | grep NetworkManager

 

Step 4

Disable SELinux
# sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config

 

Step 5

Reboot your VPS
# init 6

 

Installation cPanel & WHM on Centos 7

https://docs.cpanel.net/installation-guide/install/

 

Step 1

Run:
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

 

Estimated complete installation runtime 45 minutes


Was this answer helpful?

« Back

Powered by WHMCompleteSolution