mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
1.1 KiB
1.1 KiB
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| CLI reference for `openclaw qr` (generate iOS pairing QR + setup code) |
|
qr |
openclaw qr
Generate an iOS pairing QR and setup code from your current Gateway configuration.
Usage
openclaw qr
openclaw qr --setup-code-only
openclaw qr --json
openclaw qr --remote
openclaw qr --url wss://gateway.example/ws --token '<token>'
Options
--remote: usegateway.remote.urlplus remote token/password from config--url <url>: override gateway URL used in payload--public-url <url>: override public URL used in payload--token <token>: override gateway token for payload--password <password>: override gateway password for payload--setup-code-only: print only setup code--no-ascii: skip ASCII QR rendering--json: emit JSON (setupCode,gatewayUrl,auth,urlSource)
Notes
--tokenand--passwordare mutually exclusive.- After scanning, approve device pairing with:
openclaw devices listopenclaw devices approve <requestId>