---
title: AMP
description: Configure OpenLM to monitor AMP license usage and license allocation through OpenLM Broker.
product: OpenLM Platform
---

OpenLM monitors AMP through OpenLM Broker. AMP generates a periodic XML file, which OpenLM parses and displays in OpenLM Platform.

## Before you begin

- OpenLM Platform.
- OpenLM Broker v25.x or later, installed on the same machine as AMP and approved in [Broker Hub](https://openlm.com/documentation/cloud/data-collection/broker-hub).
- The path to `AMP_OpenLM.exe` (provided by the vendor or located in the AMP installation folder).

## Configure OpenLM Broker

*How OpenLM Broker queries AMP and forwards data to OpenLM Server*

1. Open the Broker UI at `http://localhost:5090/`.
2. Go to **License Managers** → **Add License Manager**.
3. Select **AMP** and specify the port number (for example, `2306`).
4. From **License Manager Type**, select **OpenLM Generic**.
5. In **Commands**, set the path to `AMP_OpenLM.exe`. For example:

    ```bash
    C:\Program Files (x86)\AMPORTAKAMP\AMP_OpenLM.exe
    ```

6. Select **Update**, then **Apply**.
7. Select **Execute** to confirm data retrieval works.
8. Repeat for the Status command.
9. In **Vendors**, enter `AMP YAZILIM` (case-sensitive).
10. Select **Apply**, then **Restart Broker**.

## Approve AMP in OpenLM Platform

*Approve AMP in Pending Server*

1. Sign in to OpenLM Platform.
2. From the menu, go to **License Servers** → **Pending Server**.
3. Select the AMP license manager, then select **Approve and Merge**.

## Verify the integration

1. In OpenLM Platform, go to **License Servers Live** → **Server Statistics**.
2. Confirm AMP appears with a green status indicator.

:::note
It can take up to 3 minutes for the status to update for a new connection.
:::

## Reference

- [Broker Hub](https://openlm.com/documentation/cloud/data-collection/broker-hub)
