Kwatanta Nazarce-nazarce
How to install Mozilla VPN on a Linux computer
Nazari 295117:
Nazari daga 295117 dkelly2 a ranar
Nazari 295162:
Nazari daga 295162 Y.D. a ranar
Mahimman kalmomi:
Taƙaitaccen sakamakon bincike:
Download and install Mozilla VPN to connect to the internet through one of our secure servers, keeping your location and online activity private.
Download and install Mozilla VPN to connect to the internet through one of our secure servers, keeping your location and online activity private.
Abin ciki:
Your subscription allows you to run Mozilla VPN on up to five devices at the same time. If Mozilla VPN is installed on multiple profiles on one device, each profile will count as a device. To learn more, visit [[Are there limits to my Mozilla VPN connection?]]
{note}
'''Note:''' Mozilla VPN is available for Ubuntu 20.04 LTS (Focal Fossa) and newer. We also have experimental support for Debian 11 (Bullseye) and newer, as well as Linux Mint 20 (Ulyana) and newer.
{/note}
If you use one of the supported Ubuntu releases, the following guide will show you how to install Mozilla VPN from the official Mozilla APT repository.
==Ubuntu command line mode==
To set up the APT repository and install the Mozilla VPN .deb package, follow these steps:
{note}
'''1. Create a directory to store APT repository keys if it doesn't exist:'''
*<code>sudo install -d -m 0755 /etc/apt/keyrings</code>
<br>'''2. Import the Mozilla APT repository signing key:'''
*<code>wget -q https://packages.mozilla.<!-- -->org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null</code>
<br>'''3. Verify that the fingerprint is <code>35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3</code>:'''
*<code>gpg -n -q --import --import-options import-show /etc/apt/keyrings/packages.mozilla.org.asc | awk '/pub/{getline; gsub(/^ +| +$/,""); print "\n"$0"\n"}'</code>
<br>'''4. Add the Mozilla APT repository to your sources list:'''
*<code>echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.<!-- -->org.asc] https://packages.mozilla<!-- -->.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null</code>
<br>'''5. Update your package list and install the Mozilla VPN .deb package:'''
*<code>sudo apt-get update && sudo apt-get install mozillavpn</code>
{/note}
Lastly, to run the Mozilla VPN client, just run: <code>mozillavpn</code>
After the Mozilla VPN client launches, click {button Get Started} and sign in with your [[Access Mozilla services with a Mozilla account|Mozilla account credentials]]. If you don’t have a subscription, visit the [https://www.mozilla.org/products/vpn/ Mozilla VPN] website and [[Choose the Mozilla VPN plan that is right for you|choose the plan that is right for you]].
[[Image:VPN install]]
All set! The Mozilla VPN installation is completed. Check [[How do I turn on Mozilla VPN?]] and [[How do I choose my server on Mozilla VPN?]] for next steps.
==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 [https://github.com/mozilla-mobile/mozilla-vpn-client/ official GitHub repository].
The [https://github.com/mozilla-mobile/mozilla-vpn-client/blob/main/README.md README.md] contains all the steps to compile the project.
{warning}We offer limited support for other Linux distributions. Users on unsupported Linux distributions are welcome to [https://github.com/mozilla-mobile/mozilla-vpn-client/issues report bugs on GitHub].{/warning}
=Related articles=
<!-- The following links contain UTM tags. UTM tags are only required for the en-US links. Localizers can use wiki links.-->
*[https://support.mozilla.org/en-US/kb/how-do-i-know-mozilla-vpn-active?utm_source=-vpn-related How do I know Mozilla VPN is active?]
*[https://support.mozilla.org/en-US/kb/choose-server-connection-mozilla-vpn-desktop?utm_source=-vpn-related How do I choose my server/connection on Mozilla VPN on my desktop or laptop computer?]
'''Learn more:'''
*[https://support.mozilla.org/en-US/kb/how-add-devices-your-mozilla-vpn-subscription?utm_source=-vpn-related How to add devices to your Mozilla VPN subscription]
*[https://support.mozilla.org/en-US/kb/are-there-limits-my-mozilla-vpn-connection?utm_source=-vpn-related Are there limits to my Mozilla VPN connection?]
Your subscription allows you to run Mozilla VPN on up to five devices at the same time. If Mozilla VPN is installed on multiple profiles on one device, each profile will count as a device. To learn more, visit [[Are there limits to my Mozilla VPN connection?]]
{note}
'''Note:''' Mozilla VPN is available for Ubuntu 20.04 LTS (Focal Fossa) and newer. We also have experimental support for Debian 11 (Bullseye) and newer, as well as Linux Mint 20 (Ulyana) and newer.
{/note}
If you use one of the supported Ubuntu releases, the following guide will show you how to install Mozilla VPN from the official Mozilla APT repository.
==Ubuntu command line mode==
To set up the APT repository and install the Mozilla VPN .deb package, follow these steps:
{note}
'''1. Create a directory to store APT repository keys if it doesn't exist:'''
*<code>sudo install -d -m 0755 /etc/apt/keyrings</code>
<br>'''2. Import the Mozilla APT repository signing key:'''
*<code>wget -q https://packages.mozilla.<!-- -->org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null</code>
<br>'''3. Verify that the fingerprint is <code>35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3</code>:'''
*<code>gpg -n -q --import --import-options import-show /etc/apt/keyrings/packages.mozilla.org.asc | awk '/pub/{getline; gsub(/^ +| +$/,""); if($0 == "35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3") print "\nThe key fingerprint matches ("$0").\n"; else print "\nVerification failed: the fingerprint ("$0") does not match the expected one.\n"}'</code>
<br>'''4. Add the Mozilla APT repository to your sources list:'''
*<code>echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.<!-- -->org.asc] https://packages.mozilla<!-- -->.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null</code>
<br>'''5. Update your package list and install the Mozilla VPN .deb package:'''
*<code>sudo apt-get update && sudo apt-get install mozillavpn</code>
{/note}
Lastly, to run the Mozilla VPN client, just run: <code>mozillavpn</code>
After the Mozilla VPN client launches, click {button Get Started} and sign in with your [[Access Mozilla services with a Mozilla account|Mozilla account credentials]]. If you don’t have a subscription, visit the [https://www.mozilla.org/products/vpn/ Mozilla VPN] website and [[Choose the Mozilla VPN plan that is right for you|choose the plan that is right for you]].
[[Image:VPN install]]
All set! The Mozilla VPN installation is completed. Check [[How do I turn on Mozilla VPN?]] and [[How do I choose my server on Mozilla VPN?]] for next steps.
==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 [https://github.com/mozilla-mobile/mozilla-vpn-client/ official GitHub repository].
The [https://github.com/mozilla-mobile/mozilla-vpn-client/blob/main/README.md README.md] contains all the steps to compile the project.
{warning}We offer limited support for other Linux distributions. Users on unsupported Linux distributions are welcome to [https://github.com/mozilla-mobile/mozilla-vpn-client/issues report bugs on GitHub].{/warning}
=Related articles=
<!-- The following links contain UTM tags. UTM tags are only required for the en-US links. Localizers can use wiki links.-->
*[https://support.mozilla.org/en-US/kb/how-do-i-know-mozilla-vpn-active?utm_source=-vpn-related How do I know Mozilla VPN is active?]
*[https://support.mozilla.org/en-US/kb/choose-server-connection-mozilla-vpn-desktop?utm_source=-vpn-related How do I choose my server/connection on Mozilla VPN on my desktop or laptop computer?]
'''Learn more:'''
*[https://support.mozilla.org/en-US/kb/how-add-devices-your-mozilla-vpn-subscription?utm_source=-vpn-related How to add devices to your Mozilla VPN subscription]
*[https://support.mozilla.org/en-US/kb/are-there-limits-my-mozilla-vpn-connection?utm_source=-vpn-related Are there limits to my Mozilla VPN connection?]