AI Agent Hub
Back to plugins
🧰

dsh-maestro-remote

Web Tools Updated 2026.09.15

Run the following command in DeepSeek Harness:

dsh plugin install ddtcorex/dsh-maestro-remote

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

Run dsh plugin install ddtcorex/dsh-maestro-remote in your DeepSeek Harness terminal to install the plugin. Full source repository: https://github.com/ddtcorex/dsh-maestro-remote

About this plugin

A DSH session is tied to the terminal it was launched in, so walking away from that machine means losing the thread. dsh-maestro-remote bridges that gap with a Cloudflare tunnel and a LAN remote proxy, surfacing your local DSH session to the outside world so you can pick up right where you left off.

The core capabilities fall into three buckets: tunnel lifecycle management (start, stop, and status for both quick and named cloudflared tunnels, plus automatic restore of a previously running named tunnel on boot); a remote proxy request handler that enforces PIN authentication via constant-time comparison and supports hot-reloadable configuration; and a cloudflared binary fetcher that resolves the executable from PATH or installs it into a cache directory automatically. Access is gated by a dual-PIN scheme with QR-based provisioning, keeping secrets out of URLs and request headers.

It is built for developers and small teams already working within the Maestro suite who need to keep operating a local DSH session from another location—say a long-running job at home while you are at the office, or turning a dev box into a shared remote terminal. Configuration and runtime state are deliberately stored separately so that a casual edit to settings.json can never silently flip the tunnel on or off.

Use Cases

  • Keep operating a long-running DSH job after walking away from the local machine
  • Turn a dev box into a shared remote DSH terminal for a small team
  • Reach a local DSH session from a device that lacks a full terminal environment

Best For

  • DSH developers already working within the Maestro suite
  • Small teams that need cross-location access to local DSH sessions
  • Individuals who want to remote-ify a dev box with gated access