Manage Docker networks directly from the Unraid web UI.
In Unraid, go to Apps and search for:
docker networks
In Unraid, go to Plugins → Install Plugin and paste:
https://raw.githubusercontent.com/mstrhakr/docker.networks/main/docker.networks.plg
- Open Docker → Networks.
- Click Refresh to load current networks.
- Click + Create Network to add a new network.
- Use Edit to update network description/metadata.
- Use Manage to connect or disconnect containers.
- Use Delete to remove custom networks.
Default/system networks (for example
bridge,host,none, and parent-interface system networks likebond0/eth0) are protected and cannot be deleted.
- If the UI looks stale after an update, do a hard refresh: Ctrl+Shift+R.
- If network actions fail, ensure Docker is running on Unraid.
- Issues: GitHub Issues