• Stars
    star
    122
  • Rank 289,382 (Top 6 %)
  • Language
    Python
  • License
    Other
  • Created over 10 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Replaced with https://github.com/pritunl/pritunl-client-electron

pritunl-client: pritunl vpn client

github twitter

Pritunl is an open source vpn client for Pritunl. Documentation and more information can be found at the home page client.pritunl.com

Stable Repository

archlinux desktop

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-gtk

archlinux server

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

pacman-key --keyserver hkp://keyserver.ubuntu.com -r 7568D9BB55FF9E5287D586017AE645C0CF8E292A
pacman-key --lsign-key 7568D9BB55FF9E5287D586017AE645C0CF8E292A
pacman -Sy
pacman -S pritunl-client

antergos desktop

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-gtk

centos 7 desktop

sudo tee -a /etc/yum.repos.d/pritunl.repo << EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/centos/7/
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 yum install pritunl-client-gtk

centos 7 server

sudo tee -a /etc/yum.repos.d/pritunl.repo << EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/centos/7/
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 yum install pritunl-client

amazon linux server

sudo tee -a /etc/yum.repos.d/pritunl.repo << EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/centos/7/
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 yum install pritunl-client

debian jessie desktop

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt jessie main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client-gtk

debian jessie server

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt jessie main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client

debian strech desktop

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt strech main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client-gtk

debian strech server

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt strech main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client

fedora 28 desktop

sudo tee -a /etc/yum.repos.d/pritunl.repo << EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/fedora/28/
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-gtk

fedora 28 server

sudo tee -a /etc/yum.repos.d/pritunl.repo << EOF
[pritunl]
name=Pritunl Stable Repository
baseurl=https://repo.pritunl.com/stable/yum/fedora/28/
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

ubuntu trusty desktop

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt trusty main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client-gtk

ubuntu trusty server

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt trusty main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client

ubuntu xenial desktop

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://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-gtk

ubuntu xenial server

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://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

ubuntu yakkety desktop

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt yakkety main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client-gtk

ubuntu yakkety server

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt yakkety main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client

ubuntu zesty desktop

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt zesty main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client-gtk

ubuntu zesty server

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt zesty main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client

ubuntu artful desktop

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt artful main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client-gtk

ubuntu artful server

sudo tee -a /etc/apt/sources.list.d/pritunl.list << EOF
deb https://repo.pritunl.com/stable/apt artful main
EOF

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A
sudo apt-get update
sudo apt-get install pritunl-client

License

Please refer to the LICENSE file for a copy of the license.

More Repositories

1

pritunl

Enterprise VPN server
Python
4,195
star
2

pritunl-client-electron

Pritunl OpenVPN client
Go
1,143
star
3

pritunl-zero

Zero trust system
Go
538
star
4

pritunl-cloud

Private cloud virtualization platform
Go
118
star
5

pritunl-link

Pritunl link client
Go
37
star
6

pritunl-web

Pritunl external web server
Go
30
star
7

pritunl-dns

Pritunl DNS mapping service
Go
29
star
8

archlinux

Docker build script for pritunl/archlinux base image
Python
23
star
9

pritunl-edgemax

Pritunl EdgeMax Plugin
HTML
19
star
10

pritunl-zero-client

Pritunl Zero SSH client
Python
18
star
11

pritunl-zero-docker

Pritunl Zero Docker image
Shell
17
star
12

terraform-provider-pritunl

Pritunl Terraform provider
Go
15
star
13

pritunl-bastion

Pritunl Zero bastion server
Shell
12
star
14

pritunl.github.io

Enterprise VPN server homepage
JavaScript
10
star
15

pritunl-pacur

Pritunl pacur repository
Shell
9
star
16

terraform-provider-mongodbatlas

Terraform MongoDB Atlas provider
Go
9
star
17

pritunl-monitor

No longer in development
Go
8
star
18

pritunl-endpoint

Endpoint security and monitoring
Go
8
star
19

pritunl-zero-ssh-emergency

Pritunl Zero emergency SSH client
Go
7
star
20

pritunl-vault

Go
5
star
21

pritunl-loader

No longer in development
Python
5
star
22

pritunl-hsm

Go
5
star
23

zero.pritunl.github.io

JavaScript
3
star
24

client.pritunl.github.io

Pritunl VPN client homepage
2
star
25

mongodb-debian

No longer in development
Makefile
2
star
26

pritunl-node

No longer in development
Python
2
star
27

qemu-build

Pritunl KVM repository build source
Standard ML
2
star
28

homebrew-tap

Pritunl homebrew tap
Ruby
2
star
29

pritunl-cloud-builder

Automated installation for Pritunl Cloud
2
star
30

pgp

Pritunl PGP Signing Key
1
star
31

pritunl-artwork

Artwork for Pritunl
1
star
32

cloud.pritunl.github.io

JavaScript
1
star
33

openvpn-debian

No longer in development
Shell
1
star
34

pritunl-ip

No longer in development
Python
1
star
35

misc-pacur

Misc repository
Shell
1
star
36

endpoint.pritunl.github.io

JavaScript
1
star
37

pymongo-debian

No longer in development
Shell
1
star