AI Agent Hub
Back to plugins
🧰

dsh-remote-gateway

Web Tools Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install RyensX/dsh-remote-gateway

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

Install by running dsh plugin install RyensX/dsh-remote-gateway in the DeepSeek Harness terminal; the full source is available at https://github.com/RyensX/dsh-remote-gateway

About this plugin

DeepSeek Harness binds to 127.0.0.1 by default, which means your AI workspace is locked behind the machine it runs on. dsh-remote-gateway lifts that restriction by spinning up a local reverse-proxy gateway that forwards requests into DSH, so you can chat with your AI from a phone, a second laptop, or a remote office network — anytime, anywhere.

Security is the core design principle. The plugin ships with password authentication (sliding expiry, 7-day absolute cap), an IP allowlist (IPv4, IPv6, and CIDR), a strict host allowlist to prevent DNS rebinding, and optional HTTPS via PEM certificates. Every setting takes effect the moment you hit save — no restart required. It also installs a compatibility layer before the client connects, so native models, plugin panels, and the settings page all work correctly over the remote link instead of falling back to in-browser memory.

Rather than exposing your instance to the public internet, the plugin is designed to pair with private-network tools like Tailscale, ZeroTier, Cloudflare Tunnel, or a corporate VPN. If you want secure, controllable remote access to DSH within your own network, this is the plugin for you.

Use Cases

  • Open DSH from a phone or remote laptop to chat with your AI on the go
  • Share a DSH workspace securely within a private network or with a second device
  • Access DSH across locations using Tailscale, ZeroTier, or a corporate VPN

Best For

  • Users who need the same DSH workspace across multiple devices
  • AI developers with remote-work or cross-location collaboration needs
  • Security-minded users who prefer private-network access over public exposure