AI Agent Hub
Back to plugins
🧰

dsh-lan

Web Tools Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install SparkWeiyang/dsh-lan

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

Run dsh plugin install SparkWeiyang/dsh-lan in your terminal to fetch and install the plugin from https://github.com/SparkWeiyang/dsh-lan into your DSH instance.

About this plugin

The DSH Web GUI binds to 127.0.0.1 by default, so reaching it from a phone, tablet, or another laptop on the same LAN means manually changing the bind address and maintaining a per-device trust-fence whitelist. dsh-lan removes that friction entirely: once loaded, the web server listens on 0.0.0.0 and dsh-web-app automatically enumerates every local IPv4 address for the browser trust fence, with no extra startup flags or patches required.\n\nThe second capability addresses a narrow but real pain point: checking your DeepSeek account balance from a phone without ever putting the API key on the mobile device. The plugin registers a deepseek/balance RPC endpoint; a remote client sends a standard envelope, the PC resolves its locally configured DEEPSEEK_API_KEY, calls the official balance API, and returns the result, so the secret never leaves the host machine.\n\nIt is aimed at users who collaborate with DSH across multiple devices on a trusted LAN and want to drive sessions and glance at their balance from a browser. One caution: DSH Web has no authentication layer—its trust fence is only a reachability policy—so keep the service on a network you control or front it with a reverse proxy and proper credentials.

Use Cases

  • Open the DSH Web GUI from a phone or tablet on the same LAN and drive sessions
  • Query DeepSeek balance remotely with one RPC while the API key stays on the PC
  • Share one DSH host across multiple office devices without editing bindings or whitelisting per machine

Best For

  • Developers who need multi-device DSH access within a trusted LAN
  • Users who want mobile DeepSeek balance checks without exposing their API key
  • Technicians sharing a DSH host across a team or home network