ローカルダッシュボードを開く
openclaw dashboard を起動し、http://127.0.0.1:18789/ にアクセスして、インストールがローカルで実行されていることを確認します。
「ローカルダッシュボードを開く」はCoddyKit上の無料OpenClaw Academyレッスンです。 これはレッスン4/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはOpenClaw Academy学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 OpenClaw Academyコースには全4レッスンが含まれています。
このレッスンの一部はまだ翻訳されておらず、英語で表示されています。
The Final Check
Onboarding is done, so let us confirm it. The dashboard is a local web page that shows your assistant is up and running on your machine.
Start the Dashboard
Open it with this command. The dashboard subcommand serves the page locally and points you to its address.
openclaw dashboardThe Local Address
By default the dashboard lives at http://127.0.0.1:18789/. Open that URL in your browser to see it.
http://127.0.0.1:18789/Why 127.0.0.1
The address 127.0.0.1 is localhost, meaning your own computer. The dashboard is served right where OpenClaw runs, not on the public internet.
Local by Design
Serving on localhost matches OpenClaw's local-first promise. Nothing about your dashboard is exposed to the outside world by default.
What the Port Means
The number 18789 is the port the dashboard listens on. Together with 127.0.0.1 it tells your browser exactly where to find the page.
Confirm It Is Running
If the page loads, your install is healthy. A working dashboard is your proof that the Gateway started and OpenClaw is alive locally. 🎉
A Window Into the Gateway
The dashboard is your visual view onto the Gateway, where you can keep an eye on your assistant and its connections from the browser.
If the Page Will Not Load
If nothing appears, the daemon may not be running. Re-checking your onboarding step usually brings the Gateway back so the dashboard can load.
Keep It Handy
Bookmark the local URL. Returning to the dashboard later lets you monitor sessions and channels any time the Gateway is up.
Setup Complete
Prereqs, install, onboarding, and dashboard are all checked. Your setup is complete and OpenClaw is ready for its first real chat.
Quick Check
Where does the OpenClaw dashboard live by default?
Recap
You ran openclaw dashboard and opened http://127.0.0.1:18789/ to confirm OpenClaw runs locally. Your full setup is finished and ready to use. ✅
AI チューターと学ぶ Bash — 無料
ブラウザでリアルコードを書いて実行し、24/7 の AI チューターから瞬時にサポートを受け、ウェブまたはアプリで続きから学習できます。
- コース
- 10
- レッスン
- 40
よくある質問
「ローカルダッシュボードを開く」レッスンは無料ですか?
はい。「ローカルダッシュボードを開く」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、OpenClaw Academyコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 OpenClaw Academyコースには全4レッスンが含まれています。
「ローカルダッシュボードを開く」で何を学びますか?
openclaw dashboard を起動し、http://127.0.0.1:18789/ にアクセスして、インストールがローカルで実行されていることを確認します。 ブラウザで直接実行するハンズオンコードでOpenClaw Academyを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。
OpenClaw Academyを始めるのに経験は必要ですか?
事前経験は必要ありません。CoddyKitのOpenClaw Academyは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン4/4です。
「ローカルダッシュボードを開く」レッスンにはどのくらい時間がかかりますか?
ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。
このOpenClaw Academyレッスンでコードを書いて実行できますか?
はい。すべてのOpenClaw Academyレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。
このコースのすべてのレッスン
- 前提条件を確認する
- OpenClaw CLI をインストールする
- オンボーディングウィザードを実行する
- ローカルダッシュボードを開く