1) Go to "Applications" in the upper left corner.
2) Now navigate to "Accessories" > "Terminal".
3) Install the OpenVPN module for Network Manager application. You can do it by entering the following command: "sudo apt-get install -y network-manager-openvpn". Once the OpenVPN module is installed, you can close the Terminal application.
4) Now you need to download your OpenVPN configuration file from us. Simply go to your Dashboard, switch to OpenVPN if not already selected, chose your location, and then select the "Download Config" button.
5) Now reopen your terminal. Connect to your VPN by typing in "sudo openvpn --config /home/your_user/path_to_config/config.ovpn". In this case "sudo openvpn --config /home/silva/Downloads/vpn236.ovpn"
6) Lastly, enter in your username and password. Congratulations! You are connected to your VPN!