Skip to content

gourneau/pritunl

 
 

Repository files navigation

Pritunl: Simple openvpn server

image

image

Pritunl is a simple openvpn server management tool. Multiple organizations, users and openvpn servers can be managed and configured from a simple web interface. Documentation and more information can be found at the home page pritunl.com

Development Setup

$ git clone https://github.com/zachhuff386/pritunl.git
$ cd pritunl
$ python2 server.py
# Open http://localhost:9700/

Vagrant Setup

First make sure you have a precise64 image. This command will fetch one.

vagrant box add precise64 http://files.vagrantup.com/precise64.box

$ git clone https://github.com/zachhuff386/pritunl.git
$ cd pritunl
$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ sudo python2 server.py
# Open http://localhost:6500/
# Open http://localhost:8080/collectd

About

Simple openvpn server

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 59.9%
  • JavaScript 21.7%
  • Python 18.2%
  • Shell 0.2%