0% found this document useful (0 votes)
571 views

How - To - Use - Pritunl - Linux and iOS

The document provides instructions for downloading and installing the OPENVPN client on several operating systems, including Arch Linux, Ubuntu 16.04/18.04/19.10, Fedora 31, MacOS, and Windows. It describes adding specific software repositories, importing and running VPN configurations using the client to connect to VPN servers.

Uploaded by

Jeffri Ardian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
571 views

How - To - Use - Pritunl - Linux and iOS

The document provides instructions for downloading and installing the OPENVPN client on several operating systems, including Arch Linux, Ubuntu 16.04/18.04/19.10, Fedora 31, MacOS, and Windows. It describes adding specific software repositories, importing and running VPN configurations using the client to connect to VPN servers.

Uploaded by

Jeffri Ardian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Download And Insttalation

Source
Download OPENVPN Client in https://client.pritunl.com/

Install in Arch Linux


sudo tee -a /etc/pacman.conf << EOF
[pritunl]
Server = https://repo.pritunl.com/stable/pacman
EOF

sudo pacman-key --keyserver hkp://keyserver.ubuntu.com -r


7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo pacman-key --lsign-key 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo pacman -Sy
sudo pacman -S pritunl-client-electron
sudo pacman -S pritunl-client-electron-numix-theme

Install in Ubuntu 16.04


sudo tee /etc/apt/sources.list.d/pritunl.list << EOF
deb http://repo.pritunl.com/stable/apt xenial main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv


7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client-electron

Install in Ubuntu 18.04


sudo tee /etc/apt/sources.list.d/pritunl.list << EOF
deb http://repo.pritunl.com/stable/apt bionic main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv


7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client-electron

Install in Ubuntu
sudo tee /etc/apt/sources.list.d/pritunl.list << EOF
deb http://repo.pritunl.com/stable/apt disco main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv


7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client-electron
Install in Fedora 31
sudo tee /etc/yum.repos.d/pritunl.repo << EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/fedora/31/
gpgcheck=1
enabled=1
EOF

gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys


7568D9BB55FF9E5287D586017AE645C0CF8E292A
gpg --armor --export 7568D9BB55FF9E5287D586017AE645C0CF8E292A > key.tmp; sudo rpm
--import key.tmp; rm -f key.tmp
sudo dnf install pritunl-client-electron

Install in MacOS
download in https://github.com/pritunl/pritunl-client-electron/releases/download/1.0.2317.40/
Pritunl.pkg.zip

Install in Windows
download in
https://github.com/pritunl/pritunl-client-electron/releases/download/1.0.2317.40/Pritunl.exe

Double Click and Next until Finish


Import And Running VPN

Click Import and Choose Certificate vpn *.ovpn. Example : I import Using dubai.ovpn

Figure 1: Before Import


Now you can see Name “dubai”, Click , and Clieck Connect (Button Green Color).

Figure 2: After Import


Figure 3: Try Connect
If Status Connect, you got IP Address Private 10.9.0.X or if you using Certficate Firstwap MCC you
got ip private 192.168.134.X

Figure 4: Status Connected

You might also like