IoT Mesh Dashboard

Every device.
One mesh.

Beacon is a self-hosted IoT dashboard for your Pi fleet, sensors, cameras, and smart home. WireGuard-encrypted mesh. Real-time metrics. No cloud dependency. No monthly fee.

Deploy Beacon Live Dashboard
Live Fleet Status

Your devices at a glance

Status
Device
Load
Uptime
Alice
192.168.4.49 · Gateway
12% CPU
47d 8h
Cecilia
192.168.4.96 · AI Node
--
Offline
Octavia
192.168.4.101 · Gitea + Workers
34% CPU
22d 3h
Aria
192.168.4.98 · Interface
--
Needs reboot
Lucidia
192.168.4.38 · Web Apps
28% CPU
14d 11h
Alice (GW) Octavia Lucidia Cecilia Aria Gematria (DO) Anastasia (DO)
WireGuard NATS mDNS SSH Tor
Features

Everything Home Assistant should be

// mesh

WireGuard mesh

Every device connects through encrypted WireGuard tunnels. Full mesh, not hub-and-spoke. Any node can reach any other node directly.

// metrics

Real-time telemetry

CPU, memory, disk, temperature, network throughput. Historical data in InfluxDB. Alerts when thresholds are crossed. No external services.

// auto

Automation engine

NATS-based pub/sub for event-driven automation. Temperature too high? Spin down workloads. Disk full? Archive and alert. All programmable.

// discover

Auto-discovery

Plug in a new Pi, sensor, or camera. Beacon finds it via mDNS, provisions WireGuard keys, and adds it to the mesh. Zero config.

// ai

AI anomaly detection

Local Ollama models watch your metrics and flag anomalies before they become outages. Predictive disk failure. Unusual network patterns.

// map

Physical topology

Map your devices by room, rack, or location. See which devices share a switch, which are on battery backup, and which have redundancy.

Use Cases

Built for real infrastructure

01

Pi fleet management

Run 5 Pis or 500. Beacon gives you SSH access, remote reboot, package updates, and log aggregation from a single dashboard. No agent installation needed.

02

Smart home without the cloud

Connect Zigbee sensors, cameras, thermostats, and smart plugs. All data stays on your LAN. Automations run locally. Works during internet outages.

03

Edge AI inference

Distribute AI workloads across Hailo-8 accelerators (52 TOPS). Beacon schedules inference jobs, balances load, and aggregates results. Computer vision at the edge.

04

Network monitoring

Track every TCP/UDP port across every device. Beacon maps your actual network topology, detects rogue services, and alerts on unauthorized listeners.

Deploy

One command. Full visibility.

Beacon runs on any Linux device with SSH access. It discovers your network, inventories your devices, and stands up a dashboard in under a minute.

# Install Beacon
br install beacon
br beacon scan --subnet 192.168.4.0/24
br beacon serve --port 3300