Skip to main content

Vodia Wallboards 1.0.0

Release Date: May 2026

The first official release of Vodia Wallboards — a self-hosted real-time wallboard platform for Vodia call queues.


Highlights

Wallboard Builder — Drag-and-drop canvas with 8 preset layouts and a full widget library. Build as many wallboards as you need per tenant, each independently configured.

Real-Time Data — Live queue metrics delivered over WebSocket: calls waiting, ringing, active calls, agent states, and inbound/outbound counts update the moment they change on the PBX.

Widget Library — KPI Number, Queue Status, Agent Grid, Agent Shift Summary, Active Calls, Abandoned Calls, SOA Gauge, Call Volume sparkline, Trend chart, AI Summary, Alert Feed, Internal/External breakdown, Category Mix, Clock, and Text/Label widgets.

8 Preset Layouts — NOC Overview, Single Queue Focus, Executive Summary, Agent Monitor, Compact Multi-Queue, SOA & Trends, After Hours / Minimal, and Executive + AI. Each optimised for a specific audience and screen.

TV / Kiosk Mode — Publish any wallboard as a token-based URL requiring no login. Safe for dedicated TV displays and kiosks. Links don't expire.

Multi-PBX & Multi-Tenant — Connect multiple Vodia PBX servers and enable wallboard monitoring per tenant. Each tenant gets its own isolated data stream.

AI Summaries — Natural language queue health summaries via OpenAI, Anthropic Claude, Google Gemini, or a self-hosted Ollama instance. Hallucination prevention built in.

Alerting — Threshold-based alerts with notifications via SMTP email.

Branding — Upload a logo and set an accent colour per tenant. Appears in the wallboard header and TV display mode.

Security — AES-256-GCM encryption for all stored PBX credentials, JWT authentication, MFA via TOTP authenticator apps and WebAuthn passkeys, and role-based access control.

Roles — Four roles with scoped access: super_admin, admin, queue_manager, and viewer.


Installation

Requires Ubuntu 24.04, a domain name, and under 10 minutes:

apt-get install -y wget unzip
wget https://cdn.vodia.net/vodia-wallboards/vodia-wallboards.zip
unzip vodia-wallboards.zip
cd vodia-wallboards
sudo bash install.sh

Upgrading

cd /opt/vodia-wallboards
wget https://cdn.vodia.net/vodia-wallboards/vodia-wallboards.zip -O vodia-wallboards-update.zip
unzip -o vodia-wallboards-update.zip
cp .env .env.bak.$(date +%s)
cp -rf vodia-wallboards/* .
rm -rf vodia-wallboards/
rm -rf vodia-wallboards-update.zip
docker compose down && docker volume rm vodia-wallboards_frontend_dist && docker compose up -d --build

No data is lost during an upgrade.