Skip to main content

OpenVPN

How to connect OpenVPN?

You need to install an OpenVPN Client first. The configuration file can be found in ovpn.zip from OpenVPN Config on QuickBox Dashboard. After uncompressed the file, you can get the configuration file. It can be used to start a connection. You will get an IP address in range 10.8.0.0/24

How to create a new OpenVPN user?

you have to manage the user with this script:

cd /tmp
curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
./openvpn-install.sh

You can manage users with the guide in the script.