Installing Nordvpn does not create nordvpn folders

I installed linux mint on a server and i’m now trying to install nordvpn.

I followed the instructions on Nordvpn’s website

  1. Download the NordVPN Linux client by opening the terminal, writing the command below, and following any on-screen instructions:

sh <(curl -sSf https://downloads.nordcdn.com/apps/linux/install.sh)

:camera:

Note*: If you do not have a* curl package, evidenced by the fact that the above does not work, you can alternatively use this command:
sh <(wget -qO - https://downloads.nordcdn.com/apps/linux/install.sh)

Additionally, if you receive the following issue: Whoops! Permission denied accessing /run/nordvpn/nordvpnd.sock, all you need to do is write the following command: sudo usermod -aG nordvpn $USER and then reboot your device.

I use the provided command and it seems to install, but when I try to login, I get the error the mention in the end but running their command does not do anything…

If I look into at the path, the /run/nordvpn folder does not exist…

What am I doing wrong?

Did you follow the instructions, issuing the command shown and rebooting?

yes, I followed all the commands shown. Reboot server, checked nordvpn service is Active, yet if I try to do nordvpn login I get the sock error…

Could it have installed somewhere else?? If the service is active, it should be installed right?