This guide uses NordVPN as an example though there are many other VPN Providers.
Install Dependencies
sudo apt update
sudo apt install openvpn unzip
Install NordVPN server configs
cd /etc/openvpn/
sudo wget https://nordvpn.com/api/files/zip
sudo unzip zip
Connect to VPN
sudo openvpn file_name (for example: sudo openvpn de75.nordvpn.com.udp1194.ovpn)
To Kill Process: Ctrl+C or sudo killall openvpn
Start VPN at Boot
TODO
Copyright the RetroPie project and its contributors. Distributed under the upstream GPLv3 license, with original notices retained.
Adapted for this site's presentation: sanitized HTML, local links, heading anchors, and external illustration links. Original Markdown · Pinned upstream source · Upstream website