Skip to main content

Control UI (Admin UI)

The ClawCentral Control UI is your primary interface for managing your AI agent. It is a Lit-based single-page application served directly from ClawCentral's managed platform — no local installation required.

Accessing the Control UI

Open your tenant's admin panel in any modern browser:

https://<your-tenant>.clawcentral.io/

Sign in with your ClawCentral account credentials (email and password via Microsoft Entra External ID). Once authenticated, the Control UI loads automatically.

Main Sections

Chat

The built-in chat interface lets you converse with your AI agent directly in the browser.

  • Send text messages and receive streamed replies
  • Attach files and images
  • View tool call cards as the agent runs
  • Use Voice Mode for hands-free interaction (browser-based, using your device microphone)
  • Typing indicators show when the agent is processing

Voice Mode

Voice Mode is available directly in the Chat view. Click the microphone button to begin a voice session. The browser captures audio, sends it for transcription, runs the agent, and plays back the reply using TTS — all within the browser tab. No local application is needed.

You can also configure a voice wake phrase (Admin UI → Settings) so that speaking the phrase activates voice mode automatically. See Voice Wake for details.

Stopping a run

  • Click Stop in the chat toolbar, or
  • Type /stop (or similar abort phrases such as stop, stop run) to abort out-of-band

Nodes

View and manage connected OpenClaw desktop nodes and paired devices. This section also lets you generate and revoke personal API tokens for programmatic access.

Skills

Enable, disable, install, and configure skills. Each skill entry shows its current status and lets you supply any required API keys.

Channels

View the status of connected messaging channels (Telegram, Discord, Slack, WhatsApp, Teams, Google Chat, and others). Configure per-channel settings and credentials here.

Settings

The Settings area contains several subsections:

  • AI Providers: Select your primary AI model provider, configure API keys (BYOK), and choose TTS provider and voice settings.
  • Secrets: Store environment secrets used by skills and integrations.
  • Cron: Schedule recurring jobs. Set delivery mode, target channel, timing, and agent overrides.
  • Overview / Usage: View agent status, active sessions, token usage, and billing information.

Billing

View your current plan, usage metrics, and manage your subscription.

Language Support

The Control UI detects your browser locale on first load and can display in multiple languages. Use the language picker in the interface to override. Supported locales include en, zh-CN, zh-TW, pt-BR, de, and es.

Session Management

The Control UI supports multiple named sessions per agent. Use the session picker to switch between sessions or create new ones. Each session maintains its own message history and per-session overrides (thinking level, verbosity, model, etc.).

No Local Install Required

Everything runs in ClawCentral's managed platform. There is nothing to install, configure, or maintain on your local machine to use the Control UI.