← 返回
安全合规

gateway-control-ui

Step-by-step guide to log into the OpenClaw Control UI, enter gateway token, approve device pairing, and verify connection
分步指南:登录 OpenClaw 控制界面,输入网关令牌,批准设备配对并验证连接
lotfinity
安全合规 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 560
下载
💾 6
安装
1
版本
#latest

概述

Gateway Control UI Login & Pairing

Use when a user needs to access the OpenClaw Gateway Control UI, authenticate, pair a device, and confirm connectivity.

Prerequisites

  • OpenClaw gateway running (openclaw status)
  • Control UI URL configured in gateway.controlUi.allowedOrigins
  • Gateway token available in config (/data/.openclaw/openclaw.json)
  • Device pairing approval (CLI)

Steps

1. Open Control UI

  • URL: use your configured OpenClaw service URL (from gateway.controlUi.allowedOrigins)
  • HTTP Basic Auth:
  • Username: use your SERVICE_USER_OPENCLAW value
  • Password: use your SERVICE_PASSWORD_OPENCLAW value
  • Optional embedded form:
  • https://:@/

2. Get Gateway Token

cat /data/.openclaw/openclaw.json | grep -A 2 '"token"'

Token is under:

"gateway": { "auth": { "token": "YOUR_TOKEN_HERE" } }

3. Enter Token in UI

  • On Overview page, click Gateway Token field
  • Paste token
  • Click Connect

4. Approve Pairing (CLI)

openclaw devices list
openclaw devices approve <requestId>

5. Verify Success

  • In Control UI: status shows green “OK” and dashboard loads
  • CLI:

```bash

openclaw status --deep

```

Check Gatewayreachable and channels show OK.

Troubleshooting

  • Page stays on form? WebSocket URL may need to be filled (usually left blank for remote)
  • Pairing fails? Run openclaw devices list again to see pending requests
  • Token invalid? Check /data/.openclaw/openclaw.json for correct value

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 10:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,212 📥 266,360
developer-tools

Cloudflare Whisper Worker

lotfinity
使用已部署的Cloudflare Worker Whisper端点转录音频。用于将语音/音频文件(wav、mp3、m4a、ogg、webm)转换为文本。
★ 0 📥 736
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,599