Logo

Webpage Signage Runner v1.0.0

Multi-Display Digital Signage Kiosk Orchestrator • By Maximiliano Contartesi

Connected Displays & Feeds

3 monitors configured

Assign specific target URLs, HTTP methods, Bearer tokens, zoom scaling, and cache reload intervals per physical screen.

System & Global Preferences

Tune resilience watchdog, remote HTTP control API, and operating system startup integration.

General & Recovery

Used when new unconfigured monitors are hotplugged.
Press this combination anytime in kiosk mode to unlock and open setup.

Remote Control & Health API

Header: Authorization: Bearer <token>
GET /health GET /api/status POST /api/reload POST /api/displays/:id/url

Watchdog & Resilience

0 disables auto-reload.
Reconnection interval.

Multi-Display Video Wall & Screen Simulator

Simulate live signage feeds, scheduled cache purging, network loss fallback (offline.html), and screen identification.

Embedded REST API & Swagger UI Explorer

Test interactive endpoints for remote health monitoring, dynamic URL push, cache reloads, and live screen capture.

GET /health
GET /api/status
POST /api/displays/:id/url
POST /api/reload
POST /api/identify
200 OK
{
  "status": "ok",
  "app": "webpage-signage-runner",
  "version": "1.0.0",
  "uptimeSeconds": 86400,
  "timestamp": "2026-08-25T22:00:00.000Z"
}

Download Native Binaries (Windows & Linux)

Standalone, pre-compiled release packages with zero external dependencies.

🪟

Windows Releases

Windows 10, 11 & Windows Server x64

  • Webpage-Signage-Runner-Setup-1.0.0-x64.exe Official NSIS Installer (Desktop & Startup shortcut)
    Download
  • Webpage-Signage-Runner-Portable-1.0.0-x64.exe Portable standalone executable (Runs from USB or folder)
    Download
💡 Includes autostart registry integration and power save blocker.
🐧

Linux Packages

Ubuntu, Debian, Fedora, Arch, Raspberry Pi OS

  • webpage-signage-runner-1.0.0-x64.AppImage Universal portable Linux binary
    Download
  • webpage-signage-runner-1.0.0-x64.deb Debian / Ubuntu / Linux Mint package
    Download
💡 Supports X11, Wayland, and systemd user services.