> ## Documentation Index
> Fetch the complete documentation index at: https://docs2.openclaw.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Northflank

在 Northflank 上使用一键模板部署 OpenClaw，并通过 Web Control UI 访问它。这是最简单的“服务器上无需终端”路径：Northflank 会为你运行 Gateway 网关。

## 如何开始

1. 点击[部署 OpenClaw](https://northflank.com/stacks/deploy-openclaw) 打开模板。
2. 如果还没有 Northflank 账户，请创建一个 [Northflank 账户](https://app.northflank.com/signup)。
3. 点击 **立即部署 OpenClaw**。
4. 设置必需的环境变量：`OPENCLAW_GATEWAY_TOKEN`（使用强随机值）。
5. 点击 **部署堆栈** 来构建并运行 OpenClaw 模板。
6. 等待部署完成，然后点击 **查看资源**。
7. 打开 OpenClaw 服务。
8. 在 `/openclaw` 打开公开的 OpenClaw URL，并使用已配置的共享密钥连接。此模板默认使用 `OPENCLAW_GATEWAY_TOKEN`；如果你将其替换为密码凭证，请改用该密码。

## 你会得到什么

* 托管的 OpenClaw Gateway 网关 + Control UI
* 通过 Northflank Volume（`/data`）提供的持久存储，因此 `openclaw.json`、每智能体的 `auth-profiles.json`、渠道/提供商状态、会话和工作区都能在重新部署后保留

## 连接渠道

使用 `/openclaw` 上的 Control UI，或通过 SSH 运行 `openclaw onboard` 获取渠道设置说明：

* [Telegram](/zh-CN/channels/telegram)（最快，只需一个 Bot 令牌）
* [Discord](/zh-CN/channels/discord)
* [所有渠道](/zh-CN/channels)

## 后续步骤

* 设置消息渠道：[渠道](/zh-CN/channels)
* 配置 Gateway 网关：[Gateway 配置](/zh-CN/gateway/configuration)
* 保持 OpenClaw 为最新：[更新](/zh-CN/install/updating)
