Self-host RefugeBot

Run the Service on your own box. Free. Closed-source.

All features unlocked. No subscription, no Stripe gate. Just bring your own VPS, terminate HTTPS, point your Agents at it.

One-line install (Docker)

docker run -d \
  --name refugebot \
  -p 443:5147 \
  -v $PWD/data:/app/data \
  -e ASPNETCORE_URLS=http://+:5147 \
  ghcr.io/refugegaming/refugebot-service:latest

Then point your DNS at the box and put a reverse proxy (Caddy / Traefik / nginx) in front for TLS.

Bare-metal install (Ubuntu)

curl -fsSL https://app.refugegaming.org/install.sh | sudo bash

Installs .NET 8 runtime, Postgres, Caddy, drops in a systemd unit. Works on Ubuntu 22.04+ and Debian 12+.