Generating keypair, this will take a moment...

Ubuntu 20.04+

Install OpenVPN plugin for NetworkManager by executing following two command in the terminal:

sudo apt install -y network-manager-openvpn-gnome
sudo systemctl restart network-manager

Fetch OpenVPN profile

Open up network connections:

Hit Add button:

Select Import a saved VPN configuration...:

Select downloaded file:

Once profile is successfully imported following dialog appears:

By default all traffic is routed via VPN gateway, route only intranet subnets to the gateway select Routes... under IPv4 Settings:

Check Use this connection only for resources on its network:

To activate the connection select it under VPN Connections:

Ubuntu 20.04+ via OpenVPN (advanced)

Copy-paste follownig to terminal as root user:

{% include "snippets/request-client.sh" %}
cat << EOF > '/etc/NetworkManager/system-connections/OpenVPN to {{ authority.namespace }}'
{% include "snippets/networkmanager-openvpn.conf" %}EOF

nmcli con reload

Ubuntu 20.04+ via IPSec (advanced)

Copy-paste follownig to terminal as root user:

{% include "snippets/request-client.sh" %}
cat << EOF > '/etc/NetworkManager/system-connections/IPSec to {{ authority.namespace }}'
{% include "snippets/networkmanager-strongswan.conf" %}EOF

nmcli con reload

Fedora

Install OpenVPN plugin for NetworkManager by running following two commands:

dnf install NetworkManager-openvpn-gnome
systemctl restart NetworkManager
Right click in the NetworkManager icon, select network settings. Hit the + button and select Import from file..., select the downloaded .ovpn file. Remove the .ovpn file from the Downloads folder.

Fetch OpenVPN profile

Windows

To configure IPSec IKEv2 tunnel on Windows, open PowerShell as administrator and copy-paste following:

{% include "snippets/windows.ps1" %}

Windows

Install OpenVPN community edition client. Move the downloaded .ovpn file to C:\Program Files\OpenVPN\config and right click in the system tray on OpenVPN icon and select Connect from the menu. For finishing touch adjust the file permissions so only local administrator can read that file, remove regular user access to the file.

Get OpenVPN community edition Fetch OpenVPN profile

Download OpenVPN from the link supplied above:

Install OpenVPN:

Move the configuraiton file downloaded from the second button above:

Connect from system tray:

Connection is successfully configured:

Mac OS X

Download Tunnelblick. Tap on the button above and import the profile.

Get Tunnelblick Fetch OpenVPN profile

iPhone/iPad

Install OpenVPN Connect app, tap on the button below.

Get OpenVPN Connect app Fetch OpenVPN profile

iPhone/iPad

Tap the button below, you'll be prompted about configuration profile, tap Allow. Hit Install in the top-right corner. Enter your passcode to unlock trust store. Tap Install and confirm by hitting Install. Where password for the certificate is prompted, enter 1234. Hit Done. Go to Settings, open VPN submenu and tap on the VPN profile to connect.

Fetch IPSec IKEv2 VPN profile

Mac OS X

Click on the button below, you'll be prompted about configuration profile, tap Allow. Hit Install in the top-right corner. Enter your passcode to unlock trust store. Tap Install and confirm by hitting Install. Where password for the certificate is prompted, enter 1234. Hit Done. Go to Settings, open VPN submenu and tap on the VPN profile to connect.

Fetch VPN profile

Android

Intall OpenVPN Connect app on your device. Tap on the downloaded .ovpn file, OpenVPN Connect should prompt for import. Hit Accept and then Connect. Remember to delete any remaining .ovpn files under the Downloads.

Get OpenVPN Connect app Fetch OpenVPN profile

Android

Install strongSwan Client app on your device. Tap on the downloaded .sswan file, StrongSwan Client should prompt for import. Hit Import certificate from VPN profile and then Import in the top-right corner. Remember to delete any remaining .sswan files under the Downloads.

Get strongSwan VPN Client app Fetch StrongSwan profile
I did't find an appropriate option for me, show all options