Rockchip Hardware Setup Guide
Turn your rockchip board into a into a WiFi Router, Secure VPN, or both with SPR. This guide will show you how
Devices
- AIO 3588L
- ArmSoM AIM7
- ArmSoM Sige5
- ArmSoM Sige7
- ArmSoM w3
- Indiedroid Nova9
- LubanCat 4
- Mixtile Blade 3
- Mixtile Core 3588E
- NanoPC T6
- NanoPi R6C
- NanoPi R6S
- Orange Pi 3B
- Orange Pi 5
- Orange Pi 5 Max
- Orange Pi 5 Plus
- Orange Pi 5 Pro
- Orange Pi 5B
- Orange Pi CM5
- ROC RK3588S PC
- ROCK 5 ITX
- ROCK 5A
- ROCK 5B
- ROCK 5B Plus
- ROCK 5C
- ROCK 5D
- Radxa CM5 IO
- Radxa CM5 RPI CM4 IO
- Radxa NX5 IO
- Radxa Zero 3
- Turing RK1
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
Need Help?
Contact us with any questions