You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[Open Setup Wizard](http://openclaw.dappnode:8080)** — Pick your AI provider, enter your API key, and start chatting in minutes.
10
-
-**[Web UI](http://openclaw.dappnode:18789)** — Chat with AI models in your browser.
11
-
-**[Terminal](http://openclaw.dappnode:7681)** — Shell access inside the container.
12
-
13
-
---
14
-
15
-
## Quick Start
16
-
17
-
1.**Run the Setup Wizard** — Click the link above or visit `:8080`. Choose a provider (OpenAI, Anthropic, Ollama, etc.), enter your API key, and pick a model.
18
-
2.**Open the Web UI** — Go to `:18789` and start a conversation with your AI.
19
-
3.**Connect messaging apps** — Optionally add Telegram, Discord, or other bots in the wizard so you can chat from any device.
20
-
21
-
> **Using Ollama?** Install an Ollama package on your DappNode first, then the wizard will auto-detect it.
OpenClaw exposes an OpenAI-compatible API at `http://openclaw..dappnode:18789/api`. Use your gateway token for authentication.
34
-
35
-
---
36
-
37
-
## Troubleshooting
38
-
39
-
| Problem | Solution |
40
-
|---|---|
41
-
|**Gateway not reachable**| Check the container is running. Verify ports 18789/8080 are not blocked. |
42
-
|**API key errors**| Re-enter your key in the wizard. Confirm your provider account has credits. |
43
-
|**Bot not responding**| Verify bot tokens and permissions. Check logs via the terminal. |
44
-
|**Debug from terminal**| Open the web terminal and run: `openclaw doctor`|
45
-
46
-
---
5
+
Use the **[Setup Wizard](http://openclaw.dappnode:8080)** to configure your AI provider, API key, and preferred model. Once configured, open the **[Web UI](http://openclaw.dappnode:18789?token=openclaw)** to start chatting.
0 commit comments