Quick Start

Two ways to set up a signage display: flash a ready-made image (recommended) or install packages on existing Linux.

πŸ’Ώ Flash a ready-made image

Xibo Kiosk images include everything: the operating system, auto-login, a setup wizard, all players, health monitoring, and automatic updates. Pick your hardware:

After booting
Log in with user xibo / password xibo. Change your password with passwd. The setup wizard appears β€” enter your CMS URL, server key, and display name. Go to your CMS β†’ Displays β†’ Authorize the new display. Content starts playing automatically.

πŸ“¦ Install on existing Linux

Install xiboplayer-kiosk on your existing Fedora, Ubuntu or Debian system. It configures auto-login, a kiosk session, health monitoring, and the Electron player β€” without reinstalling the OS.

What gets installed
A dedicated kiosk user with auto-login, a fullscreen GNOME Kiosk session, health monitoring with auto-restart, on-screen notifications (Dunst), and keyboard shortcuts (keyd). Reboot to start the kiosk.
Choose a player
sudo dnf install xiboplayer-electron    # Recommended
sudo dnf install xiboplayer-chromium    # Lightweight alternative
sudo dnf install arexibo                # Native Rust player

Next Steps