AI Agent Hub
Back to plugins
🧰

dsh-mobile-gateway

Web Tools Updated 2026.09.09

Run the following command in DeepSeek Harness:

dsh plugin install agent-mobile/dsh-mobile-gateway

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install agent-mobile/dsh-mobile-gateway in the DeepSeek Harness terminal to install this plugin; source code is available at https://github.com/agent-mobile/dsh-mobile-gateway

About this plugin

The official dsh web server only listens on 127.0.0.1 by default, so phones and any other LAN device simply cannot reach the host. dsh-mobile-gateway patches the server to bind all interfaces through official extension points, then mounts a token-gated /m/api route alongside the original /api. Once the token is verified, mobile clients can call the full set of RPCs—sessions, command execution, workspace management, agent control—using the exact same frame format as the official API, with no source changes or recompilation.

Key capabilities include dual WebSocket downlink streams for real-time message push, a method whitelist that precisely controls what is exposed while permanently rejecting host-native-dialog and probe-style calls to eliminate reconnaissance risk, an admin page with hot token rotation, per-NIC pairing QR codes, and per-device blocking, a sidebar shortcut to the admin page, QR-code pairing that auto-fills the companion App, and a relaxed 500 MB attachment ceiling so large images transfer smoothly.

Built for developers who rely on DSH Agent from a phone, or small teams sharing one host across multiple LAN devices. The plugin does not provide a public tunnel—add Tailscale, Cloudflare Tunnel, or a similar authenticated overlay that passes WebSocket through when external access is needed.

Use Cases

  • A mobile app connects to DSH Web via token auth and drives agent sessions remotely
  • Multiple LAN devices share the same DSH host workflow
  • QR-code pairing quickly binds a phone app to the DSH server

Best For

  • Developers who rely on a mobile Agent workflow
  • Small teams sharing one DSH host across multiple LAN devices
  • DSH users who want remote access without modifying source code