2025-03-14 21:59:59 -06:00
|
|
|
# protonvpn connect
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Connect to Proton VPN.
|
|
|
|
|
> More information: <https://protonvpn.com/support/linux-cli#how-to-use-the-cli-for-linux>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Connect to Proton VPN using the fastest server available:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`protonvpn connect`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Connect to the fastest server in a specific country:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`protonvpn connect --country "{{country_code_or_name}}"`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Connect to the fastest server in a specific city:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`protonvpn connect --city "{{city_name}}"`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Connect to a specific server:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`protonvpn connect {{server_name}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`protonvpn connect {{[-h|--help]}}`
|