For those who’re seeking to make use of a strong VPN service for distant staff, NordLayer VPN is an impressive choice. Learn the way to put in and use the consumer on each Ubuntu Desktop and Fedora 36.

NordLayer VPN (formally known as NordVPN Groups) is a VPN-based community safety answer that may serve nearly any sized enterprise and permits admins to handle connections from a distant, web-based dashboard. However on the person facet, NordLayer is a VPN service with over 30+ international areas that provide robust AES-256 encryption, a kill swap, menace blocking, jailbroken/rooted gadget detection and auto-connect.
SEE: Cellular gadget safety coverage (TechRepublic Premium)
As a NordLayer VPN admin, you may management the login technique sorts, safety configurations and extra.
Perceive, though the NordLayerclient software is free, the service just isn’t. You may subscribe to totally different plans that begin at $7/person/month and go as much as $9/person/month. It additionally must be famous that NordLayer VPN isn’t a device for customers. As an alternative, this VPN answer is all about enterprise and making it far simpler for corporations to remotely handle employees members’ capability to make use of VPNs for his or her networks. So, if it is advisable to guarantee your distant employees is working with a safe community at dwelling (or simply about wherever), NordLayer could be simply the factor you want.
What I need to do right here is stroll you thru the method of putting in the NordLayer VPN consumer on Linux. Though the applying could be put in on practically each platform (Linux, macOS, Home windows, Android, and iOS), the steps for putting in and utilizing it on Linux aren’t practically so simple as on the opposite platforms.
With that mentioned, let’s set up.
What you’ll want
The one belongings you’ll get the consumer put in are a working occasion of Linux and a person with sudo privileges. I’ll exhibit the set up on each Ubuntu Desktop 22.04 and Fedora 36.
Find out how to set up NordLayer on Ubuntu Desktop
First, we’ll run the set up on Ubuntu Desktop. Log into your desktop, open your net browser to the NordLayer obtain web site and obtain the .deb file. Save that file to your ~/Downloads listing.
Subsequent, open a terminal window and subject the command:
sudo dpkg -i ~/Downloads/nordlayer*.deb
The above command doesn’t truly set up the NordLayer consumer, however the repository housing the required packages. After the set up completes, replace apt with:
sudo apt replace
Lastly, set up NordLayer with:
sudo apt set up nordlayer -y
As soon as the set up completes, add your person to the nordlayer group with:
sudo usermod -aG nordlayer $USER
Make the system conscious of the adjustments with:
newgrp nordlayer
Find out how to set up NordLayer on Fedora 36
The set up on Fedora 36 is considerably related. Obtain the .rpm file from the Downloads web page and put it aside to your ~/Downloads file. Open a terminal window and set up the repository with:
sudo rpm -i ~/Downloads/nordlayer*.rpm
With that full, set up NordLayer with:
sudo dnf set up nordlayer -y
Add your person to the nordlayer group with:
sudo usermod -aG nordlayer $USER
Make the system conscious of the adjustments with:
newgrp nordlayer
Find out how to use NordLayer
On Linux, all the pieces is completed through the command line. You may test the standing of your NordLayer reference to:
nordlayer standing
That command ought to report again one thing like this:
Login: Not logged in
VPN: Not Related
Present community: wired connection
When the admin setup NordLayer on your firm they’ll have created a company. For those who subject the command the next command, you’ll first be requested for the organizational title:
nordlayer login
When you enter the group title, you’ll be prompted to pick out which login technique to make use of. The choices will rely on what your administrator has allowed. Say, as an illustration, your admin has enabled electronic mail login. For that, you’d kind the e-mail related along with your NordLayer account adopted by the password related along with your electronic mail deal with.
SEE: 20 good habits community directors want–and 10 habits to interrupt (free PDF) (TechRepublic)
Upon profitable authentication, your system can be linked however you then want to pick out a gateway to make use of. To record the out there gateways, subject the command:
nordlayer gateways
Say, for instance, you need to hook up with the UK gateway. For that, you’d then subject the command:
nordlayer join uk
At this level, you are actually linked to the UK gateway of NordLayer and your entire community knowledge is encrypted.
While you need to disconnect from the gateway, subject the command:
nordlayer d
And that, my associates, is how you put in and use the NordLayer VPN consumer on Linux.
Subscribe to TechRepublic’s How To Make Tech Work on YouTube for all the newest tech recommendation for enterprise professionals from Jack Wallen.