dsh-remote-access
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
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.