Getting Started
Raspberry Pi
Summary Instructions
- Copy the WROLPi image to a micro SD card.
- Boot the Raspberry Pi
- Choose your own username and password (do not use the wrolpi user).
- Finish installation steps, then reboot.
- Login using the user you created above.
- Modify fstab to mount your external drive to /media/wrolpi
echo '/dev/sda1 /media/wrolpi auto defaults,nofail 0 0' | sudo tee -a /etc/fstab
- Finish the installation with the repair script:
/opt/wrolpi/repair.sh
- Reboot
sudo reboot
- Browse to your WROLPi interface at http://wrolpi.local
Comprehensive Instructions
1) Download
- Download the Raspberry Pi image from WROLPi.org
2) Image SD Card
Linux
- Plug in your SD card, find its device path with:
sudo blkid
- Extract and copy the WROLPi image to your drive (/dev/sdb in this example):
xzcat WROLPi-v0.10-aarch64-desktop.img.xz | sudo dd of=/dev/sdb status=progress
Windows
- Copy the WROLPi image to your micro SD card using Raspberry Pi Imager
3) First boot
- Unplug your Raspberry Pi
- Insert the micro SD card from step 2 into your Raspberry Pi
- Connect any peripherals to your Raspberry Pi.
- Boot your Raspberry Pi.
- Choose your Country/Language/Timezone.
- Choose your own username and password (do not use the wrolpi user).
- Skip "Wi-Fi Selection", it is not required.
- Choose your favorite browser.
- Skip "Raspberry Pi Connect".
- Skip "Update Software".
- Restart.
- Login using the user you created above.
- Launch the Terminal application
- Modify fstab to mount your external drive to /media/wrolpi
echo '/dev/sda1 /media/wrolpi auto defaults,nofail 0 0' | sudo tee -a /etc/fstab
- Finish the installation with the repair script:
/opt/wrolpi/repair.sh
- Reboot
sudo reboot
4) WROLPi Interface
- Join the Hotspot, or browse to https://wrolpi.local or, the IP address of your WROLPi!
- If you want to view the WROLPi interface on a device within the same network, browse to https://wrolpi.local
Debian
Summary Instructions
- Copy the Debian WROLPi ISO to a thumb-drive.
- Insert the thumb-drive into the laptop, boot to the thumb-drive.
- Select "Start Installer"
- Install Debian 12.
- Unplug the thumb-drive after the installation has completed
- Login as the user you created during installation.
- Switch to the root user:
su -
- Finish the installation with the repair script:
/opt/wrolpi/repair.sh
- Reboot:
reboot
- Join the Hotspot, or browse to https://wrolpi.local or, the IP address of your WROLPi!