BindPlane OP Client
The BindPlane OP Client allows you to remotely manage your BindPlane OP server. It allows you to view agents, modify configurations, and create custom resource types.
Debian, RHEL, and Alpine packages are available for BindPlane OP Client. The packages will install the same binary included with the BindPlane OP Server package, but will not create a user, config, log, storage directory, or service. To see a full list of supported packages, see the Downloads page.
Once installed, the bindplane
command will be available and can be used to connect to a BindPlane OP Server. See the Configuration page for configuration instructions.
Installing Client
Debian / Ubuntu
Installing Client
Example (amd64):
curl -L -o bindplanectl.deb https://github.com/observIQ/bindplane-op/releases/download/v1.0.1/bindplanectl_1.0.1_linux_amd64.deb
sudo apt-get install -f ./bindplanectl.deb
Uninstalling Client
sudo apt-get remove bindplane -y
rm -rf ~/.bindplane
Centos / RHEL 8
Installing Client
Example (amd64):
sudo dnf install https://github.com/observIQ/bindplane-op/releases/download/v1.0.1/bindplanectl_1.0.1_linux_amd64.rpm
Uninstalling Client
sudo dnf remove bindplane -y
rm -rf ~/.bindplane
macOS
Installing Client
Any macOS version 10.13 or newer is supported by BindPlane OP.
curl -fsSlL https://github.com/observiq/bindplane-op/releases/latest/download/install-macos.sh | bash -s --
BindPlane OP Server on macOS
The macOS client includes some server configuration, however BindPlane OP Server is not officially supported on macOS
Uninstalling Client
rm -f ~/bin/bindplane
rm -rf ~/.bindplane
Updated 22 days ago