Getting Started
Set up RaspboCrate on your Raspberry Pi and start managing catalogues offline.
Prerequisites
Before you begin, make sure you have:
- Raspberry Pi 4 or 5 (4GB RAM recommended)
- SD card (32GB or larger)
- Power supply appropriate for your Pi model
- Network connection (Ethernet or Wi-Fi) for initial setup
- Computer with an SD card reader for flashing the image
Step 1: Download the image
Download the latest RaspboCrate image from the GitHub Releases page.
Choose the .img.xz file for your architecture. Most users should download
the arm64 version.
Step 2: Flash the image
Use one of these tools to flash the image to your SD card:
- Raspberry Pi Imager (recommended)
- balenaEtcher
- Insert your SD card into your computer
- Open your chosen imaging tool
- Select the downloaded RaspboCrate image
- Select your SD card as the target
- Click "Write" or "Flash" and wait for the process to complete
Step 3: First boot
- Insert the SD card into your Raspberry Pi
- Connect an Ethernet cable (recommended) or ensure Wi-Fi credentials are configured
- Connect the power supply
- Wait for the Pi to boot (first boot may take a few minutes as containers initialise)
Step 4: Access the admin interface
Once the Pi has booted, access the admin interface in your web browser:
http://raspbocrate.local/admin
If raspbocrate.local doesn't resolve, you may need to find the Pi's IP
address from your router and use that instead.
Importing data from USB
RaspboCrate makes it easy to import collections from USB drives:
- Prepare your RO-Crate data on a USB drive
- Insert the USB drive into the Raspberry Pi
- Open the admin interface
- Navigate to the "Import" section
- Select the USB drive and the collections to import
- Click "Import" and wait for the process to complete
Browsing catalogues
Once you've imported data, you can browse your catalogues using the Oni UI:
http://raspbocrate.local/ The catalogue browser provides full-text search, filtering by collection, language, and other metadata fields.
Troubleshooting
Can't find the Pi on the network
- Ensure the Pi is connected via Ethernet or has valid Wi-Fi credentials
- Check your router's admin page for connected devices
- Try using an IP scanner tool like
nmapor Angry IP Scanner
Services not starting
- Wait a few minutes after first boot for all containers to start
- SSH into the Pi and check Docker container status:
docker ps - Check container logs:
docker compose logs
Need help?
If you encounter issues, please open an issue on GitHub .