DeepSeek Harness plugin

dsh-remote-access-redreamr

Password-protected remote access gateway for the DeepSeek Harness WebUI

Jump to install

Source facts

Repository
RedreamR/dsh-remote-access
Latest update
Aug 16, 2026
Category
UI Enhancements
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/RedreamR/dsh-remote-access
Plugin: dsh-remote-access-redreamr
Author: RedreamR

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-remote-access

在公网上提供Deepseek Harness WebUI的安全访问。

dsh WebUI本身不允许监听0.0.0.0,出于安全考虑也不应当这么做。

此插件允许设置一个转发端口及密码,可以通过密码远程访问dsh WebUI。

由Agent生成的说明文档见[README_ai.md](./README_ai.md)。

Configuration

可以通过 DSH 设置界面的 “远程” 页配置,也可以在 profile 的 cordis.patch.yml--patch 覆盖层中配置。

- id: dsh-remote-access
  config:
    enabled: true
    remoteHost: '0.0.0.0'
    remotePort: 3081
    password: 'your-strong-password'
    enableCaptcha: false
    maxAttemptsPerDay: 20
    maxAttemptsPer5h: 10

密码通过设置界面保存时会加密写入 $DSH_HOME/settings.yaml

Install and Uninstall

一般而言,使用以下命令来安装:

切换到任意一个你想要的工作目录,然后执行:

dsh plugin --profile web add github:RedreamR/dsh-remote-access  --dangerously-allow-all-builds

由于pnpm对GitHub包的限制过于诡异(什么叫我要把整个url都写进allowBuild里,而且这个文件还得放在DSH_HOME下??),这里只好用--dangerously-allow-all-builds了。

使用以下命令来卸载:

dsh plugin --profile web remove dsh-remote-access

License

MIT