--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # nordvpn > Command-line interface for NordVPN. > More information: . - Interactively log into a NordVPN account: `nordvpn login` - Display the connection status: `nordvpn status` - Connect to the nearest NordVPN server: `nordvpn connect` - List all available countries: `nordvpn countries` - Connect to a NordVPN server in a specific country: `nordvpn connect {{Germany}}` - Connect to a NordVPN server in a specific country and city: `nordvpn connect {{Germany}} {{Berlin}}` - Set autoconnect option: `nordvpn set autoconnect on`