Setup & hardware
First boot: from unboxing to your first menu
A walk-through of the Server Kit — plug in, provision Wi-Fi, claim your license, publish a sequence.
The Server Kit ships pre-flashed and pre-licensed to your organization — plug it in, connect it to Wi-Fi, and you can start building menus. No terminal work, no SSH, no flashing SD cards. This guide walks you from an unopened box to a live menu on your TV in under 15 minutes.
What’s in the Server Kit
Everything you need is in the box. There’s nothing extra to buy before your first boot.
- Raspberry Pi 5 (4 GB) with heatsink case
- USB-C power supply
- Micro-HDMI to HDMI cable
- SD card, pre-flashed with your license baked in
- Quick-start card with your admin URL
You’ll also need an HDMI display (a TV, monitor, or the display you’re planning to drive menus on) and either Wi-Fi or an Ethernet cable.
1. Plug it in
- 1Connect HDMI to your display
Use the micro-HDMI-to-HDMI cable. The Pi’s HDMI ports are next to the USB-C power port — use the one labelled
HDMI 0(closer to the USB-C). - 2Insert the SD card (if not already inserted)
It slides into the slot on the underside of the Pi. The contacts face up.
- 3Power it on
Plug in the USB-C power supply. You’ll see the rainbow boot screen, then Blazeboard will take over.
2. Get it on Wi-Fi
You have two options, depending on whether you have an Ethernet cable handy.
| Ethernet | Just plug in the cable. The Pi picks up DHCP and you’re done — skip to step 3. |
|---|---|
| Wi-Fi | See the dedicated Pair over Wi-Fi guide — use IMProv from your phone or the captive portal. |
3. Open the admin UI
Once the Pi is online, open the admin UI from any device on the same network:
| URL | http://blazeboard.local:43100/loginWorks on most networks that support mDNS (Mac, iOS, Android, most routers). |
|---|---|
| Fallback | Find the device IP on your router (look for a host named blazeboard) and open http://<ip>:43100/login. |
| First login | Use the admin credentials you set during signup on blazeboard.co. Every Pi trusts your cloud account — you don’t create a separate login per Pi. |
5. Assign the sequence to a screen
- 1Create a screen
Go to
Display → Screens, clickNew screen, give it a short code (e.g.main), pick a template (try Denseboard or Clinical Clean for a first pass), and save. - 2Attach the sequence
Edit the screen and select the sequence you just built. The screen now knows what to play.
6. Publish & go live
Hit the Publish button on the sequence or the screen page. Publishing writes an atomic JSON artifact that your display polls every few seconds — there’s no delay beyond that poll, so content starts playing immediately.
To view the display itself, visit http://<pi-ip>:43100/display/<code> from any browser, or just look at the TV connected to the Server Kit.
What to do next
- Connect a POS so your sold-out state syncs automatically.
- Invite your team from
/dashboard/teamso budtenders can manage the waitlist board. - Troubleshoot your display if the TV is showing the wrong orientation, blank, or flickering.
- Explore
Admin → Template Builderonce you want a custom layout — you can mix sections, headers, and custom blocks freely.
If something isn’t working
- I don’t see the TV splash. Double-check the HDMI cable — the Pi has two HDMI ports; use the one nearest the USB-C power port (
HDMI 0). - I can’t reach the admin UI. Try the IP address directly (find it on your router’s DHCP table). If you’re on a corporate network, mDNS (
.local) is often blocked. - Setup mode won’t start. The Pi needs about 30 seconds of no-network time to enter setup mode. Unplug Ethernet and power-cycle if needed.
- It’s still confusing. Open a support ticket — we’ll walk you through it.