-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting & FAQ
Find quick solutions to common deployment, hardware, and configuration scenarios.
A: Press Ctrl + Shift + C (or CmdOrCtrl + Alt + S) on any keyboard connected to the kiosk machine. You can also trigger the setup window remotely via REST API by sending a POST request to http://<kiosk-ip>:9191/api/setup.
A: The target URL failed to load. Check:
- Is the kiosk connected to the local network or internet?
- Is the destination web server running and reachable from the kiosk?
- Check the error code displayed on the screen (e.g.
ERR_NAME_NOT_RESOLVED,ERR_CONNECTION_REFUSED). - Look at the structured logs in the
logs/directory for detailed error traces.
A: Open %APPDATA%\webpage-signage-runner\config.json (Windows) or ~/.config/webpage-signage-runner/config.json (Linux) and change the api.port field:
{
"api": {
"enabled": true,
"port": 9292,
"host": "0.0.0.0"
}
}A: You can set the target URL directly to https://www.youtube.com or to an embedded player URL such as:
https://www.youtube.com/embed/<VIDEO_ID>?autoplay=1&mute=1&loop=1&playlist=<VIDEO_ID>&controls=0
A: Webpage Signage Runner natively uses electron.powerSaveBlocker to prevent the OS and monitors from entering sleep or standby while running. Additionally, follow the power settings outlined in the Production Hardening Guide.
-
Windows:
%APPDATA%\webpage-signage-runner\logs\signage-YYYY-MM-DD.log -
Linux:
~/.config/webpage-signage-runner/logs/signage-YYYY-MM-DD.log
You can also click the "Open Logs Folder" button in the Setup Wizard to open the directory directly in your file explorer.
A: In the Setup Wizard (or in config.json), adjust the zoomFactor for that display to 1.25 (125%), 1.5 (150%), or 2.0 (200%).
Webpage Signage Runner Wiki • Created & Maintained with ❤️ by Maximiliano Contartesi • LinkedIn • GitHub Repository • MIT License
By Maximiliano Contartesi