Module 5 β€’ Beginner

First Login & Dashboard

Navigate your OpenClaw Dashboard β€” the mission control center for your AI assistant.

πŸ“Š Module Progress

Complete objectives and quizzes to unlock your badge!
0/9 Tasks Completed

🎯 Learning Objectives

Understand the Dashboard's purpose β€” Your central control panel for OpenClaw.
Know how to access it β€” Via browser at localhost:18789 or via command.
Navigate sections β€” Sessions, Agents, Plugins, Config, Logs.
Monitor system status β€” Check if gateway is running and troubleshoot.

πŸ“Š Theory: The Dashboard β€” Your Mission Control

πŸ› οΈ What is the Dashboard?

The Dashboard is OpenClaw's web interface β€” your mission control center. It lets you monitor, configure, and manage everything without touching the command line.

πŸ” How to Access the Dashboard

Method 1: Automatic Launch
After installing OpenClaw with `openclaw onboard --install-daemon`, it often opens automatically in your browser at http://localhost:18789.

Method 2: Manual Launch
Run in terminal: openclaw dashboard

Method 3: Mobile/Remote Access
Use your computer's local IP: http://192.168.x.x:18789 (requires same network)

Default port: 18789 (configurable in settings)

πŸ—ΊοΈ Dashboard Layout Breakdown

1. Header Bar β€” Contains logo, status indicator (🟒 running / πŸ”΄ stopped), settings button.
2. Sidebar Navigation β€” Sessions, Agents, Plugins, Config, Logs.
3. Main Content Area β€” Displays selected section.
4. Quick Actions Bar β€” Restart, Status check, Docs shortcut.

Think of it as an airplane cockpit: all controls within arm's reach.

πŸ“‹ What Each Section Does

Sessions β€” View all active chat conversations, switch between them, see last activity time.

Agents β€” List of all AI agents (JiXe, Kodi, Mark, Rei, etc.), their status (active/idle), spawn new agents.

Plugins β€” Installed skills/tools, enable/disable them, view documentation.

Config β€” Edit openclaw.json directly from browser, change models, prompts, settings.

Logs β€” Live system messages, errors, warnings, connection attempts β€” crucial for debugging.

πŸ§ͺ Hands-On Exercise: Dashboard Tour

5-Minute Simulated Walkthrough

Step 1 β€” Imagine you just opened the Dashboard
What do you see? (Header with logo, status, settings; Sidebar; Main area; Quick actions at bottom)

Step 2 β€” Click "Sessions" in the sidebar
You'd see something like:
Active Sessions:
1. main (JiXe) β€” Last active: just now
2. coder (Kodi) β€” Last active: 2 hours ago
3. marketer (Mark) β€” Last active: yesterday

Observation: You can see ALL your AI agents' chat history from one place.

Step 3 β€” Click "Agents"
You'd see the roster:
Agent List:
- JiXe πŸ’» (Head) β€” Active
- Kodi 🧩 (Coding) β€” Idle
- Mark πŸ“£ (Marketing) β€” Idle
- Rei πŸ” (Research) β€” Idle
...


Step 4 β€” Check "Logs"
Recent system activity appears here. Can you spot any errors or warnings?

Step 5 β€” Mental Check
Answer these:
1. Where would you go to see if OpenClaw is running? β†’ Header status indicator.
2. Where's your chat history? β†’ Sessions section.
3. How to restart if stuck? β†’ Quick Actions β†’ Restart Gateway.

πŸ“Š Quiz: Dashboard Mastery (5 Questions)

Q1: The Dashboard is best described as:

A
A chat interface only
B
Your mission control center
C
A file manager

Q2: What command opens the Dashboard?

A
openclaw start
B
openclaw dashboard
C
openclaw open

Q3: Where do you check if OpenClaw is running?

A
In a chat session
B
Header status indicator
C
In the Plugins section

Q4: Which section shows all your AI agents?

A
Sessions
B
Agents
C
Config

Q5: What does "Restart Gateway" do?

A
Restarts your computer
B
Restarts OpenClaw
C
Deletes conversations
πŸ“Š
πŸ“Š Dashboard Navigator
Dashboard Explorer

You've completed all objectives and quizzes!