 }})
OpenVPN Client Portal
To download your VPN configuration:
- Sign in with your organization account
- Download your personalized OpenVPN configuration file
- Import the configuration into your OpenVPN client
VPN Setup Instructions
Step 1: Download OpenVPN Client
Download OpenVPN Connect for WindowsStep 2: Install OpenVPN Connect
- Double-click the downloaded MSI file
- Follow the installation wizard
- Accept the default settings when prompted
Step 3: Import Configuration
- Download your personal client.ovpn file using the button in the left panel
- Double-click the downloaded .ovpn file
- OpenVPN Connect will automatically import the configuration
- Click "Connect" to establish the VPN connection
Step 1: Download OpenVPN Client
Download OpenVPN Connect for macOSStep 2: Install OpenVPN Connect
- Open the downloaded .dmg file
- Drag OpenVPN Connect to the Applications folder
- Launch OpenVPN Connect from Applications
- Allow system extensions if prompted
Step 3: Import Configuration
- Download your personal client.ovpn file using the button in the left panel
- Open OpenVPN Connect
- Drag and drop the .ovpn file into the OpenVPN Connect window
- Click "Add" to import the profile
- Click "Connect" to establish the VPN connection
Debian/Ubuntu Installation
Open terminal and run the following commands:
sudo apt update sudo apt install openvpn
Fedora/RHEL Installation
Open terminal and run the following commands:
sudo dnf install openvpn
Import Configuration
- Download your personal client.ovpn file using the button in the left panel
- Move the configuration file to the OpenVPN directory:
- Start the VPN connection:
- Or enable it as a system service:
sudo mv ~/Downloads/client.ovpn /etc/openvpn/client/
sudo openvpn --config /etc/openvpn/client/client.ovpn
sudo systemctl enable --now openvpn-client@client