Profile Management
Overview
Section titled “Overview”Profiles are OpenVPN configuration files (.ovpn) stored and managed by the OpenVPN 3 Linux configuration service. The client never stores profile content directly.
Importing a Profile
Section titled “Importing a Profile”Three import methods are supported:
- File — drag and drop or browse for a
.ovpnfile - URL — paste an HTTPS URL that serves a
.ovpnfile - Token URL — paste an
openvpn://import-profile/...token URL
Via CLI:
ovpn-gui profiles import-file /path/to/profile.ovpnovpn-gui profiles import-url https://vpn.example.com/profile.ovpnManaging Profiles
Section titled “Managing Profiles”- Search — use the search bar to filter profiles by name
- Rename — click the edit icon on a profile card
- Delete — click the delete icon; this also removes the profile from the OpenVPN 3 configuration service
File Association
Section titled “File Association”When installed via native packages, the app registers as the default handler for .ovpn files and openvpn:// URIs. Double-clicking a .ovpn file opens the import dialog automatically.