For the use of OpenVPN on the command line, we provide a shell script that performs the automatic installation and configuration. You just have to download and run it.
Step 1
Download the script and make it executable afterwards. If you don not have wget installed on your system yet, you have to install it first or copy the script to your system otherwise.
wget https://www.premiumize.me/static/tutorials/vpn/openvpn/linux/premiumize_openvpn_install.sh
chmod +x premiumize_openvpn_install.sh
Step 2
You can now start the installation as follows. In addition to OpenVPN, wget and unzip will also be installed, if not already present.
sudo bash premiumize_openvpn_install.sh
Step 3
The installation is now complete. Depending on the options you selected during the configuration, you can now start the VPN connection and optionally check your IP address using the elinks command.
If you have any questions or problems, please contact our customer service and provide the entire console output so we can help you.
This tutorial was created on Ubuntu 21.10, so images in later versions may differ slightly, but the functionality should be the same. If not, please contact our customer service so that we can revise the tutorial and help you.