2

I can't make NordVPN work on Manjaro.

I git cloned the repo, run makepkg -d in order to build it and resolve dependencies and then run

sudo pacman -U nordvpn-bin-3.3.1_3-1-x86_64.pkg.tar.xz

But trying to execute any nordvpn-related command (login, connect, etc.) results in an error

Whoops! Cannot reach User Daemon

Any tips?

EagleOne
  • 393
  • 1
  • 3
  • 12

1 Answers1

2

As shown in Manjaro Forums, after installing the nordvpn package, it is needed to enable/start the service daemon to use it, by executing:

sudo systemctl enable --now nordvpnd

Thus solving this issue

EagleOne
  • 393
  • 1
  • 3
  • 12