Sign in

Installation

Install the Unbbound base on a fresh txAdmin deployment in under 15 minutes.

Updated May 2, 2026

Installation

Unbbound ships as a single resources/ bundle. The installer drops the bundle in place and writes a sane server.cfg you can extend later.

Prerequisites

  • A Linux server with txAdmin running (Ubuntu 22.04 LTS or newer, 4 vCPU / 8 GB RAM minimum).
  • A registered cfx.re server token.
  • A PostgreSQL 14+ database (we recommend Neon for managed hosting).

Steps

  1. SSH into your txAdmin host.

  2. Run the bootstrap script:

    bash
    curl -fsSL https://install.unbbound.com | bash
  3. Open the panel at https://panel.unbbound.com and follow the onboarding wizard — Discord setup, brand colors, project key.

  4. Restart your server from the txAdmin console. The first boot prints a license-check log line; once you see [unbbound] license OK, you're live.

That's it. Your server is now running on Unbbound.

Common issues

  • License rejected — the cfx.re token in server.cfg doesn't match the one registered against your subscription. Reissue it from the panel under Identifiants.
  • prisma migrate fails — the database user needs CREATE, ALTER, and DROP privileges on its own schema. Most managed Postgres providers grant these by default; bare-metal installs usually don't.