Table of contents
What Is WebChat?
WebChat is OpenClaw’s built-in web-based chat interface. It:
- Requires no external accounts or tokens
- Works immediately after installation
- Supports file uploads and tool triggers
- Is accessible from any device on your local network
Open Dashboard
Launch the dashboard:
openclaw dashboard
Open the provided URL (usually http://127.0.0.1:18789) in your browser.
Start Chatting
In the dashboard, you’ll see a WebChat pane. Type your message and press Enter to chat with OpenClaw.
Features
- Real-time chat: Instant responses
- File uploads: Drag and drop files
- Tool triggers: Click buttons to trigger skills
- Session history: View past conversations
- Responsive design: Works on mobile and desktop
Next Steps
- Getting Started Overview
- Open the Dashboard
- Daily Brief Workflow
- What Are Skills?
- WebSocket Control Plane
FAQ
Q: Can I access WebChat from another device?
A: Yes, if you expose the dashboard securely (e.g., via Tailscale Serve/Funnel).
Q: Is WebChat secure?
A: It’s bound to localhost by default. Use a password and HTTPS if exposing remotely.
Q: Can I customize the WebChat UI?
A: Limited. Use the dashboard settings to change themes.
Q: Does WebChat support notifications?
A: Browser notifications are supported if enabled.
Q: How do I disable WebChat?
A: Set gateway.dashboard.enabled: false in openclaw.json.