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

# Datto RMM (Password Grant) - How do I link my account?

# Overview

To authenticate with Datto RMM, you need:

1. **Platform** – Your Datto RMM platform (e.g., `merlot`, `pinotage`, `concord`, `vidal`, `zinfandel`, `syrah`). This determines your API base URL like `https://<platform>-api.centrastage.net`.
2. **API Key** - A unique identifier used to generate an access token for requests associated with your account.
3. **API Secret Key** - A secret token used alongside the **API Key** to generate an access token for authenticating requests.

This guide walks you through enabling API access and finding your **Platform (Region)** in Datto RMM.

### Prerequisites:

* Admin access to your Datto RMM tenant.

### Step 1: Enable API access and generate API keys

1. Login to your Datto RMM instance, go to **Setup** > **Global Settings** > **Access Control** and toggle the **Enable API Access** button.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/datto-rmm/access_control.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=ca544a0b50177406b095c45b31ce685f" width="684" height="110" data-path="integrations/all/datto-rmm/access_control.png" />

2. Go to **Setup** > **Users**, select your user, then click **Generate API Keys** to create an **API Key** and **API Secret Key** for the user.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/datto-rmm/generate_api_key.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=1f24dcf117aa3f5f82611663b326caf2" width="546" height="88" data-path="integrations/all/datto-rmm/generate_api_key.png" />

3. The **API Key** and **API Secret Key** will be displayed.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/datto-rmm/api_key.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=762c450058ed6a3589975f2bf83e1ce0" width="1454" height="464" data-path="integrations/all/datto-rmm/api_key.png" />

4. Click **Save User**.

### Step 2: Select your platform

Your platform corresponds to your region and defines your base URL:

* `merlot` → `https://merlot-api.centrastage.net`
* `pinotage` → `https://pinotage-api.centrastage.net`
* `concord` → `https://concord-api.centrastage.net`
* `vidal` → `https://vidal-api.centrastage.net`
* `zinfandel` → `https://zinfandel-api.centrastage.net`
* `syrah` → `https://syrah-api.centrastage.net`

You can also verify Swagger at `https://<platform>-api.centrastage.net/api/swagger-ui/index.html`.

#### Step 3: Enter credentials in the Connect UI

Once you have your **Platform**, **API Key** and **API Secret Key**:

1. Open the form where you need to authenticate with Datto RMM (Password Grant).
2. Enter **Platform**, **API Key** and **API Secret Key** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/datto-rmm-password-grant/form.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=01ef1f4eaa3a793d88156a4411290a93" style={{maxWidth: "450px" }} width="1000" height="1380" data-path="integrations/all/datto-rmm-password-grant/form.png" />

You are now connected to Datto RMM (Password Grant).
