It's limited to only one device so if it's connected on your phone (there's a nice android app for it) you will have to unconnect before connecting with your computer.
Here's a quick guide for setting up protonvpn in fossapup.
1. create an account at https://protonvpn.com/ and confirm your email address etc.
2. login to your account and on the left of your dashboard click on "account" and scroll down to "OpenVPN / IKEv2 username" (you'll need this info in a moment) 3. now to install the dependencies in a terminal.
update the repositories first
Code: Select all
pkg ru
Code: Select all
pkg get openvpn dialog python3-pip python3-setuptools python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3 libnotify-bin
Code: Select all
pip3 install protonvpn-cli
Code: Select all
protonvpn init
your login & password are the OpenVPN / IKEv2 username mentioned at (2.)
1 for free tier
1 for UDP
enter to confirm all
hopefully everything in now set.
to connect
Code: Select all
protonvpn c -f
Code: Select all
protonvpn d
Code: Select all
pip3 install protonvpn-gui
Code: Select all
protonvpn-tray
to check for and update protonvpn & the gui
Code: Select all
pip3 install protonvpn-cli --upgrade
Code: Select all
pip3 install protonvpn-gui --upgrade