OpenCode Connection
If OpenChamber loads but never gets past “OpenCode is restarting,” or chat won’t respond, the server it talks to isn’t reachable. Work through these.
It’s stuck on “OpenCode is restarting”
- give it a moment right after launch — this state is normal while the server starts
- check whether the server is alive with
openchamber status - restart it with
openchamber restart - view startup details with
openchamber logs
You’re connecting to your own server
If you set OpenChamber to use an existing server, double-check the setup from OpenCode Server:
OPENCODE_HOSTmust include the port, with no path — for examplehttp://localhost:4096- set
OPENCODE_SKIP_START=trueso OpenChamber doesn’t also start its own - if the address is invalid, OpenChamber ignores it and starts its own server instead — look for a
[config]warning in the logs
Still failing
- confirm Node.js is version
20or newer - reinstall the latest CLI
- open
http://localhost:3000directly before testing any tunnel or remote link
Related
- OpenCode Server — how OpenChamber finds and manages the server
- Troubleshooting — other common issues