AI Agent Hub
Back to plugins
🧩

dsh-lan-access

admin-security Updated 2026.09.11

Run the following command in DeepSeek Harness:

dsh plugin install longisland-icetea/dsh-lan-access

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

Run dsh plugin install longisland-icetea/dsh-lan-access in your DeepSeek Harness terminal to install the plugin; the source repository is https://github.com/longisland-icetea/dsh-lan-access .

About this plugin

The DeepSeek Harness Web GUI is hard-bound to loopback by default, so no other machine on your network can reach it. dsh-lan-access removes that wall: via zero-runtime static composition it overrides the official webserver and connection rows, binding the server to 0.0.0.0 when enabled so you can open the GUI directly over LAN-IP:port. A strict trust fence restricts access to only the host authorities you explicitly configure, and any evaluation error fails closed to the stock defaults so boot is never at risk.

The plugin gives you the full dial of control. A dedicated Settings tab lets you pick which NIC IP to expose, tune session lifetime from 1 to 3650 days, or flip on noAuth to drop the browser token gate entirely for fully controlled office or home segments. Toggling the plugin or the settings tab only starts or stops its fiber; the actual bind change takes effect on the next restart. There are no entry.update calls, no hot fiber restarts, and no boot-time rewrites.

It is designed for anyone already running a virtual LAN such as EasyTier, Tailscale, WireGuard, or ZeroTier who wants to manage Harness from multiple devices on the same network, as well as home or office admins who simply need LAN-IP access to a single instance. Enable it only on a network segment you fully control. Never expose the service on public Wi-Fi, campus, or shared lab networks.

Use Cases

  • Accessing the same Harness instance from multiple devices on a home or office network
  • Managing a remote Harness instance across locations via Tailscale or WireGuard virtual LAN
  • Enabling noAuth mode on a fully controlled office network to streamline daily operations

Best For

  • Harness users already running a virtual LAN such as EasyTier, Tailscale, WireGuard, or ZeroTier
  • System admins who need multi-device management of a single instance on a home or office network
  • Power users who want to safely extend Web GUI reach without modifying official source code