How to 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
  • 32 Users Found This Useful
Was this answer helpful?

Related Articles

Can I have multiple users in cPanel?

Yes, in cPanel you can add multiple users. When logged into cPanel, click the people icon to the...

How to force cPanel backups through SSH

All you need to do is run this one line from SSH from your cPanel based server that has the new...

The difference between Addon, Parked, and Sub Domains?

There are three domain types. (Parked, Sub Domains, Add on, )1. Parked domain: A parked domain is...

What is cPanel and WHM?

cPanel is a server management program used to help website owners easily be able to manage...

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....