mozillavpn

mozilla's VPN client

TLDR

Connect to VPN
$ mozillavpn activate
Disconnect from VPN
$ mozillavpn deactivate
Check connection status
$ mozillavpn status
Select server location
$ mozillavpn select [us-ny]
List available servers
$ mozillavpn servers
Login to account
$ mozillavpn login

SYNOPSIS

mozillavpn [command] [options]

DESCRIPTION

mozillavpn is Mozilla's VPN client. It provides secure network connection through WireGuard protocol.The tool encrypts internet traffic. Offers multiple server locations worldwide.

PARAMETERS

COMMAND

Action to perform.
activate
Connect to VPN.
deactivate
Disconnect from VPN.
status
Show connection status.
select SERVER
Choose server location.
servers
List available servers.
--help
Display help information.

INSTALL

nix profile install nixpkgs#mozillavpn

CAVEATS

Requires subscription. WireGuard kernel module. Limited to 5 devices.

HISTORY

mozillavpn was launched by Mozilla in 2020 as a privacy-focused VPN service using WireGuard technology.

SEE ALSO

wg(1), openvpn(1)