AI Agent Hub
Back to plugins
🖥️

dsh-web-lan

Client Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install yes8080/dsh-web-lan

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

Run dsh plugin install yes8080/dsh-web-lan in your DeepSeek Harness terminal; the source is available at https://github.com/yes8080/dsh-web-lan

About this plugin

DeepSeek Harness binds its webserver to 127.0.0.1 by default, which means your phone, tablet, or a laptop across the office simply cannot reach the console. dsh-web-lan opens the service to your LAN with a single command, then puts a password gate in front of it: unauthenticated callers get only the login page while API and WebSocket endpoints return 401; once logged in, the session is treated as loopback so every local-only feature (settings, credentials, agent presets) works for you.

The plugin also ships several targeted patches: it fixes the missing crypto.randomUUID on plain-HTTP origins that would otherwise break the entire /api layer; it forces the in-browser isLoopback flag to true so the Settings to Plugin Config tab stops rendering blank on LAN pages; and it adds a LAN Access card in Settings where you can rotate the password on the fly with instant, persistent effect.

On the security side, sessions use HttpOnly + SameSite=Strict cookies, a per-IP rate limit kicks in after five consecutive failures with a 30-second lock, and changing the password immediately invalidates every other active session. This plugin is ideal for anyone who wants to monitor or operate DeepSeek Harness from a phone or tablet on the same network without reaching for an SSH tunnel.

Use Cases

  • Open the dsh console from a phone or tablet on an office or home LAN
  • Access DeepSeek Harness from other LAN devices without an SSH tunnel
  • Monitor and manage Harness settings across multiple devices on the fly

Best For

  • Developers operating dsh from a phone or tablet on a home or office LAN
  • Users who want browser-based dsh management without SSH tunnels
  • Technical staff in multi-device workflows needing on-the-go access to Harness