OpenClaw AI Dashboard Port
π€ Open localhost:9090Access your OpenClaw Dashboard running on port 9090 or 9091
Localhost:9090 (and occasionally 9091) is a widely paired port typically used for local AI dashboards and monitoring gateways. Most notably, it is the default port for the OpenClaw autonomous AI agent web UI and its WebSocket Gateway. It’s also well known among DevOps engineers as the default port for the Prometheus metrics monitoring system.
Port 9090 gives developers a convenient web interface to check up on agent logs, view monitoring statistics, or configure system boundaries without interfering with lower-range common ports like 8080 or 3000.
Use Pinggy tunnel to share your dashboard easily:
This exposes the UI instantly. Warning: If running an AI agent or database portal, ensure authentication is enabled before exposing it to the Internet.
When using OpenClaw, the AI gateway actively listens on port 9090 to interface between messaging apps (like Telegram, Discord) and the underlying LLM models.
Action: Confirm OpenClaw (or Prometheus) is running.
Action: If 9090 fails, the server may have automatically shifted to 9091. Open http://localhost:9091
Action: Run a simple curl test curl http://localhost:9090 to inspect the headers.
Here are typical issues with localhost:9090 and how to resolve them:
Problem: You cannot reach the dashboard.
Solution: Ensure your server instance successfully completed its boot sequence in the terminal without errors.
Problem: OpenClaw and Prometheus might be clashing.
Solution: Use lsof -i :9090 to check. Change one of their configurations to use 9091 to resolve conflicts.
localhost:9090 and 9091 are primarily used by AI dashboard web UIs and DevOps monitoring tools.9091. Check local port bindings if both fail.# Check what is running on 9090
lsof -i :9090