Radxa Zero 3 Setup Guide
Turn your Radxa Zero 3 into a WiFi Router, Secure VPN, or both with SPR. This guide will show you how.
Install a Docker Host System
SPR can run on any host which supports Docker, however, it is best tested with Ubuntu.
You can install Ubuntu images from https://joshua-riek.github.io/ubuntu-rockchip-download/
Grab the Ubuntu Server image for your board and install it. See the Ubuntu Rockchip page for help.
First Login
The username and password should be ubuntu/ubuntu
VPN Only (Virtual SPR)
SPR can run as a VPN server only. See the full VPN Setup Guide.
When running in Virtual SPR mode it uses a virtual network, so the host system's firewall and network configuration is unaffected.
Quick VPN Setup
sudo bash -c "$(curl -fsSL https://raw.github.com/spr-networks/super/master/virtual_install.sh)"
VPN Port Forwarding
If there is a firewall port 51280/udp needs to be open for incoming traffic, and port forwarded to the device
WiFi Access Point / WiFi Router
When setting up SPR as a router it will configure the host device's network.
SPR is distributed as source and as prebuilt docker images. You can get them started
Follow the full setup guide
Getting started quickly:
git clone https://github.com/spr-networks/super
cd super
sudo ./base/scripts/setup.sh
reboot
cd ~/super/
docker compose up -d