Kiosk Setup Guide

Follow these instructions to configure your player hardware.

Option 1: Native Player (Recommended)

Download our lightweight native player for your OS. It handles fullscreen, crash recovery, and offline caching better than a standard browser.

Usage

# Run with a specific URL/Token
./kioskmode-player https://kioskmode.me/play/YOUR_DEVICE_TOKEN

# Dev Mode (connects to localhost:3000)
./kioskmode-player -dev

Option 2: Browser Kiosk Mode

If you prefer using Chrome or Edge directly:

Chrome

chrome.exe --kiosk --disable-infobars --check-for-update-interval=31536000 "https://kioskmode.me/play/YOUR_TOKEN"

Edge

msedge.exe --kiosk --edge-kiosk-type=fullscreen --no-first-run "https://kioskmode.me/play/YOUR_TOKEN"

Startup Configuration

To make the player start automatically on boot: