This fork can configure network interfaces managed by NetworkManager.
- Connect and disconnect Wi-Fi networks
- Show current interface information (IPv4/IPv6, gateway, DNS)
- Change Ethernet IPv4 settings
- Change IPv4 settings of active Wi-Fi profiles
- Switch between DHCP and static IPv4 configuration
- Configure subnet mask/prefix, gateway and DNS servers
Tested logic is based on nmcli / NetworkManager.
This adapter assumes that the iobroker user may execute the following command:
/usr/bin/nmcli
You can add the rights by calling:
sudo chmod +x /opt/iobroker/node_modules/iobroker.wireless-settings/wlan_rights.sh
sudo /opt/iobroker/node_modules/iobroker.wireless-settings/wlan_rights.sh- Applying new network settings can briefly interrupt the current Admin connection.
- When the device IP changes, reopen ioBroker Admin with the new address.
- For Ethernet interfaces without an existing profile, the adapter creates a dedicated NetworkManager profile automatically.
- Detect docker
- Added editable Ethernet and IPv4 settings in the Admin UI
- Added DHCP/static IPv4 switching with subnet, gateway and DNS handling
- Improved command execution by using argument-based process calls instead of raw shell strings
- Migrated GUI to vite
- (@GermanBluefox) Updated for raspberry 5
- (@GermanBluefox) Change name to "wireless-settings"
- (@GermanBluefox) Change name to "network-settings"
- (@GermanBluefox) Change name to "network-settings"
- (@GermanBluefox) Updated the GUI to the latest version
- (ioBroker) fixed build scripts
- (ioBroker) initial release
MIT License
Copyright (c) 2021-2026 @GermanBluefox dogafox@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

