How to install Mozilla VPN on a Linux computer
Revision Information
- Revision id: 215154
- Created:
- Creator: Joni
- Comment: fixed formatting for code block
- Reviewed: Yes
- Reviewed:
- Reviewed by: heyjoni
- Is approved? Yes
- Is current revision? No
- Ready for localization: Yes
- Readied for localization:
- Readied for localization by: Fabi.L
Revision Source
Revision Content
Mozilla VPN provides an encrypted tunnel to the Internet from any software or app on your desktop, laptop, or mobile devices, allowing you to connect securely and conceal some of your data when you connect to the Internet. It does this by allowing you to connect to one of our partners’ secure servers and browse the Web or access the Internet through that server’s connection.
Mozilla VPN is currently available on Windows 10, Mac, Linux, Android and iOS devices.
For Linux, we currently offer only Ubuntu packages for the latest 2 LTS releases (Focal Fossa 20.04 and Bionic Beaver 18.4) and for the latest non-LTS release (Groovy Gorilla 20.10).
Table of Contents
Ubuntu
If you use one of the supported Ubuntu releases, there are two ways to install mozillavpn official packages hosted on launchpad:
Ubuntu command line mode
To install Mozilla VPN using command line mode tools, open the terminal and run the following commands.
Install commands:
sudo add-apt-repository ppa:mozillacorp/mozillavpn sudo apt-get update sudo apt-get install mozillavpn
Run command:
mozillavpn
If you have an active Mozilla VPN subscription, you will now be able to log in using your Firefox Account via any web browser. If you don’t have a subscription, visit the Mozilla VPN website.
Ubuntu graphical user interface
Follow the instructions from the ‘’Adding personal package archives from this article
Other Linux distributions
So far, we do not offer packages for any other linux distributions. But if you want to use mozilla vpn, you can take and compile the source code from the official github repository.
The README.md contains all the steps to compile the project.