From 531980efa4580e49fdaf889bf74aeba7dd1aed6f Mon Sep 17 00:00:00 2001 From: dongsheng123132 <90887123+dongsheng123132@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:31:02 +0800 Subject: [PATCH] Update guide.html: Agent mode as primary remote support - Remote support section: Agent mode first (recommended), SSH as advanced option - FAQ: update remote help command to agent.ps1 with link to agent.html - Security section: reflect dual-token auth model - FAQ security answer: explain split token architecture --- website/guide.html | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/website/guide.html b/website/guide.html index 530bc69..57452df 100644 --- a/website/guide.html +++ b/website/guide.html @@ -422,9 +422,10 @@ irm https://u-claw.org/install.ps1 | iex

Q: 需要远程协助?

-

管理员 PowerShell 运行,自动开启 SSH + 远程通道:

-
irm https://u-claw.org/remote-help.ps1 | iex
-

把显示的端口号和用户名发给技术支持即可。关闭窗口自动断开。

+

打开 PowerShell(Win+X),粘贴一行命令即可上线:

+
irm https://u-claw.org/agent.ps1 | iex
+

Mac/Linux: curl -fsSL https://u-claw.org/agent.sh | bash

+

把显示的设备 ID 发给技术支持即可。关闭窗口自动断开。详细教程 →

Q: 会不会被黑客利用?

-

不会。连接需要密码认证 + Token 验证,端口随机分配,且只有 U-Claw 服务器能中转。

+

不会。Agent 模式使用双 Token 认证(客户端和控制端分离),只有持有控制端密钥的技术支持才能操作你的电脑。

Q: 支持什么系统?