Free Report! Gartner® Hype Cycle™ for Monitoring and Observability.Read more

Install BindPlane OP Server

BindPlane OP 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 OP Server will generally run on any modern distribution of Linux, systemd is the only supported init system.

Install BindPlane OP 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

Once installed initialized, you can check the service.

bash
1sudo systemctl status bindplane

Docker

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

Container Image Repositories

BindPlane OP 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".