Install DBPilot
DBPilot runs inside your own network and never sends data to Analyca. Pick the operating system of the machine that will run it.
Linux
Ubuntu 22.04+, Debian 12+, RHEL 9 and derivatives, x86-64 or arm64. Docker Engine is installed if missing.
Online install
curl -fsSL https://dbpilot.analyca.in/install.sh | sudo sh
Add options after sh -s --, for example --profile aws --hostname dbpilot.corp.internal. Run sh -s -- --help to list them.
Air-gapped install
Download the bundle on a connected machine, copy it to the server, and run the installer with --bundle.
sudo sh install.sh --bundle ./dbpilot-offline-VERSION.tar.gz --profile none --hostname <dns name>
SHA-256 of the bundle:
Windows
Windows Server 2022 / Windows 11 with virtualization enabled. The installer sets up WSL 2 and runs DBPilot as a Windows service.
SHA-256 of the installer:
The Windows installer for this version is not published yet. On Windows Server you can run DBPilot today inside WSL 2 with the Linux installer; ask Analyca for the guide.
After installing
- Open
https://<hostname>:8443and finish the first-run setup with the bootstrap token the installer printed. - Read the installation id in Admin → About and send it to Analyca with your order; you receive a licence file bound to this installation.
- Install it with
dbpilot-cli licence install <file>. Without a licence DBPilot runs as the Core edition.
Every release is listed with its checksums under /releases/latest.json; older versions stay at /releases/<version>/.