AI Agent Hub
Back to plugins
🧰

dsh-web-lan-access

Web Tools Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install AcidGr/dsh-web-lan-access

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

Install the plugin from https://github.com/AcidGr/dsh-web-lan-access in DeepSeek Harness to enable LAN and remote access support for the Web UI.

About this plugin

When DeepSeek Harness Web UI is accessed through a LAN IP, Tailscale address, or plain HTTP hostname, the browser may lack crypto.randomUUID because the page is not in a secure context. This causes RPC requests to fail and prevents sessions and models from rendering. dsh-web-lan-access addresses this exact issue.

The plugin uses the official index injection point to add a lightweight UUID polyfill early in the page, allowing identifiers to be generated on insecure HTTP origins. It is a no-op on secure origins. It can also configure the webserver bind host and widen the /api trust fence automatically, making access from LAN, Tailscale, and VPN interfaces smoother without modifying product source code.

It is ideal for users who want to open DeepSeek Harness Web UI from phones, tablets, other computers, or private networks. Because binding broadly can expose the agent without authentication, it is best used on trusted networks or together with firewall rules, Tailscale, or an authenticated reverse proxy.

Use Cases

  • Access DeepSeek Harness Web UI from a LAN IP address.
  • Open the interface remotely over Tailscale or a VPN.
  • Fix sessions and models failing to load over plain HTTP.

Best For

  • Users who need to access the local Web UI from phones, tablets, or other computers.
  • People using the interface on LAN, Tailscale, or VPN environments.
  • Users who want remote access with a reversible plugin approach.