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.
|
2022-07-30 14:23:57 +02:00
|
|
|
> This subcommand can also be called with `nmcli d`.
|
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:
|
|
|
|
|
|
|
|
`nmcli device status`
|
|
|
|
|
|
|
|
- Print the available Wi-Fi access points:
|
|
|
|
|
|
|
|
`nmcli device wifi`
|
|
|
|
|
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
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
`nmcli --ask device wifi connect {{ssid}}`
|
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
|
|
|
|
|
|
|
`nmcli device wifi show-password`
|