---
read_when:
    - 将 OpenClaw 部署到 Northflank
    - 你希望通过一键云部署获得基于浏览器的 Control UI
summary: 通过一键模板在 Northflank 上部署 OpenClaw
title: Northflank
x-i18n:
    generated_at: "2026-04-23T06:41:06Z"
    model: gpt-5.4
    provider: openai
    source_hash: 5610e076b09d50c23186f1f8db16c039c99d287c34ef6fd71d4272bc527b0388
    source_path: install/northflank.mdx
    workflow: 15
---

# Northflank

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

## 如何开始

1. 点击 [部署 OpenClaw](https://northflank.com/stacks/deploy-openclaw) 打开模板。
2. 如果你还没有账号，请先在 [Northflank 注册账号](https://app.northflank.com/signup)。
3. 点击 **立即部署 OpenClaw**。
4. 设置必需的环境变量：`OPENCLAW_GATEWAY_TOKEN`（请使用强随机值）。
5. 点击 **部署堆栈** 以构建并运行 OpenClaw 模板。
6. 等待部署完成，然后点击 **查看资源**。
7. 打开 OpenClaw 服务。
8. 打开公开的 OpenClaw URL，并访问 `/openclaw`，然后使用已配置的共享密钥连接。此模板默认使用 `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)（最快 —— 只需要一个机器人令牌）
- [Discord](/zh-CN/channels/discord)
- [所有渠道](/zh-CN/channels)

## 后续步骤

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