Got following error while installing cPanel on centos based server ?
593 (ERROR): ********************* ERROR *********************
594 (ERROR): NetworkManager is installed and running, or
595 (ERROR): configured to startup.
96 (ERROR):
597 (ERROR): cPanel does not support NetworkManager enabled
598 (ERROR): systems.The installation cannot proceed.
599 (ERROR):
(ERROR): See https://go.cpanel.net/disablenm for more
601 (ERROR): information on disabling Network Manager.
602 (ERROR): ********************* ERROR *********************
603 (FATAL): Exiting…
Here is the quick fix to resolve the problem :
Run both the commands and then restart the installation of cPANEL
systemctl stop NetworkManager.service
systemctl disable NetworkManager.service