> ## Documentation Index
> Fetch the complete documentation index at: https://docs.originhq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Endpoint Configuration

> Configure agent settings pushed to every endpoint in the tenant from Endpoints → Configuration: tray icon visibility and the OTLP collector port.

Agent settings pushed to every endpoint in the tenant, from **Endpoints → Configuration** in the console. Changes apply on the next agent heartbeat, so you never need to touch individual machines.

<Note>
  This page applies across the tenant's endpoint fleet, not only to this browser or account. For your own personal account settings, see [My Account](/getting-started/settings-view).
</Note>

## Opening Endpoint Configuration

Sign in at [dashboard.originhq.com](https://dashboard.originhq.com/), click **Endpoints** in the far-left rail, then select **Configuration**.

## Fleet settings

| Setting                   | Default | Description                                                                                           |
| ------------------------- | ------- | ----------------------------------------------------------------------------------------------------- |
| **Hide system tray icon** | Off     | Suppresses the tray process and removes the auto-start entry.                                         |
| **OTLP collector port**   | 4318    | Loopback port the agent's AI-telemetry collector binds on each endpoint. Leave empty for the default. |

### OTLP collector port

Set this if your endpoints already run a corporate OTel collector — Datadog, Alloy, Dynatrace — on 4318.

<Warning>
  The port applies the next time each endpoint's agent restarts. Changing an already-configured port can briefly pause capture on macOS endpoints until each agent reconnects.

  If the chosen port is already in use on a host, that host won't capture AI telemetry until the conflict is cleared — coordinate the port with whoever owns those endpoints.
</Warning>

The card shows a **Last saved** timestamp, and **Discard** / **Save** buttons. Changes are not pushed until you save.

<Note>
  Additional fleet configuration is available with the **AI Visibility** feature. If your tenant doesn't have it, the options above are the full set exposed on this page.
</Note>

## Related pages

<CardGroup cols={2}>
  <Card title="Endpoint Inventory" icon="server" href="/product/registered-endpoints">
    View every registered endpoint, under **Endpoints → Overview**.
  </Card>

  <Card title="Provisioning Tokens" icon="key" href="/getting-started/provisioning-tokens">
    Mint the tokens agents use to register, under **Endpoints → Connect**.
  </Card>
</CardGroup>
