2020-03-06 18:10:05 +01:00
|
|
|
# nmcli device
|
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
> Manage network interfaces and establish new Wi-Fi connections using NetworkManager.
|
2024-10-10 10:22:22 +02:00
|
|
|
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
2020-03-06 18:10:05 +01:00
|
|
|
|
|
|
|
- Print the statuses of all network interfaces:
|
|
|
|
|
2025-07-20 01:37:29 +03:00
|
|
|
`nmcli {{[d|device]}}`
|
2020-03-06 18:10:05 +01:00
|
|
|
|
|
|
|
- Print the available Wi-Fi access points:
|
|
|
|
|
2025-07-20 01:37:29 +03:00
|
|
|
`nmcli {{[d|device]}} {{[w|wifi]}}`
|
2020-03-06 18:10:05 +01:00
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
- Connect to a Wi-Fi network with the specified SSID (you will be prompted for a password):
|
2020-03-06 18:10:05 +01:00
|
|
|
|
2025-07-20 01:37:29 +03:00
|
|
|
`nmcli {{[d|device]}} {{[w|wifi]}} {{[c|connect]}} {{ssid}} {{[-a|--ask]}}`
|
2021-01-28 11:08:26 +01:00
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
- Print the password and QR code for the current Wi-Fi network:
|
2021-01-28 11:08:26 +01:00
|
|
|
|
2025-07-20 01:37:29 +03:00
|
|
|
`nmcli {{[d|device]}} {{[w|wifi]}} {{[s|show-password]}}`
|
2025-07-25 22:36:05 +03:00
|
|
|
|
|
|
|
- Print detailed information about a device:
|
|
|
|
|
|
|
|
`nmcli {{[d|device]}} {{[sh|show]}} {{wlan0}}`
|