

- PRITUNL INSTALL UBUNTU 20.04 HOW TO
- PRITUNL INSTALL UBUNTU 20.04 UPDATE
- PRITUNL INSTALL UBUNTU 20.04 DOWNLOAD


Let's get started, I assume that you have an Ubuntu/Debian instance running and that you are connected to it. If you want to increase the speed of the VPN you have to increase the size of the VPS. You are dependent on the outgoing network speed. One of the advantages of Scaleway is that you don't pay for outgoing traffic. If you manage to snatch a Stardust instance you'll be able to run your VPN for less than $2 a month. Scaleway is a great alternative to Digital Ocean. After logging in click Create Droplet then follow the tutorial to install Pritunl on your VPS. If you have not created an account you may use the referral link to receive a $100 credit when creating an account. You can create a small droplet on Digital Ocean.
PRITUNL INSTALL UBUNTU 20.04 HOW TO
Now that you have your Pritunl VPN server up and running, Jack Wallen shows you how to connect the client.You are looking at installing your own VPN? Don't look further! Pritunl comes with a bunch of features that will make you regret paying for private VPN.īefore installing Pritunl you will need a VPS. In a recent how-to ( How to install the Pritunl VPN server on Ubuntu Server 20.04), I walked you through the process of installing the Pritunl VPN server on Ubuntu 20.04. This time around, we’re going to install the Pritunl client on Ubuntu Desktop 21.04 and connect it to the server. Of course, you can also install the client on macOS and Windows, and the connection process is the same on all platforms. SEE: Security incident response policy (TechRepublic Premium) What you’ll needįirst off, you must have the Pritunl VPN server up and running, so make sure you go through the steps in the article listed above.īut since Linux is my go-to operating system, I’ll be demonstrating the steps on that OS. You’ll also need a client machine (in this case Ubuntu Desktop 21.04), which can be running Linux, macOS, or Windows. For the Linux installation, you’ll also need a user with sudo privileges.
PRITUNL INSTALL UBUNTU 20.04 DOWNLOAD
Once the key is installed, add the repository with the command: Open a terminal window and download the necessary GPG keys with the command: We’ll be using the electron version of the Pritunl client. Sudo nano /etc/apt//pritunl.listĪlthough we’re working with 21.04, Pritunl doesn’t yet have a repository for the release. Fortunately, the client released for 20.04 works just fine. Sudo apt-get install pritunl-client-electron -y How to download your Pritunl fingerprintīefore you can connect the client, you must first download your Pritunl finger. Once you’ve saved the profile to your desktop, extract it with the command: To do that, log into the Pritunl server web interface, go to Users, and then click the download button for your user ( Figure A).įigure A To download your user profile, click the downward-pointing arrow. You should now see a new file ending with the.

Open the Pritunl client and click Import Profile ( Figure B).įigure B The Pritunl client is a no-frills, user-friendly tool for connecting to the server. You should now see the name of the profile listed. On that profile, click the Hamburger menu and select Connect ( Figure C).įigure C Connecting to the Pritunl server from the client. You will be prompted for the PIN you created for your profile on the server. Once the connection is made, your profile will be listed as Online ( Figure D).įigure D Our client has successfully connected to the server.Ĭongratulations, you are now connected to the Pritunl VPN server. Subscribe to TechRepublic’s How To Make Tech Work on YouTube for all the latest tech advice for business pros from Jack Wallen.Echo "deb $(lsb_release -sc) main" > /etc/apt//pritunl.list When you’ve finished, click the Hamburger menu and select Disconnect.
PRITUNL INSTALL UBUNTU 20.04 UPDATE
Run system update apt update Install Pritunl VPN client on Debian/Ubuntu Install Pritunl repository on Ubuntu/Debian apt install apt-transport-https dirmngr apt-key adv -keyserver hkp:// -recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A Pritunl profile how to# On desktop systems, you can install pritunl-client-electron VPN client package apt install pritunl-client-electron Once the repos are in place, run the command below to install Pritunl VPN client on Debian/Ubuntu.
