入门指南

目标:从零开始以最少的设置完成第一次可用的聊天?

最快聊天:打开控制 UI(无需频道设置)。运?`openclaw dashboard` 并在浏览器中聊天,或?

前置条件

  • Node 22 或更新版?
如果不确定,请使?`node --version` 检查您?Node 版本?

快速设置(CLI?

```bash curl -fsSL https://openclaw.ai/install.sh | bash ``` 安装脚本过程 ```powershell iwr -useb https://openclaw.ai/install.ps1 | iex ```
<Note>

其他安装方法和要求:安装?

```bash openclaw onboard --install-daemon ```
向导配置认证、网关设置和可选频道?
详情请参阅[入职向导](/zh/docs/start/wizard)?
```bash
openclaw gateway status
```
```bash openclaw dashboard ```
如果控制 UI 加载成功,您的网关已准备好使用?

可选检查和附加功能

```bash
openclaw gateway --port 18789
```
```bash
openclaw message send --target +15555550123 --message "Hello from OpenClaw"
```
连接?WhatsApp、Telegram、Discord 等?
```bash
openclaw channels login --channel telegram
openclaw channels login --channel whatsapp
```

详情请参阅[聊天频道](/zh/docs/channels/index)?

<Accordion title=“设置模型提供?> 配置您想要使用的 AI 模型?

```bash
openclaw models list
openclaw models set openai
```

详情请参阅[模型提供商](/zh/docs/providers/index)?

下一?