Guides
Updating RelayKit
Update your instance in place from the dashboard — release notes, one click, zero SSH.
RelayKit releases are versioned images on GHCR. Your dashboard updates itself:
- The navbar shows your running version and a green badge when a newer release is published.
- Click update — the dialog shows the release notes.
- RelayKit pulls the image, stages the bundled
release.yml, and recreates the stack via a one-shot helper container. - Your hosted services keep running throughout; only the control plane restarts briefly. The dashboard reconnects automatically.
Prefer the terminal? On the server:
IMAGE_TAG=<version> ./scripts/deploy-image.sh
See what changed before you jump.