To connect to NordVPN app using the Command prompt, you must first navigate to the directory of NordVPN installation by entering the following command:
cd "C:\Program Files\NordVPN\"
Change the directory if it is not in the default path.
After that, enter any of these commands:
- nordvpn -c
or
nordvpn --connect - Quick connect to VPN. Use additional arguments to connect to the wanted server:
- nordvpn -c -n <name>
or
nordvpn -c --server-name <name> - Connect to server by Name.
Example: nordvpn -c -n "United States #3710"
- nordvpn -c -g <group>
or
nordvpn -c --group-name <group> - Connect to best server in specified group (specialty server group name or country).
Example: nordvpn -c -g "United States" (connect to a specific country)
or
nordvpn -c -g "Dedicated IP" (connect to a specific specialty server group)
- nordvpn -d or nordvpn --disconnect - Disconnect from the VPN.