AI Agent Hub
Back to plugins
🧰

dsh-web-remote-access

Web Tools Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install studyzy/dsh-web-remote-access

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

Please run dsh plugin install studyzy/dsh-web-remote-access (source: https://github.com/studyzy/dsh-web-remote-access) in DeepSeek Harness to install this plugin.

About this plugin

By default, the DeepSeek Harness (dsh) Web UI only allows local loopback access, which limits its usability when you need to connect from another device. The dsh-web-remote-access plugin is designed to solve this specific pain point. It enables remote access via --host 0.0.0.0 without requiring any source code modifications, acting as a secure gatekeeper for all exposed traffic. Whether it is the web interface, API endpoints, or WebSocket connections, the plugin mandates authentication, ensuring that services exposed on the network or LAN are always protected. It also handles the Web Crypto API compatibility issues commonly found in pure HTTP LAN environments, providing a smooth experience. This is an ideal solution for local developers or users who run LLMs locally but need to share the dashboard from a phone, tablet, or office computer without setting up complex reverse proxies.

Use Cases

  • Remotely access locally running DeepSeek Harness from other devices on the LAN.
  • Debug or demo the Web UI remotely without configuring a reverse proxy.
  • Securely remotely manage parameters and configurations of local large language models via token protection.

Best For

  • Users who need to remotely access DeepSeek Harness on a local network.
  • Developers deploying local large language models for testing or development.
  • Tech enthusiasts wanting to add remote access functionality without modifying source code.