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}}`
|
2022-03-24 10:32:45 +03:00
|
|
|
|
|
|
|
- Connect to a NordVPN server in a specific country and city:
|
|
|
|
|
2025-08-01 10:14:02 +03:00
|
|
|
`nordvpn {{[c|connect]}} {{Germany}} {{Berlin}}`
|
2022-03-24 10:32:45 +03:00
|
|
|
|
|
|
|
- Set autoconnect option:
|
|
|
|
|
2025-08-01 10:14:02 +03:00
|
|
|
`nordvpn {{[s|set]}} autoconnect on`
|