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

Changing ssh port

How to change ssh port. Open the file /etc/ssh/sshd_config with your favourite text...

Mysql

Installing mysql: yum install mysql-server Enter to mysql: mysql -u user -p password...

Web server

In this guide we will create our own web server on Centos 6.  We will use Apache...

nginx

How to install nginx on Centos Add nginx repo first. To add it, create the file...

Oracle 11g EX on Centos 6 x64 vps

We describe how to install Oracle 11g Express on Centos 6 x86_64 Openvz VPS. First of all you...