Download OpenVPN for Windows on OpenVPN.net (you need the Windows Installer) and install OpenVPN.
In your account, download the config file (.ovpn) you want to use, and copy it to C:\Program Files\OpenVPN\config. If you downloaded multiple config files as an archive, extract it in that folder.
Start OpenVPN GUI as Administrator. You can find it on your desktop or in the start menu. Once it's started, you should see it in the system tray. Right click it and select Connect.
Your login & password are the same as on our website.
It should now open an OpenVPN log window showing its progress. If an error occurred or you have another question, contact our support.
If everything worked, the OpenVPN icon should turn green. Your are now connected and can enjoy your secure connection.

OpenVPN
OpenVPN's Posts

How to install OpenVPN on macOS
Download the .ovpn file you need in your account.
Download and install TunnelBlick.
Import the provided .ovpn OpenVPN configuration in TunnelBlick.
The VPN is now ready to use within TunnelBlick.

How to install OpenVPN on Linux
With NetworkManager
- Download and install OpenVPN and the NetworkManager plugin with your package manager.
Debian:
sudo apt-get install openvpn resolvconf network-manager-openvpn network-manager-openvpn-gnome
Fedora:
sudo yum install openvpn networkmanager-openvpn
Arch Linux:
sudo pacman -S openvpn networkmanager-openvpn
Download the .ovpn file you need in your account and put it in /etc/openvpn/.
ie: /etc/openvpn/xeovo.confDownload the ca.crt file and put it in /etc/openvpn/ aswell.
Create the NetworkManager profile:
Create a new OpenVPN connection. This highly depends on your environment:
Mint: Left click on the Network icon in the Control Panel> Network Connections> Add
Select "Import a saved VPN configuration"
Select your xeovo-*.conf config file from the /etc/openvpn/ directory
Select "password authentication" as the authentication type
Enter your Xeovo username and password.
Select the ca.crt you saved into /etc/openvpn as the CA Certificate and click "Save".Your VPN is now ready to use with NetworkManager.
With systemd
- Download and install OpenVPN with your package manager.
Debian:
sudo apt-get install openvpn
Fedora:
sudo yum install openvpn
Arch Linux:
sudo pacman -S openvpn
Download the .ovpn file you need in your account and put it in /etc/openvpn/.
ie: /etc/openvpn/xeovo.confStart the OpenVPN service: sudo systemctl start openvpn@xeovo
(Optional) To make OpenVPN start at boot, create a text file anywhere and write your username and password inside, on two lines.
Then, add at the end of your xeovo.conf file: auth-user-pass /path/to/the/file.txt
And enable the systemd service: systemctl enable openvpn@xeovo
For additional security, you can make sure only root is be able to access this file:
sudo chown root:root /path/to/the/file.txt
sudo chmod 600 /path/to/the/file.txt
Without systemd
- Download and install OpenVPN with your package manager.
Debian:
sudo apt-get install openvpn resolvconf
Fedora:
sudo yum install openvpn
Download the .ovpn file you need in your account and put it in /etc/openvpn/.
ie: /etc/openvpn/xeovo.confStart the OpenVPN service: sudo service openvpn start xeovo
(Optional) To make OpenVPN start at boot, create a text file anywhere and write your username and password inside, on two lines.
Then, add at the end of your xeovo.conf file: auth-user-pass /path/to/the/file.txt
And enable the systemd service: systemctl enable openvpn@xeovo
And add the configuration file name to the AUTOSTART list in /etc/default/openvpn (you can add it at the end): AUTOSTART="xeovo"
For additional security, you can make sure only root is be able to access this file:
sudo chown root:root /path/to/the/file.txt
sudo chmod 600 /path/to/the/file.txt

How to install OpenVPN on Android
Install Arne Schwabe's OpenVPN for Android. It is the most frequently updated and secure OpenVPN client for Android.
Download the .ovpn file you need in your account and save it somewhere on your Android device.
Open the OpenVPN for Android application and import the .ovpn file. It will create a new profile from the configuration file.
Your login & password are the same as on our website.
(Optionally) Edit the imported profile and set your username and password if you do not want to be asked every time.
You can now connect to that profile. On connection it will show the log while trying to connect. If it fails to connect, you can use the menu here to send the log by email to support at xeovo.com or copy it in a support ticket.

How to install OpenVPN on iOS
Go to the App store with your iPad/iPhone and download Openvpn Connect.
After the successful installation, download .ovpn configuration file.
Select Open in OpenVPN.
Tap on the green plus button.
Enter your Xeovo credentials and mark the password to be saved in keychain.
Tap on the button to connect to VPN. You have successfully connected.