2018-01-19 19:04:49 +00:00
|
|
|
# nmtui
|
|
|
|
|
|
|
|
> Text user interface for controlling NetworkManager.
|
|
|
|
> Use arrow keys to navigate, enter to select an option.
|
2021-11-01 15:09:20 +00:00
|
|
|
> More information: <https://networkmanager.dev/docs/api/latest/nmtui.html>.
|
2018-01-19 19:04:49 +00:00
|
|
|
|
|
|
|
- Open the user interface:
|
|
|
|
|
|
|
|
`nmtui`
|
|
|
|
|
|
|
|
- Show a list of available connections, with the option to activate or deactivate them:
|
|
|
|
|
|
|
|
`nmtui connect`
|
|
|
|
|
|
|
|
- Connect to a given network:
|
|
|
|
|
|
|
|
`nmtui connect {{name|uuid|device|SSID}}`
|
|
|
|
|
|
|
|
- Edit/Add/Delete a given network:
|
|
|
|
|
|
|
|
`nmtui edit {{name|id}}`
|
|
|
|
|
|
|
|
- Set the system hostname:
|
|
|
|
|
|
|
|
`nmtui hostname`
|