LinuxCommandLibrary

nordvpn

Command-line interface for NordVPN.

TLDR

Interactively log into a NordVPN account

$ nordvpn login
copy


Display the connection status
$ nordvpn status
copy


Connect to the nearest NordVPN server
$ nordvpn connect
copy


List all available countries
$ nordvpn countries
copy


Connect to a NordVPN server in a specific country
$ nordvpn connect [Germany]
copy


Connect to a NordVPN server in a specific country and city
$ nordvpn connect [Germany] [Berlin]
copy


Set autoconnect option
$ nordvpn set autoconnect on
copy

Copied to clipboard