Access Approval
配对
配对是 OpenClaw 的显式所有者审批机制。它一共保护两件事:谁可以给机器人发私信,以及哪些节点 / 设备可以加入 Gateway 网络。
两类配对
私信配对
当渠道私信策略为 pairing 时,未知发送者只会拿到验证码,他们的消息不会被处理,直到你批准。
节点设备配对
iOS / Android / macOS 节点加入 Gateway 前,也要通过显式审批,避免任何新设备随意接入。
常用命令
批准私信发送者
openclaw pairing list telegram
openclaw pairing approve telegram <CODE> 审批节点设备
openclaw devices list
openclaw devices approve <requestId>
openclaw devices reject <requestId> 状态存储在哪里
待处理私信请求:~/.openclaw/credentials/<channel>-pairing.json
已批准私信 allowlist:~/.openclaw/credentials/<channel>-allowFrom.json
设备配对:~/.openclaw/devices/pending.json 与 paired.json