How to tutorials, Linux, Linux.Tips, Revisit

How to install OpenVPN on Ubuntu?

Less than a minute to read

OpenVPN installer for Debian, Ubuntu, Fedora, CentOS and Arch Linux.

This script will let you setup your own secure VPN server in just a few seconds.

1. First, get the script and make it executable:

wget https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh

2. Then run it:

./openvpn-install.sh

More details can be found here: https://github.com/angristan/openvpn-install


Leave a Reply