Electrical-Forenics Home ray@RayFranco.com                       601.529.7473

   Updated January 17, 2026

   © Dr. Ray Franco, PhD, PE  :  2021-2026

Disable or Remove Netplan from a Raspberry Pi

To disable Netplan on a Raspberry Pi, you can change the renderer in the Netplan configuration files located in /etc/netplan/ to networkd or NetworkManager, or simply remove or rename the Netplan configuration files. This will allow you to manage your network settings using other tools instead of Netplan.

Method 1: Change the Renderer

  1. Access the Configuration Files
    Navigate to the Netplan configuration directory:
     
    /etc/netplan/
     
  2. Edit the Configuration File
    Open the YAML file (e.g., 00-netplan.yaml) in a text editor:
     
    sudo vi /etc/netplan/00-netplan.yaml
     
  3. Change the Renderer
    Modify the renderer line to either networkd or NetworkManager. For example:
     
    yaml
     
     
    network:
     
    version: 2
     
    renderer: networkd or NetworkManage
     
  4. Apply Changes
    Save the file and run the following command to apply the changes:
     
    sudo netplan apply

Method 2: Remove or Rename Configuration Files

  1. Remove Configuration Files
    If you prefer to disable Netplan completely, you can remove the configuration files:
     
    sudo rm /etc/netplan/*.yaml
     
  2. Rename Configuration Files
    Alternatively, you can rename the files to prevent Netplan from loading them:
     
    sudo mv /etc/netplan/*.yaml /etc/netplan/backup/

Conclusion

By following either of these methods, you can effectively disable Netplan on your Raspberry Pi and manage your network settings using other tools.

References

  1. Ubuntu with netplan and no NetworkManager
  2. Network Configuration for Debian, Ubuntu, Raspberry Pi OS on the Command Line
  3. YouTube : APC Back UPS 1500 Battery Replacement model OM-99076A
  4. YouTube : How to Replace Batteries in an APC Back-UPS 1500
  5. YouTube : Fixing an APC battery backup that had dead batteries with aftermarket ones saving $$$

© Copyright Dr. Ray Franco, PhD, PE | 2006-2026. All rights reserved.


tracking no cookies finger printing Valid HTML 4.01 Transitional Valid CSS!   .