> ## Documentation Index
> Fetch the complete documentation index at: https://zju-a00451d9-feat-personal-agent-team.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Northflank

Deploy Velaclaw on Northflank with a one-click template and access it through the web Control UI.
This is the easiest "no terminal on the server" path: Northflank runs the Gateway for you.

## How to get started

1. Click [Deploy Velaclaw](https://northflank.com/stacks/deploy-velaclaw) to open the template.
2. Create an [account on Northflank](https://app.northflank.com/signup) if you don't already have one.
3. Click **Deploy Velaclaw now**.
4. Set the required environment variable: `VELACLAW_GATEWAY_TOKEN` (use a strong random value).
5. Click **Deploy stack** to build and run the Velaclaw template.
6. Wait for the deployment to complete, then click **View resources**.
7. Open the Velaclaw service.
8. Open the public Velaclaw URL at `/` and connect using the configured shared secret. This template uses `VELACLAW_GATEWAY_TOKEN` by default; if you replace it with password auth, use that password instead.

## What you get

* Hosted Velaclaw Gateway + Control UI
* Persistent storage via Northflank Volume (`/data`) so `velaclaw.json`,
  per-agent `auth-profiles.json`, channel/provider state, sessions, and
  workspace survive redeploys

## Connect a channel

Use the Control UI at `/` or run `velaclaw onboard` via SSH for channel setup instructions:

* [Telegram](/channels/telegram) (fastest — just a bot token)
* [Discord](/channels/discord)
* [All channels](/channels)

## Next steps

* Set up messaging channels: [Channels](/channels)
* Configure the Gateway: [Gateway configuration](/gateway/configuration)
* Keep Velaclaw up to date: [Updating](/install/updating)
