Eseguire la procedura guidata di onboarding
Avvii openclaw onboard --install-daemon per seguire la configurazione guidata, completare l'associazione e registrare il daemon persistente.
Eseguire la procedura guidata di onboarding è una lezione OpenClaw Academy gratuita su CoddyKit. Questa è la lezione 3 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.
Meet the Wizard
Installing gave you the command; now the onboarding wizard sets everything up. It is a guided flow that walks you through the first-time configuration.
The Onboard Command
Start the wizard with this command. The onboard subcommand launches the guided setup right inside your terminal.
openclaw onboard --install-daemonWhat --install-daemon Does
The --install-daemon flag registers the Gateway as a persistent background service, so OpenClaw can keep running after you close the terminal.
Why a Daemon
A daemon is a long-lived background process. Installing it during onboarding means your assistant stays available without you re-launching it each time.
It Is Guided
You do not edit files by hand here. The wizard asks questions in a guided sequence and applies your answers for you, step by step.
Pairing Flows
Onboarding includes pairing flows that help you connect a chat channel, so your phone or app can talk to the Gateway when setup finishes.
Your API Key Comes In Here
This is where the API key you prepared earlier gets connected. The wizard wires your chosen LLM provider into OpenClaw during setup.
Follow the Prompts
Just read each step and answer. Following the prompts in order is all it takes; the wizard handles the wiring behind the scenes.
The Gateway Goes Live
By the end, the Gateway is installed and running as the core daemon. It becomes the single hub that manages your sessions and channels.
Run It Once
Onboarding is mostly a one-time step. Once the daemon is registered and a channel is paired, you normally do not repeat the full wizard.
What Comes Next
After the wizard finishes, the natural next move is to open the dashboard and confirm everything is running locally. That is the final check.
Quick Check
What does the --install-daemon flag set up?
Recap
You ran openclaw onboard --install-daemon, followed the guided prompts, connected your key, and brought the Gateway daemon online. Time to open the dashboard. 🚀
Domande Frequenti
La lezione «Eseguire la procedura guidata di onboarding» è gratuita?
Sì — il testo completo di «Eseguire la procedura guidata di onboarding» è 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 «Eseguire la procedura guidata di onboarding»?
Avvii openclaw onboard --install-daemon per seguire la configurazione guidata, completare l'associazione e registrare il daemon persistente. 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 3 di 4.
Quanto tempo richiede la lezione «Eseguire la procedura guidata di onboarding»?
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