System Grab Bag

View all TLDR pages from Linux (or from all pages)

protonvpn-cli connect

Connect to ProtonVPN. More information: https://protonvpn.com/support/linux-vpn-setup/.
  • Connect to ProtonVPN interactively:
    protonvpn-cli connect
  • Connect to ProtonVPN using the fastest server available:
    protonvpn-cli connect --fastest
  • Connect to ProtonVPN using a specific server with a specific protocol:
    protonvpn-cli connect {{server_name}} --protocol {{udp|tcp}}
  • Connect to ProtonVPN using a random server with a specific protocol:
    protonvpn-cli connect --random --protocol {{udp|tcp}}
  • Connect to ProtonVPN using the fastest Tor-supporting server:
    protonvpn-cli connect --tor
  • Display help:
    protonvpn-cli connect --help

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.