npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.wireless-settings

v1.2.2

Published

Network settings adapter for Raspberry Pi and Linux devices managed by NetworkManager

Downloads

378

Readme

Logo

ioBroker.wireless-settings

NPM version Downloads Number of Installations (latest) Number of Installations (stable) Dependency Status Known Vulnerabilities

NPM

Adapter for Wi-Fi and Ethernet settings on Raspberry Pi / Linux

This fork can configure network interfaces managed by NetworkManager.

Supported functions

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

Required permissions

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

Notes

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

Changelog

1.2.2 (2026-04-19)

  • Detect docker

1.2.1 (2026-04-19)

  • 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

1.0.2 (2024-10-04)

  • (@GermanBluefox) Updated for raspberry 5
  • (@GermanBluefox) Change name to "wireless-settings"

0.4.0 (2024-10-03)

  • (@GermanBluefox) Change name to "network-settings"

0.3.0 (2023-06-27)

  • (@GermanBluefox) Change name to "network-settings"

0.2.2 (2023-06-27)

  • (@GermanBluefox) Updated the GUI to the latest version

0.1.0 (2021-01-18)

  • (ioBroker) fixed build scripts

0.0.1 (2021-01-18)

  • (ioBroker) initial release

License

MIT License

Copyright (c) 2021-2026 @GermanBluefox [email protected]

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.