Installation
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
Linux
The client can be installed by downloading the correct package and placing the binary in your path.
Installing Client (AMD64)
mkdir bindplane
curl -L -o bindplane/bindplane.zip https://github.com/observIQ/bindplane-op/releases/download/v1.19.5/bindplane-v1.19.5-linux-amd64.zip
unzip bindplane/bindplane.zip -d bindplane/
sudo mv bindplane/bindplane /usr/local/bin/bindplane
Uninstalling Client
rm /usr/local/bin/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/v1.20.0/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
Uninstalling Client
rm -f ~/bin/bindplane
rm -rf ~/.bindplane
Updated 2 months ago