How do I disable network manager?

Disable NetworkManager on CentOS 6, CloudLinux 6, Red Hat Enterprise Linux 6 (RHEL), or Amazon Linux

service NetworkManager stop
chkconfig NetworkManager off

Disable NetworkManager on CentOS 7, CloudLinux 7, or RHEL 7

systemctl stop NetworkManager.service
systemctl disable NetworkManager.service

  • disable network manager, cpanel, network manager
  • 320 Users Found This Useful
Was this answer helpful?

Related Articles

Your IP address has changed cPanel log in error. Here’s how to fix It and why

Your IP address has changed. Please log in again. There are 3 main situations in which this...

How do I add/create a MySQL database?

It is easy once you get used to it. Here is how to make a MySQL database connection ready....

How do I back up any part of my website?

We all know how important it is to back up your website. That is why Web Host Pro made sure it's...

How do I remove and add files on a new website?

Most new web hosting plans have a placeholder page or folder to show the website is working....

Why do I get a MySQL max_user_connections error?

The maximum number of simultaneous connections to your MySQL database is 25. This normally is not...