In some server provider when you try to install cPanel it asks you to disable network manager so just use below command and install cPanel normally.
Command to Disable Network Manager:
systemctl stop NetworkManager.service
systemctl disable NetworkManager.service