Octolux App Server — debug startup and runtime failures
Public Unreviewedby Caleb
Diagnose any Octolux Node.js app server failure that breaks the Dashboard (startup or runtime). Six symptoms with root causes and fixes.
Discover
How an AI finds this repo: the auto-discovery snippet from page.json, self-tested against the live discovery search.
Snippet
Debug the Octolux Node.js app server (port 8830). Covers six symptoms across startup failures (ECONNREFUSED, missing npm deps, EADDRINUSE, silent crashes) and runtime feature bugs — including the dashboard section-button bugs where (a) the first click creates a tab behind the dashboard and (b) every click silently fails because Hydrogen's workspace session has disconnected and the server's cli() wrapper drops the 409 on the floor. Also documents the Adom HTTPS proxy 5xx-body-stripping gotcha that forces using HTTP 200 with {ok:false}.
The Octolux dashboard webview is blank — diagnose itoctolux health says the server isn't runningEADDRINUSE 0.0.0.0:8830 when I start the Octolux serverERR_MODULE_NOT_FOUND when I start the Octolux serverOctolux server starts and dies a few seconds laterClicking VNC (or Deploy / Stream) on the Octolux dashboard does absolutely nothing — every click, not just the firstadom-cli is returning 409 'No browser session is connected' from open-or-refreshHow do I stop new containers hitting the Octolux first-run ECONNREFUSED bug?Sample prompts: self-test
How this repo ranks when its full trigger set is the query.
Each sample prompt run against the live discovery search. The score is your rank, does the prompt return this repo at the top?
"The Octolux dashboard webview is blank — diagnose it"Dashboard blank
#1 of 153
"octolux health says the server isn't running"Server won't start
#1 of 103
"EADDRINUSE 0.0.0.0:8830 when I start the Octolux server"Port already in use
#1 of 156
"ERR_MODULE_NOT_FOUND when I start the Octolux server"Module not found
#1 of 156
"Octolux server starts and dies a few seconds later"Silent crash
#1 of 156
"Clicking VNC (or Deploy / Stream) on the Octolux dashboard does absolutely nothing — every click, not just the first"Click does nothing
#1 of 155
"adom-cli is returning 409 'No browser session is connected' from open-or-refresh"Hydrogen 409
#1 of 111
"How do I stop new containers hitting the Octolux first-run ECONNREFUSED bug?"Prevent recurrence
#2 of 156