Files
openchamber/packages/docs/content/docs/troubleshooting/remote-access.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

39 lines
1.5 KiB
Plaintext

---
title: Remote Access
description: Fix tunnels, remote instances, and reaching OpenChamber from another device.
---
# Remote Access
When you can't reach OpenChamber from your phone or another machine, the fix depends on how you're connecting.
## Check the basics first
- open `http://localhost:3000` on the same computer first — if that fails, it's not a remote problem; see [OpenCode connection](/troubleshooting/opencode-connection/)
- confirm the server is running with `openchamber status`
## Tunnel link doesn't work
- run `openchamber tunnel status --all`
- restart the tunnel from the same instance and port
- regenerate the connect link if the previous one was already used
See [Tunnels](/tunnels/) for the full setup.
## Remote instance won't connect (desktop)
When a [remote instance](/remote-instances/) stalls, OpenChamber names the step that failed:
- **auth** — your SSH or UI password was rejected; re-enter it
- **install / start** — OpenChamber couldn't set up or start the server on the remote machine; check that machine's requirements
- **forwarding** — the connection is up but the port isn't reaching you; try a different local port
## Behind your own server
If you put OpenChamber behind a reverse proxy and it loads oddly or won't connect, see [Reverse Proxy](/reverse-proxy/).
## Related
- [Tunnels](/tunnels/) · [Remote Instances](/remote-instances/) · [Reverse Proxy](/reverse-proxy/)
- [Security](/security/) — protect the UI before exposing it