Cannot log into Nord VPN

I have been able to add the repo and install the nordvpn package from apt. However, when attempting to log in from the command line, I get the following:

$ sudo nordvpn login
Continue in the browser: 

The link redirects to the Nord VPN login on the browser, which I am able to successfully do, however when it attempts to redirect to the NordVPN app, nothing happens. Selecting the NordVPN app from the applications list in the side bar does not successfully start the application either.

The last time I tried logging in from another linux PC I was able to login directly from the command line without any issues. Any ideas on what I'm missing?

4

2 Answers

I had the same problem and found a solution in this forum:

The gist is: you can use nordvpn login --legacy​ in order to avoid the browser.

4

nordvpn help login will give you hints.

The default, browser based login worked for me, but instead of opening the link at the success page, I copied the nordvpn://... url, and finished logging in in the console by usingnordvpn login --callback "nordvpn://success-uri-I-copied-from-browser".

After this, login was successful.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like