Control UI
The main web control panel.
Overview
Control UI provides a graphical interface for:
- Managing channels
- Configuring agents
- Viewing sessions
- Monitoring status
- Real-time logs
Access
http://localhost:3000Features
Dashboard
Overview of system status:
- Gateway health
- Connected channels
- Active sessions
- Recent messages
Channel Management
- View channel status
- Connect/disconnect channels
- Scan QR codes (WhatsApp)
- Configure channel settings
Agent Configuration
- Edit system prompts
- Configure models
- Manage tools
- Set parameters
Session Viewer
- Browse sessions
- View message history
- Search conversations
- Export data
Logs
Real-time log viewer:
- Filter by level
- Search logs
- Auto-refresh
Configuration
json5
{
web: {
controlUI: {
enabled: true,
auth: {
required: true,
password: "your-password"
}
}
}
}