OpenClaw Gateway and Dashboard: Run and Control Your AI Gateway
Run the OpenClaw gateway, check its status, and use the dashboard (Control UI) to chat and manage sessions. Local API and web interface explained.
OpenClaw Gateway and Dashboard: Run and Control Your AI Gateway
The OpenClaw gateway is the core service that connects your channels (WhatsApp, Telegram, Slack, Discord) and the Control UI to your configured AI providers. Here is how to run it and use the dashboard.
Running the Gateway
After installation and onboarding, the gateway often runs as a service (e.g., via `openclaw onboard --install-daemon`). Check status with:
```bash
openclaw gateway status
```
To run it in the foreground (useful for debugging or quick tests):
```bash
openclaw gateway --port 18789
```
The gateway listens on the port you set (default 18789). It serves the Control UI and handles API requests from channels and the CLI.
Local API
The gateway exposes a local API (e.g., at http://localhost:3000 when using `openclaw gateway start` in some setups, or on the port you specify). You can use this API to send messages, trigger workflows, or integrate OpenClaw with other tools. See the OpenClaw docs for the exact base URL and endpoints in your version.
Dashboard (Control UI)
The Control UI is the web interface for chatting with OpenClaw without setting up a channel:
```bash
openclaw dashboard
```
This opens the dashboard in your browser (e.g., http://127.0.0.1:18789/). From there you can:
The dashboard is the fastest way to try OpenClaw after installation.
Useful Environment Variables
If you run OpenClaw as a service or need custom paths:
Next Steps
Once the gateway and dashboard are running, add channels, configure AI providers, and explore skills and automation to get the most out of OpenClaw.
Related Articles
OpenClaw Chat Commands: /status, /new, /think, and /verbose
Control your OpenClaw sessions with chat commands. Learn /status, /new, /reset, /think, and /verbose for session control and reasoning depth.
AI & Technology•4 min readOpenClaw AI Providers: Claude, OpenAI, OpenRouter, and Ollama
Configure OpenClaw to use Anthropic Claude, OpenAI, OpenRouter, or local models via Ollama. One gateway, multiple AI backends.
AI & Technology•5 min readOpenClaw Getting Started: Install and Your First Chat
Go from zero to your first OpenClaw chat in minutes. Install via curl or npm, run the onboarding wizard, and start chatting in the Control UI or via connected channels.
AI & Technology•5 min read
Related Articles
Building Production RAG Systems in 2025: Lessons from 50+ Deployments
After deploying RAG pipelines for 50+ businesses — from law firms to hospitals to e-commerce brands — here are the real lessons that nobody talks about. Chunking strategies, retrieval quality, eval frameworks, and what actually breaks in production.
AI Agents in 2025: From Hype to Real Business Results
AI agents were overhyped in 2023. In 2025, they are quietly transforming operations at companies that got the fundamentals right. Here is what actually works, what still breaks, and how to deploy agents that deliver measurable ROI.
Claude vs GPT-4o vs Gemini: Which LLM to Use in Production (2025 Guide)
After building 60+ AI products with every major LLM, here is an honest, task-by-task comparison of Claude 3.5, GPT-4o, and Gemini 1.5 Pro for production use. Not benchmarks — real-world performance across document analysis, coding, agents, and RAG.