Skip to content
Dennis Schulze edited this page Jan 7, 2017 · 4 revisions

How to set up openVPN Dashboard

Prerequisite is debian "jessie" 8.3 linux with "sudo" package installed

# apt-get update
# apt-get install lighttpd
# apt-get install php5-cgi

follow any publicly available instructions on how to enable and test fastcgi and php on lighttpd

# apt-get install openvpn
# apt-get install easy-rsa
# cp -r /usr/share/easy-rsa /etc/openvpn/easy-rsa2

follow any publicly available instructions on how to set up an openvpn CA with easy-rsa
copy all files of this repository to the corresponding folders on your system

# service openvpn restart
# chown www-data:root /etc/openvpn/openvpn.log
# chown www-data:root /etc/openvpn/openvpn-status.log
# service lighttpd stop
# service lighttpd start

browse to http://localhost
default user for admin pages is "admin/admin", and "download/download" for download page

Clone this wiki locally