

ProtonVPN free plan only allows 3 countries, but it is still great, select your best option, and press ENTER to continue.Īnd the last step is to define the protocol, for VPN connections the UDP protocol is preferred over the TCP protocol to increase speed.įinally ProtonVPN informs you are properly protected,otherwise it may throw some error specifying the problem:

#PROTONVPN UBUNTU INSTALL#
Ignore it, do not click on any option, instead you need to install OpenVPN, dialog, Python and wget, to do it open your console and run: You will be redirected to your ProtonVPN dashboard, on the initial screen you’ll see all OS (Operating Systems) available for ProtonVPN. Go back to the ProtonVPN browser tab and paste the code you just received, then click on the Verify button to confirm. Fill any of them and click on the Send button to continue.Ĭheck your e-mail inbox for the verification code ProtonMail just sent and copy it. On the next screen fill the fields with your username, password and email and click on the Create Account button to continue.Īt this step you can choose to confirm your account through e-mail address or SMS. To begin visit the website and click on the central button GET PROTONVPN NOW.įor this tutorial we are using the free plan, click on the Get Free button to continue.
#PROTONVPN UBUNTU HOW TO#
If you want to contribute to this project, please read the contribution guide.The following tutorial explains how to setup a free VPN service on Debian 10 Buster using the ProtonVPN service which even on its free version is very fast getting users excited with the free value provided. Refresh OpenVPN configuration and server data.Īll connect options can be used with the -p flag to explicitly specify which transmission protocol is used for that connection (either udp or tcp). Reconnect or connect to the last server used.

Select a ProtonVPN server and connect to it.Ĭonnect to the fastest server in a specified country.Ĭonnect to the fastest Secure Core server. How to use For more detailed information, see the extensive usage guide. Especially if it serves the purpose of developing.įor updating, you just need to pull the latest version of the repository with git.
#PROTONVPN UBUNTU MANUAL#
It is recommended to do the manual installation in a virtual environment. Sudo pip3 install protonvpn-cli -upgrade Manual Installation from sourceĭisclaimer: If you are unsure about what you're doing, please follow the normal installation guide. Sudo pip3 install protonvpn-cli Updating ProtonVPN-CLI Note: Make sure to run pip with sudo, so it installs globally and recognizes the command with sudo Installation happens via Python's package manager PIP. Sudo pacman -S openvpn dialog python-pip python-setuptools Sudo zypper in -y openvpn dialog python3-pip python3-setuptools Sudo apt install -y openvpn dialog python3-pip python3-setuptools Sudo dnf install -y openvpn dialog python3-pip python3-setuptools
