Remote Instances
The desktop app can connect to OpenChamber running on another machine over SSH — a work server, a cloud box, a homelab — and bring its UI to your screen as if it were local. Set this up at Settings → Remote Instances.
Remote instances are a desktop-only feature. On the web or in VS Code, connect to a remote server with the environment variables in OpenCode Server instead.
Add a remote instance
- Open Settings → Remote Instances and add one.
- Give it the SSH command you’d normally use to reach the machine, plus a nickname.
- Choose how OpenChamber runs there:
- managed — OpenChamber installs and starts itself on the remote machine
- external — connect to one that’s already running
- Connect.
OpenChamber walks through the steps — checking the connection, setting up the remote, starting the server, and forwarding the port — and shows where it is at each stage. When it reaches ready, the remote UI loads locally.
Credentials
You decide whether to save the SSH and UI passwords or enter them each time. If the connection drops, OpenChamber reports which step failed so you can fix it — see Remote access.
Related
- OpenCode Server — connect to a remote server on web or VS Code
- Remote access — when a connection won’t complete