AI Agent Hub
Back to plugins
🖥️

dsh-lan-pass

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install x2802490130-prog/dsh-lan-pass

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

Run "dsh plugin install x2802490130-prog/dsh-lan-pass" in your DeepSeek Harness terminal to install this plugin; the full source is available at https://github.com/x2802490130-prog/dsh-lan-pass.

About this plugin

You are running DSH on your desktop and want to pick up the conversation on your phone or tablet, only to find the Web UI is either unreachable, not mobile-friendly, or out of sync with your session. dsh-lan-pass closes that gap: any device on the same local network enters the local DSH Web UI with a single access key, and because they all share one backend, sessions and I/O stay in real-time sync with zero pairing or forwarding.

The login page is mobile-responsive, the plugin ships a built-in crypto.randomUUID polyfill for HTTP (non-secure) contexts, and localhost access is never intercepted. Gate validation runs server-side using an HMAC-signed HttpOnly cookie. The default key is "deepseekyyds" so it works immediately after install, while a custom key can be set via an environment variable or the credentials file and takes effect on the next restart.

It is designed for the "glance at it from my phone" moment in a trusted home or office LAN. Once the web server is bound to all interfaces, open the machine IP on port 3080 in a phone browser, type the key, and you are in the full UI. The author is transparent about the security boundary: unauthenticated devices can theoretically still hit API endpoints directly, so the plugin is recommended for trusted networks only; for public exposure, pair it with a reverse proxy and HTTPS.

Use Cases

  • Pick up an unfinished AI conversation from your phone on the couch
  • Glance at DSH session progress and context on a tablet
  • Share the same DSH backend across devices on an office network with real-time sync

Best For

  • DSH users who frequently switch between phone, tablet, and desktop
  • Developers needing zero-config mobile access within a home or office LAN
  • Lightweight users who want a simple trusted-network gate without a reverse proxy setup