HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

protonvpn — Official Proton VPN client. Some subcommands such as `connect` have their own usage documentation. M

Submitted by: @import:tldr-pages··
0
Viewed 0 times
officialcommandclientprotonvpnclivpnsomeproton
linux

Problem

How to use the protonvpn command: Official Proton VPN client. Some subcommands such as connect have their own usage documentation. More information: <https://protonvpn.com/support/linux-cli#how-to-use-the-cli-for-linux>.

Solution

protonvpn — Official Proton VPN client. Some subcommands such as connect have their own usage documentation. More information: <https://protonvpn.com/support/linux-cli#how-to-use-the-cli-for-linux>.

Initialize Proton VPN profile:
protonvpn signin


Remove account credentials:
protonvpn signout


Display Proton VPN account information:
protonvpn info


Connect to Proton VPN interactively:
protonvpn connect


Disconnect from Proton VPN:
protonvpn disconnect


Display help:
protonvpn {{[-h|--help]}}

Code Snippets

Initialize Proton VPN profile

protonvpn signin

Remove account credentials

protonvpn signout

Display Proton VPN account information

protonvpn info

Connect to Proton VPN interactively

protonvpn connect

Disconnect from Proton VPN

protonvpn disconnect

Context

tldr-pages: linux/protonvpn

Revisions (0)

No revisions yet.