Skip to content

Instantly share code, notes, and snippets.

@1nam
Last active January 28, 2020 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1nam/1ccb5468f21c613a2916b94f3e0dd0bb to your computer and use it in GitHub Desktop.
Save 1nam/1ccb5468f21c613a2916b94f3e0dd0bb to your computer and use it in GitHub Desktop.
installing proton vpn on Linux Mint using the terminal.
i hope this helps. enjoy!
the proton vpn website has documentation explaining how to do this
if you want a more detailed tutorial.
######## PROTON VPN FREE INSTALL #################################
run each one of these in the linux terminal.
sudo apt install -y openvpn dialog python3-pip python3-setuptools
sudo pip3 install protonvpn-cli
sudo protonvpn init
........................................
Now to install proton vpn
.........................................
you have 2 diffrent credentials your,
email and a password for the proton vpn website,
and credentials for the linux terminal from proton vpn
on the proton vpn website account page.
at the bottom of the page is your linux
credentials for the terminal.
after signing in,
Please choose your ProtonVPN Plan
1 for free
now choose protocols
2 for TCP
now verify info
You entered the following information:
type y for yes
Done! Your account has been successfully initialized.
...................................................
After install how to use proton vpn from terminal.
...................................................
Start sudo protonvpn c -f
Check ip sudo protonvpn s
Disconect sudo protonvpn disconnect
examples protonvpn examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment