NGBackup Repository

Password-protected APT / YUM / Windows repository for NGBackup Enterprise. You're authenticated — below is how to use it.

License & confidentiality: by downloading, installing, or using NGBackup you accept the End-User License Agreement & Confidentiality Terms. The free / community edition is provided AS IS with no support, no warranty and no liability; the Software is proprietary and licensed, not sold; your credentials and the Software are confidential and must not be shared or redistributed. Installing the Software constitutes acceptance of these terms.

Fastest: one-command install (does the whole setup)

curl -fsSL https://get.ngbackup.com/install.sh | sudo bash

Pick a role and it delivers a working install end to end — no manual database, config or service steps:

Non-interactive (fleet / CI): a full server with the web console — --user [email protected] --pass 'REPO-PASSWORD' --role server --web; a client — --role client --console http://<dir>:9180 --admin-pass <pw> (see --help). Supported: RHEL/Rocky/Alma 9, Debian 12, Ubuntu 22.04/24.04.

Signing key (public)

/NGBackup-Public-Signature.asc

Manual repo setup (advanced)

Only if this host can't run the installer above. The manual path installs packages but does not provision the catalog or web console — the one-command installer does. Repo layout: <debs|rpms>/<module>/<version>/<distro>-64/. Core daemons are module bin; each plugin is its own module. Add only the modules you're licensed for.

Available plugin modules: adabas · cloudstack · firebird · gdd · granular-restore · hyperv · m365 · mongodb · mssql · mysql · nutanix · oracle · postgresql · proxmox · sftp · vsphere — add one source line per module, package name ngbackup-plugin-<module>.

Debian / Ubuntu (apt)

curl -fsSL https://get.ngbackup.com/NGBackup-Public-Signature.asc | sudo gpg --dearmor -o /usr/share/keyrings/ngbackup.gpg
# core + postgresql plugin (add a line per licensed module):
sudo tee /etc/apt/sources.list.d/ngbackup.list <<'LIST'
deb [signed-by=/usr/share/keyrings/ngbackup.gpg] https://get.ngbackup.com/debs/bin/2.0.0/bookworm-64 bookworm main
deb [signed-by=/usr/share/keyrings/ngbackup.gpg] https://get.ngbackup.com/debs/postgresql/2.0.0/bookworm-64 bookworm postgresql
deb [signed-by=/usr/share/keyrings/ngbackup.gpg] https://get.ngbackup.com/debs/granular-restore/2.0.0/bookworm-64 bookworm granular-restore
LIST
# put your credentials in /etc/apt/auth.conf.d/ngbackup.conf, then:
sudo apt update && sudo apt install ngbackup ngbackup-plugin-postgresql

Distros: bookworm-64 · jammy-64 · noble-64

RHEL / Alma / Rocky / SUSE (dnf/yum)

# /etc/yum.repos.d/ngbackup.repo — one section per module:
[ngbackup-bin]
baseurl=https://get.ngbackup.com/rpms/bin/2.0.0/el9-64/
gpgcheck=1
gpgkey=https://get.ngbackup.com/NGBackup-Public-Signature.asc
[ngbackup-postgresql]
baseurl=https://get.ngbackup.com/rpms/postgresql/2.0.0/el9-64/
gpgcheck=1
gpgkey=https://get.ngbackup.com/NGBackup-Public-Signature.asc
[ngbackup-granular-restore]
baseurl=https://get.ngbackup.com/rpms/granular-restore/2.0.0/el9-64/
gpgcheck=1
gpgkey=https://get.ngbackup.com/NGBackup-Public-Signature.asc

sudo dnf install ngbackup ngbackup-plugin-postgresql ngbackup-plugin-granular-restore

Distros: el9-64

Windows client

The Windows File Daemon installs from a graphical setup wizard (NGBackup-fd-Setup-<ver>-win64.exe): welcome → licence → enter your Director address + enrollment token → it installs the service, opens the firewall and enrolls — no command line. A scripted installer is also available for unattended fleet deployment. Download from /windows/x64/ (repo credentials) and verify against the signed SHA256SUMS.

/windows/x64/ — File Daemon setup + SHA256SUMS(.asc)

Browse

/debs//rpms//windows/

Help & contact

Questions or trouble installing? Email [email protected], message us on WhatsApp +55 61 98268-4220 (Brazil) / +1 786 726 1749 (International), or read the documentation. The community edition has no formal support SLA (see the licence terms), but we're glad to help you start.


Need access for another machine or to reset your password? account.ngbackup.com (or register at ngbackup.com/get-repo.html).