Jump to content

How to install OpenVPN AS


Recommended Posts

To install OpenVPN AS software in CentOS / Debian operating systems, perform the steps below.

Update your VPS

Before any new software installation, ensure that VPS operating system has latest software packages. Use this command in SSH:

For CentOS:

yum update -y

For Debian:

apt-get update

Setup OpenVPN software

The process is very simple and straightforward:

CentOS 6:

wget http://swupdate.openvpn.org/as/openvpn-as-2.0.10-CentOS6.x86_64.rpm

CentOS 7:

wget http://swupdate.openvpn.org/as/openvpn-as-2.0.10-CentOS7.x86_64.rpm

Debian 6:

wget http://swupdate.openvpn.org/as/openvpn-as-2.0.10-Debian6.amd_64.deb

Debian 7:

wget http://swupdate.openvpn.org/as/openvpn-as-2.0.10-Debian7.amd_64.deb



Install OpenVPN:

For CentOS:

rpm -ivh openvpn-[details].rpm

For Debian:

dpkg -i DEB_PACKAGE

That's it! Read post install message in SSH for login details / instructions.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...