Live Workshop: Integrate Google SecOps with Bindplane - Join Us on January 29th at 11 AM ET!Sign Up Now

Install Bindplane Server

Bindplane Server runs on Linux and supports the following distributions:

  • Red Hat, Centos, Oracle Linux 7, 8, 9
  • Debian 11 and 12
  • Ubuntu LTS 20.04, 22.04
  • SUSE Linux 12 and 15
  • Alma and Rocky Linux

note

📘 Prerequisites

You should verify that your system meets the recommended Resource Requirements

While Bindplane Server will generally run on any modern distribution of Linux, systemd is the only supported init system.

Install Bindplane Server

Debian and RHEL-style packages are available for Bindplane Server.

An installation script is available to simplify installation. Additionally, you can download packages directly, see our Downloads.

bash
1curl -fsSlL https://storage.googleapis.com/bindplane-op-releases/bindplane/latest/install-linux.sh -o install-linux.sh && bash install-linux.sh --init && rm install-linux.sh

Once installed initialized, you can check the service.

bash
1sudo systemctl status bindplane

For upgrade, downgrade and uninstall instructions, please see Upgrade, Downgrade or Uninstall Bindplane Server

Docker

Bindplane can run as a container using Docker. See the Download page for instructions.

Container Image Repositories

Bindplane container images can be found in the following locations:

  • Github Packages: ghcr.io/observiq/bindplane-ee
  • Google Artifact Repository: us-central1-docker.pkg.dev/observiq-containers/bindplane/bindplane-ee
  • Docker Hub: observiq/bindplane-ee

Container images are tagged with the release version. For example, Release "v1.35.0" will have the tag "observiq/bindplane-ee:1.35.0".