# Bare Metal or Virtual Machine

Deploy Bindplane Server and Collectors on virtual machines using system packages for traditional infrastructure deployments. This guide covers installation, upgrades, and configuration to help you get started quickly.

## Components

### [Server](/deployment/virtual-machine/bindplane.md)

The virtual machine deployment provides:

* Single-line install script
* Native system package installation
* Systemd service management
* Direct file system access
* Host-level monitoring
* Simple backup capabilities

### [Collector](/deployment/virtual-machine/collector.md)

Install Bindplane Collectors with a single install script and get:

* Systemd service management
* Direct file system access
* Native operating system packages

## Quick Start

1. [Install Server](/deployment/virtual-machine/bindplane/install-bindplane-server.md) - Deploy Bindplane Server
2. [Install Collectors](/deployment/virtual-machine/collector/install-and-uninstall-bindplane-collectors.md) - Deploy BDOT Collectors
3. [Upgrade/Uninstall](/deployment/virtual-machine/bindplane/upgrade-or-uninstall-bindplane-server.md) - Manage your deployment

## Additional Resources

* [Configure Server](/configuration/bindplane.md) - Set up your deployment
* [Install CLI](/cli-and-api/cli/installation.md) - Command line management
* [Use CLI](/cli-and-api/cli.md) - CLI documentation
* [Package Downloads](/deployment/virtual-machine/bindplane/package-downloads.md) - Available packages


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/deployment/virtual-machine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
