logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control iwd with iwctl - Network Management | Online Free DevTools by Hexmos

Control your network with iwctl, a command-line interface for iwd. Manage Wi-Fi connections, scan for networks, and troubleshoot connectivity issues. Free online tool, no registration required.

iwctl

Control the iwd network supplicant. More information: https://manned.org/iwctl.

  • Run iwctl in interactive mode:

iwctl

  • Display Wi-Fi stations:

iwctl station list

  • Look for networks with a station:

iwctl station {{station}} scan

  • Display the networks found by a station:

iwctl station {{station}} get-networks

  • Connect to a network with a station, if credentials are needed they will be asked:

iwctl station {{station}} connect {{network_name}}

  • Display help:

iwctl {{[-h|--help]}}

See Also