> ## Documentation Index
> Fetch the complete documentation index at: https://docs2.openclaw.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# डैशबोर्ड

# `openclaw dashboard`

अपने वर्तमान auth का उपयोग करके Control UI खोलें।

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw dashboard
openclaw dashboard --no-open
```

नोट्स:

* `dashboard` संभव होने पर कॉन्फ़िगर किए गए `gateway.auth.token` SecretRefs को resolve करता है।
* `dashboard` `gateway.tls.enabled` का पालन करता है: TLS-सक्षम gateways
  `https://` Control UI URLs को print/open करते हैं और `wss://` पर connect करते हैं।
* यदि token-authenticated dashboard URL के लिए clipboard/browser delivery विफल होती है,
  तो `dashboard` token value print किए बिना `OPENCLAW_GATEWAY_TOKEN`,
  `gateway.auth.token`, और fragment key `token` का नाम देते हुए एक सुरक्षित manual-auth hint log करता है।
* SecretRef-managed tokens (resolved या unresolved) के लिए, `dashboard` terminal output, clipboard history, या browser-launch arguments में external secrets को उजागर करने से बचने के लिए non-tokenized URL print/copy/open करता है।
* यदि `gateway.auth.token` SecretRef-managed है लेकिन इस command path में unresolved है, तो command invalid token placeholder embed करने के बजाय non-tokenized URL और स्पष्ट remediation guidance print करता है।

## संबंधित

* [CLI reference](/hi/cli)
* [Dashboard](/hi/web/dashboard)
