Aprire la dashboard locale
Avvii openclaw dashboard e visiti http://127.0.0.1:18789/ per verificare che l'installazione sia in esecuzione localmente.
Aprire la dashboard locale è una lezione OpenClaw Academy gratuita su CoddyKit. Questa è la lezione 4 di 4. Puoi leggere la lezione completa qui gratuitamente — poi esercitati direttamente nel browser con un editor di codice integrato e un tutor IA disponibile 24/7. Fa parte del percorso di apprendimento OpenClaw Academy, e i tuoi progressi si sincronizzano tra il web e l'app CoddyKit. Il corso OpenClaw Academy include 4 lezioni in totale.
Parti di questa lezione non sono ancora state tradotte e vengono mostrate in inglese.
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. ✅
Domande Frequenti
La lezione «Aprire la dashboard locale» è gratuita?
Sì — il testo completo di «Aprire la dashboard locale» è gratuito qui sul web. Per esercitarvi in modo interattivo (un editor di codice integrato e un tutor IA 24/7) e sbloccare il resto del corso OpenClaw Academy, passa a CoddyKit PRO. Il corso OpenClaw Academy include 4 lezioni in totale.
Cosa imparerò in «Aprire la dashboard locale»?
Avvii openclaw dashboard e visiti http://127.0.0.1:18789/ per verificare che l'installazione sia in esecuzione localmente. Eserciti OpenClaw Academy con codice pratico che esegui direttamente nel browser, e un tutor IA 24/7 risponde alle tue domande mentre lavori sulla lezione.
Ho bisogno di esperienza per iniziare OpenClaw Academy?
Non è richiesta alcuna esperienza precedente. OpenClaw Academy su CoddyKit è strutturato per principianti e studenti avanzati, quindi puoi iniziare da qui o dall'inizio e procedere al tuo ritmo. Questa è la lezione 4 di 4.
Quanto tempo richiede la lezione «Aprire la dashboard locale»?
La maggior parte delle lezioni CoddyKit richiede circa 5–10 minuti. Ogni lezione è breve e interattiva, quindi fai progressi costanti e riprendi esattamente da dove hai lasciato su web e app.
Posso scrivere ed eseguire codice in questa lezione OpenClaw Academy?
Sì. Ogni lezione OpenClaw Academy include un editor di codice integrato, quindi scrivi ed esegui codice reale direttamente nel tuo browser e ricevi feedback istantaneo dall'IA — nessuna configurazione locale necessaria.
Tutte le lezioni di questo corso
- Verificare i prerequisiti
- Installare la CLI di OpenClaw
- Eseguire la procedura guidata di onboarding
- Aprire la dashboard locale