Sylvan Ding (@sylvan) 在 Clawdbot (OpenClaw/Moltbot) 内网穿透部署方案(Linux-2026.01.30) 中发帖
基于 Tailscale 的内网穿透方案:详解如何在 Linux 环境下安装 Clawdbot,并配置 Funnel 模式实现无公网 IP 下的远程连接
安装Clawdbot:
# Install the CLI
curl -fsSL https://openclaw.ai/install.sh | bash
# Run the onboarding wizard
clawdbot onboard --install-daemon
# Start the Gateway
clawdbot gateway status
安装Tailscale: (注:所有proxy配置均在“网络环境受限”时进行配置)
sudo apt-get -o Acquire::http::Proxy="yourproxy" update
sudo apt-get -o Acquire::http::Pro...