1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-06 18:35:40 +02:00
tldr/pages/linux/nmtui.md
2025-07-25 17:28:39 +00:00

26 lines
572 B
Markdown

# nmtui
> Text user interface for controlling NetworkManager.
> Use `<ArrowKeys>` to navigate, `<Enter>` to select an option.
> See also: `nmcli`.
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmtui.html>.
- Open the user interface:
`nmtui`
- List 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`