1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 17:15:41 +02:00
tldr/pages/linux/nordvpn.md

33 lines
683 B
Markdown
Raw Normal View History

2021-08-22 14:58:07 +02:00
# nordvpn
> Command-line interface for NordVPN.
2025-07-31 14:33:14 -07:00
> More information: <https://support.nordvpn.com/hc/en-us/articles/20196094470929-Installing-NordVPN-on-Linux-distributions>.
2021-08-22 14:58:07 +02:00
- Interactively log into a NordVPN account:
`nordvpn login`
- Display the connection status:
`nordvpn status`
- Connect to the nearest NordVPN server:
2025-08-01 10:14:02 +03:00
`nordvpn {{[c|connect]}}`
2021-08-22 14:58:07 +02:00
- List all available countries:
`nordvpn countries`
- Connect to a NordVPN server in a specific country:
2025-08-01 10:14:02 +03:00
`nordvpn {{[c|connect]}} {{Germany}}`
- Connect to a NordVPN server in a specific country and city:
2025-08-01 10:14:02 +03:00
`nordvpn {{[c|connect]}} {{Germany}} {{Berlin}}`
- Set autoconnect option:
2025-08-01 10:14:02 +03:00
`nordvpn {{[s|set]}} autoconnect on`