OpenVPN Access Server

§  Install OpenVPN Access Server

Be sure that you are using a clean system and no openvpn daemon was installed before. Official OpenVPN Access Server Guide you can find here: http://openvpn.net/index.php/access-server/docs/quick-start-guide.html

Download the package for your system from here: http://openvpn.net/index.php/access-server/download-openvpn-as-sw.html

Let's take Centos for example:

wget http://swupdate.openvpn.org/as/openvpn-as-2.0.3-CentOS6.i386.rpm

rpm -i openvpn-as-2.0.3-CentOS6.i386.rpm

Change password for user openvpn:

passwd openvpn

To start Openvnp AS at VPS reboot:

chkconfig openvpnas on

Access Server web UIs are available here:

Admin  UI: https://<Your_VPS_IP>:943/admin

Client UI: https://<Your_VPS_IP>:943/

Connect to OpenVPN in Windows.

Open your browser and use the url: https://<Your_IP>:943/

Enter username and password that we've created before.

Confirm downloading OpenVPN client

Right cklick to icon in Windows tray and press Connect.


Was this answer helpful?

 Print this Article

Also Read

Autorun in Linux

To set a script to start at boot in CentOS, add it into /etc/rc3.d/S99local. For example:...

Adding a new disk drive to Centos 6

Installing a new HDD The disk drives in Centos is named hd* or sd*. In system with only one...

FFmpeg on Centos 6

Install repo and ffmpeg # rpm -ihv...

Centos 6 Webserver

In this article we will install some software that is useful on a webserver based on...

Sendmail [25: Connection refused] fix

If you can't receive email from the outside and got next error:  (Delivery Status Notification...