Check out our native Linux app.
Get OpenVPN Config file and credentials (requires a pro account). You will also need the CA Cert and TLS Auth Key.
Run the following commands in Terminal:
sudo apt-get install network-manager-vpnc
sudo apt-get install openvpn network-manager-openvpn network-manager-openvpn-gnome
sudo /etc/init.d/networking restart
To run OpenVPN via command line, use the command below, otherwise continue:
sudo openvpn --config /path/to/downloaded/config.ovpn
Go to the top network menu -> VPN Connections - > Configure VPN
Click "Add"
From the dropdown menu, choose "Import a saved VPN configuration"
Select the .ovpn config file you downloaded in Step 1
Your screen should now look like this.
Change "Authentication Type" to "Password"
Enter your username and password from Step 1. This username and password will NOT be the same as your Windscribe login.
If you are using Ubuntu 16.04, skip to Step 11, otherwise continue below.
Set the "CA Certificate" to ca.crt you downloaded in Step 1
Click "Advanced" and go to "TLS Authentication" tab
Check the "Verify peer (server) certificate usage signature" box and set the drop down menu to "Server".
Check the "Use additional TLS authentication" box and input ta.key you downloaded in Step 1. Key direction should be set to "1".
Hit OK and Save.
Go to the top network menu -> VPN Connections and choose the profile you just created.