Skip to main content
Version: 2.9

Guest WiFi

Display your guest WiFi network name and password on the board for visitors. No API key required.

Guest WiFi on split-flap board

Overview

The Guest WiFi plugin provides a simple way to share WiFi credentials:

  • Network name (SSID)
  • Password
  • No external services needed -- just enter your credentials

Setup

  1. Open http://localhost:4420
  2. Go to the Integrations page
  3. Toggle Guest WiFi on
  4. Enter your network name and password
  5. Click Save Changes

Available Variables

VariableDescriptionExample
{guest_wifi.ssid}Network nameMYNETWORK-GUEST
{guest_wifi.password}WiFi passwordWELCOME2024

Example Page Layout

┌──────────────────────┐
│ │
│ WIFI NETWORK │
│ MYNETWORK-GUEST │
│ PASSWORD │
│ WELCOME2024 │
│ │
└──────────────────────┘

Next Steps