惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Secure Thoughts
罗磊的独立博客
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Last Week in AI
Last Week in AI
美团技术团队
Google Online Security Blog
Google Online Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
D
Docker
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
月光博客
月光博客
L
LINUX DO - 最新话题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
W
WeLiveSecurity
H
Heimdal Security Blog
Vercel News
Vercel News
SecWiki News
SecWiki News
Forbes - Security
Forbes - Security
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
TaoSecurity Blog
TaoSecurity Blog
T
Troy Hunt's Blog
A
About on SuperTechFans
C
Check Point Blog
S
Security Affairs
Hacker News - Newest:
Hacker News - Newest: "LLM"
AI
AI
WordPress大学
WordPress大学
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Help Net Security
Help Net Security
博客园_首页
The Last Watchdog
The Last Watchdog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
I
Intezer
K
Kaspersky official blog
M
MIT News - Artificial intelligence
J
Java Code Geeks
G
GRAHAM CLULEY
P
Palo Alto Networks Blog

Clark

宝塔面板,收手吧,别再拿用户数据安全开玩笑了 - Clark filament登录页面livewire.js资源无法访问,不能登录后台解决 - Clark 别再刷 MBTI 了!2026 爆火的 SBTI 测试:测测你是什么品种的“精神吗喽”? Apifox 供应链投毒事件全纪实:开发者如何自查并加固 macOS/Windows 安全? - Clark 用 Coding Plan 完美优化大模型 Token 消耗(附超值 Coding Plan 套餐) 为什么你的 OpenClaw 像个“铁憨憨”,别人的却像钢铁侠? - Clark OpenClaw(原moltbot)安装报错:npm install failed; cleaning up and retrying… OpenClaw-Moltbot-Clawdbot 部署教程指南 - Clark macos Shadowrocket与本地DNS冲突 - Clark openwrt Tailscale外网不通,以及部分必要设置 - Clark 告别复杂配置:用Tailscale Peer Relay打造更快、更简单的内网网络 - Clark
OpenClaw-Moltbot-Clawdbot 云服务器无法打开webui管理界面 - Clark
2026-02-01 · via Clark

共计 276 个字符,预计需要花费 1 分钟才能阅读完成。

OpenClaw-Moltbot-Clawdbot 云服务器无法打开 webui 管理界面

为了安全起见,OpenClaw 默认是不支持远程端口访问管理界面的,如果需要在本地打开云服务器的远程管理界面,需要用 SSH 隧道进行连接,具体命令如下:

ssh -N -L 18789:127.0.0.1:18789 root@xxx.xx.xx.xx

👉 翻译成人话就是:

当你访问自己电脑的
http://localhost:18789
实际请求会通过 SSH 加密通道,转发到服务器的
http://127.0.0.1:18789

🔐 为什么要这么绕?

因为应用的 WebUI 程序默认只监听:

127.0.0.1:18789(仅服务器本机可访问)

外部网络是访问不到的,这是出于安全考虑。

正文完

关注公众号

post-qrcode

echo

版权声明:本站原创文章,由 echo 于2026-02-01发表,共计276字。

转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。