# Collector Telemetry Port

{% hint style="info" %}
**NOTE**

[📗 Configure the per-organization telemetry port for a Bindplane, here.](/configuration/bindplane-otel-collector/internal-telemetry.md)
{% endhint %}

For self-hosted Bindplane server deployments, you can configure the collector's telemetry port globally, which affects all collectors managed by Bindplane.

## Configuration File

Add the `agent.telemetryPort` option to the `advanced` section of your Bindplane configuration file:

```yaml
advanced:
  agent:
    telemetryPort: 8888
```

{% hint style="info" %}
**NOTE**

See the [June 19, 2024 release notes](https://docs.bindplane.com/changelog/june-2024/2024-06-19-release#agent-metrics-port) for more information.
{% endhint %}

## Server Flag

When starting the Bindplane server, use the `--advanced-agent-telemetry-port` flag:

```bash
bindplane serve --advanced-agent-telemetry-port 8888
```

## Environment Variable

Set the `BINDPLANE_ADVANCED_AGENT_TELEMETRY_PORT` environment variable:

```bash
export BINDPLANE_ADVANCED_AGENT_TELEMETRY_PORT=8888
```


---

# 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/configuration/bindplane/collector-telemetry-port.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.
