Web Interfaces
OpenClaw provides several web interfaces.
Available Interfaces
| Interface | Description |
|---|---|
| Control UI | Main control panel |
| Dashboard | Status and analytics |
| WebChat | Browser-based chat |
| TUI | Terminal user interface |
Control UI
The primary web interface for managing OpenClaw:
- Configuration
- Channel management
- Session viewing
- Real-time logs
Access at: http://localhost:3000
WebChat
A chat interface in your browser:
- Direct conversation with agents
- Markdown support
- File uploads
- Streaming responses
Dashboard
View system status and analytics:
- Message statistics
- Channel health
- Performance metrics
Getting Started
bash
# Start gateway (includes web interfaces)
openclaw gateway start
# Open in browser
open http://localhost:3000