qdm12 / gluetun-wiki

Home to the Markdown Wiki page for Gluetun
MIT License
274 stars 31 forks source link

Nordvpn - Obtain your Wireguard private key via docker no longer work #15

Closed trungkien006 closed 9 months ago

trungkien006 commented 9 months ago

URL to the Wiki page

https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/nordvpn.md#obtain-your-wireguard-private-key

What's incorrect?

Nordvpn - Obtain your Wireguard private key via docker no longer work https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/nordvpn.md#obtain-your-wireguard-private-key If you need TOKEN to test it, please let me know, I am happy to help.

docker run --rm --cap-add=NET_ADMIN \ -e TOKEN='e9fxxxxx' ghcr.io/bubuntux/nordlynx:get_private_key Waiting for daemon to start up... A new version of NordVPN is available! Please update the application. Welcome to NordVPN! You can now connect to VPN by using 'nordvpn connect'. A new version of NordVPN is available! Please update the application. Technology is already set to 'NORDLYNX'. A new version of NordVPN is available! Please update the application. Connecting to Singapore #514 (sg514.nordvpn.com) Whoops! Connection failed. Please try again. If the problem persists, contact our customer support. ############################################################ Device "nordlynx" does not exist. IP: Unable to access interface: No such device Private Key: \(^O^)/ ############################################################

joeydh commented 9 months ago

I have the same problem, were you able to find another way to get the private key

JAKAMI99 commented 9 months ago

NordVPN changed some things in the backend. They revoked all private-keys. You need to retrieve your private-key over their web interface again under manual setup. Lately, you need to confirm the creation of a private key by mail. Will have something to do with stolen NordVPN accounts, where people use the private-key from a 3rd party account.

qdm12 commented 9 months ago

@JAKAMI99 thanks!

Was this retrieval possible before, or is this a new feature on their web interface? And is this feature to stay? I would rather get it from the interface and drop the dependency on the docker image / nordlynx to get it ideally. Thanks!

qdm12 commented 9 months ago

I updated the wiki with what you mentioned @JAKAMI99 please open another issue if this doesn't resolve it to get your private key. Thanks!

sebastianvelezg commented 8 months ago

is it not possible to get the wireguard key now?? or is there a way??

cedvan commented 8 months ago

@sebastianvelezg this method work : https://gist.github.com/bluewalk/7b3db071c488c82c604baf76a42eaad3

aounakram commented 6 months ago

@sebastianvelezg this method work : https://gist.github.com/bluewalk/7b3db071c488c82c604baf76a42eaad3

This is the only way that worked for me. I didn't want to install NordVPN and Wireguard on my host system (Synology), so I ended up running an ubuntu VM, and doing the process on there. Retrieved the key, disconnected from Nord on the VM and shut it down, and then added and rebuilt my docker compose "project". No errors, and works well! Thanks for the link @sebastianvelezg !