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
txAdminrunning (Ubuntu 22.04 LTS or newer, 4 vCPU / 8 GB RAM minimum). - A registered
cfx.reserver token. - A PostgreSQL 14+ database (we recommend Neon for managed hosting).
Steps
-
SSH into your txAdmin host.
-
Run the bootstrap script:
bashcurl -fsSL https://install.unbbound.com | bash -
Open the panel at
https://panel.unbbound.comand follow the onboarding wizard — Discord setup, brand colors, project key. -
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.cfgdoesn't match the one registered against your subscription. Reissue it from the panel under Identifiants. prisma migratefails — the database user needsCREATE,ALTER, andDROPprivileges on its own schema. Most managed Postgres providers grant these by default; bare-metal installs usually don't.