무엇을 도와드릴까요?

주제

Connect to NordVPN (Windows) with Command Prompt

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:

  1. 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)
  1. nordvpn -d or nordvpn --disconnect - Disconnect from the VPN.
이 게시글이 도움이 되었나요?
감사해요!