AI Agent Hub
Back to plugins
🖥️

dsh-remote-access

Client Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install sysit/dsh-remote-access

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

Run dsh plugin install sysit/dsh-remote-access in DeepSeek Harness to install this plugin; full source at https://github.com/sysit/dsh-remote-access

About this plugin

You are running dsh --profile web locally and want to open it from another device, only to find that stock dsh hard-locks the server to 127.0.0.1 - --host 0.0.0.0 is flat-out refused by web-startup. dsh-remote-access is a deliberately tiny bundle built for exactly this gap: no forking, no rewrites, no custom token gate. It simply overrides the webserver row host via a single env-var, letting it bind to 0.0.0.0 while authentication stays fully in dsh's built-in BrowserAuth ?token= flow.

Because the entire patch is just one declarative config layer in the profile directory that the loader re-reads on every boot, it is inherently immune to dsh upgrades - nothing to re-run, re-apply, or even remember. The startup log prints both the LAN address and the token URL; the browser cookie stays valid across restarts for up to cookieMaxAgeDays (default 30 days), so an already-open tab will not suddenly return a 401.

Who it is for: anyone who needs LAN access to a local dsh Web GUI from a phone, tablet, or second laptop; anyone who wants a persistent launchd KeepAlive remote entry point without pulling in a third-party proxy or inventing their own auth; and anyone who prefers the change-one-parameter-let-the-rest-be-official minimalism.

Use Cases

  • Open the local dsh Web GUI from another laptop on the same LAN
  • launchd KeepAlive persistent remote entry with no proxy or relay
  • Restart the process on a remote bind and keep the open tab alive

Best For

  • Users who need cross-device LAN access to the dsh Web GUI
  • People who prefer tiny declarative patches over third-party auth
  • Operators who want zero re-apply after any dsh upgrade