- Raspberry Pi OS Lite (Bookworm) — available for 64-bit (arm64) and 32-bit (armhf)
- SSH enabled on first boot (
pi/cyberwave) - Hostname
cyberwave, reachable atcyberwave.localvia mDNS - Docker Engine pre-installed
- Wi-Fi captive portal onboarding (WiFi Connect)
Step 1: Download and Flash
Choose the variant that matches your Raspberry Pi model:| Variant | Compatible models |
|---|---|
| arm64 (64-bit) | Raspberry Pi 4, 5, Zero 2 W |
| armhf (32-bit) | Raspberry Pi 3, Zero W, Zero 2 W |
- UI (Raspberry Pi Imager)
- Terminal
The Raspberry Pi Imager handles downloading, flashing, and verification in one step. Works on macOS, Windows, and Linux.
- Download and install Raspberry Pi Imager.
- In your browser download the image for your board:
- Insert your SD card.
- Open Raspberry Pi Imager.
- Click Choose OS → scroll to the bottom → Use custom, then select the
.img.xzfile you downloaded. No need to decompress it first. - Click Choose Storage and select your SD card.
- Click Next. When asked about OS customisation, choose No — the Cyberwave image already has SSH and a default user pre-configured.
- Click Write and wait for the flash and verification to complete.
Step 2: Configure Wi-Fi
- Insert the SD card into the Raspberry Pi and power it on.
- If the Pi already knows a Wi-Fi network it will join it automatically — skip to Step 4.
-
Otherwise the Pi creates a setup hotspot:
- SSID:
Cyberwave-Setup - Password:
cyberwave
- SSID:
-
Connect your laptop or phone to
Cyberwave-Setup. -
The captive portal opens automatically on most phones. On a laptop, open a browser and go to
http://192.168.50.1. - Select your Wi-Fi network from the list and enter the password.
- The Pi connects, then reboots automatically.
Step 3: SSH into the Pi
After the reboot, the Pi is on your local network and reachable via mDNS:If
cyberwave.local does not resolve, look up the Pi’s IP address in your router’s DHCP table and connect directly:You are now connected to your Raspberry Pi. Docker is installed and running, SSH is open, and the Pi is reachable at
cyberwave.local on your local network.