fbpx

How To Install OpenVPN Access Server on Ubuntu 14.04

How To Install OpenVPN Access Server on Ubuntu 14.04

Download the OpenVPN AS package

sudo wget http://swupdate.openvpn.org/as/openvpn-as-2.0.7-Ubuntu12.amd_64.deb

Install openvpn

dpkg -i openvpn-as-2.0.7-Ubuntu12.amd_64.deb

Chnage the default password for user “openvpn”

sudo passwd openvpn

OpenVPN AS web interfaces can be found at:

Admin UI: https://YourIpAddress:943/admin
Client UI: https://YourIPAddress:943/

Replace “YourIPAddress” with your actual  server’s IP address.
Download the client when you access the url above.

Share this post