
Remote control lets a phone, tablet, or another computer drive the md² instance running on your desktop. The remote browser is a full client: same project, same files, same actions — executed on the desktop machine.
http://<hostname>.local:<port>/#<token>), plus Copy connect link.The desktop serves the md² web build from the same port, so the phone loads the app from your machine — no separate install and no cloud. The page reads the token from the URL fragment and connects back over the WebSocket automatically.
Prefer the IP link. The .local hostname does not resolve on every device, Android in particular.
To connect an md² web instance manually instead: Open project → source Remote → endpoint, token, project root path, branch.
Everything the desktop can, including running actions and agents, because the desktop process executes them. Card edits, commits, and worktree operations all happen on the desktop machine’s files.
The server binds to the LAN (0.0.0.0), not just loopback, otherwise other devices could not reach it. Consequences worth knowing:
Because the page is served over plain HTTP, browsers withhold some secure-context APIs (async clipboard, service workers). md² falls back where it can.
See also: Storage modes.