Help Center/ Huawei Cloud EulerOS/ User Guide/ NetworkManager Selection and Usage Guide
Updated on 2025-07-21 GMT+08:00

NetworkManager Selection and Usage Guide

NetworkManager Selection

NetworkManager is a more powerful alternative to the network service. NetworkManager is used as the mainstream network management tool in the new OS. The network service is more suitable for users who are familiar with command lines and parameter settings, while NetworkManager is more suitable for common users or situations that require automatic network connection management. In most Linux distributions, NetworkManager has become the default network management tool.

NetworkManager and network cannot be used at the same time.

How to Use NetworkManager

  • Check the NetworkManager status.
    systemctl status NetworkManager
  • Stop NetworkManager.
    systemctl stop NetworkManager
  • Restart NetworkManager.
    systemctl restart NetworkManager