MullvadVPN is a privacy-focused VPN service that requires no personal information to create an account. This guide walks you through installing the MullvadVPN app on Ubuntu using either the official repository or manual download.
sudo apt update && sudo apt upgrade -y
sudo apt install curl
โ ๏ธ Do not use the Snap version of curl.
curl -fsSL https://mullvad.net/downloads/mullvad-key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/mullvad-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.gpg] https://repository.mullvad.net/deb stable main" | sudo tee /etc/apt/sources.list.d/mullvad.list
sudo apt update sudo apt install mullvad-vpn
wget --content-disposition https://mullvad.net/download/app/deb/latest
sudo apt install -y ./MullvadVPN-*.deb
mullvad-vpn
Or launch it from your desktop environment.
Enter your Mullvad account number (no email or password required).
Choose a location and click Connect.
Check your IP and DNS status:
mullvad status