An independent community project Meet the project
retropie.usSearch
Menu

VPN

RetroPie upstream reference · Snapshot 175f5b158f16

Check the hardware and OS before following this guide.

Imported upstream documentation may contain historical commands and defaults. It is not a tested Pi 5 recipe. See current Pi 5 research.

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