AI Agent Hub
Back to plugins
🖥️

dsh-web-url-view

Client Updated 2026.09.13

Run the following command in DeepSeek Harness:

dsh plugin install 1032740078/dsh-web-url-view

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

Run dsh plugin install 1032740078/dsh-web-url-view in your terminal to install the plugin; the source repository is available at https://github.com/1032740078/dsh-web-url-view

About this plugin

Every time DSH Desktop starts, it assigns a random Web port and generates a one-time launch token, so the bookmarked URL dies the moment the app restarts. If you want to open the Web GUI on a phone, tablet, or a second machine on your LAN, you are stuck copying a token-laden URL out of a terminal on every single boot. This plugin fixes that by pinning the entry point instead of the token.

After install, a View URL page appears under Settings in DSH Desktop (and in any dsh web GUI sharing the same profile). It shows two rows: a fixed address bound to 0.0.0.0:47524 (port configurable) that stays the same no matter how many times the desktop restarts or how the port and token rotate, and a one-time address carrying the current session token that is valid only for the lifetime of that process. Behind the fixed address runs an in-process reverse proxy that performs the token handshake on the first request and holds the session cookie internally, so tokens and cookies never leave the process or pollute the browser jar. Both plain HTTP and WebSocket upgrade channels are forwarded transparently.

This is ideal for users who work on a trusted LAN and want instant, bookmarkable access to the Web GUI from multiple devices. If you use DSH Desktop strictly on a single machine or prefer a tighter security posture, you can restrict the bind to 127.0.0.1 or set the fixed port to 0 to disable the persistent entry entirely, while the one-time address remains available for local use.

Use Cases

  • Open the DSH Desktop Web GUI directly from a phone browser without re-copying a tokenized URL after every restart.
  • Bookmarks to the Web GUI stay valid across unlimited desktop restarts and token rotations.
  • Access the DSH Web interface from a tablet or second machine on the same LAN with the same UX as the local machine.

Best For

  • Users with multiple devices on a trusted LAN who want on-the-fly access to the DSH Web GUI from a phone.
  • Daily DSH Desktop users frustrated by constantly changing URLs who need a stable bookmarkable entry point.
  • Managers or developers who switch between desktop and mobile to monitor DSH sessions without friction.