Start with System
- What
- Launches VPN Manager automatically when you log in.
- For
- Having it ready without opening it by hand.
- How
- Adds a desktop autostart entry for your session.
- When
- If you use a VPN daily.
What each setting is, what it's for, how it works, and when to turn it on — in plain language, no networking degree required.
App behaviour, startup, and appearance. Preferences → General
Manage the VPN automatically based on the network you're on. Preferences → Network Trust
Settings for the Tailscale mesh VPN. Preferences → VPN Providers
Leak protection and the kill switch. Preferences → Security
Per-profile options, opened from a profile's settings. OpenVPN tab → profile → Settings
How WireGuard routing works in this app.
WireGuard routing is defined by the AllowedIPs field in the profile's .conf file — not in the app. What goes through the tunnel is exactly the CIDRs listed there:
AllowedIPs = 0.0.0.0/0, ::/0 — send all traffic through the tunnel.10.0.0.0/8) — split tunnel: only those networks go through the tunnel.
To change it, edit AllowedIPs in the .conf and reconnect. The app's WireGuard settings view is read-only and shows the profile name, interface, and config-file path for reference.