> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/enterprise-guide/keeper-msp/migration-of-mcs/msp-to-msp.md).

# MSP to MSP

Transfer an MSP and its Managed Companies to another MSP.

## Overview

Use Keeper Commander CLI to transfer an **entire MSP** to another MSP. This includes the MSP itself, as a Managed Company, and all its Managed Companies (MCs).

{% hint style="warning" %}
**Please first contact Keeper's Support team to initiate your MSP or MC transfer.**<br>

MSP Americas & APAC: <mspteamna@keepersecurity.com>\
MSP EMEA: <MSPTeamEMEA@keepersecurity.com>

After approval, use Keeper Commander to request a transfer of your MSP.
{% endhint %}

MSP Americas & APAC: <mspteamna@keepersecurity.com>\
MSP EMEA: <MSPTeamEMEA@keepersecurity.com>

After approval, use Keeper Commander to request a transfer of your MC.

**Scenario:** The Sending MSP starts the transfer with all its Managed Companies. The Receiving MSP accepts it. Keeper Security reviews it. The Sending MSP completes it.

**Command reference:** [Commander CLI and SDK](/enterprise-guide/keeper-msp/commander-cli-sdk.md)

## Terminology

| Term              | Definition                                                                       |
| ----------------- | -------------------------------------------------------------------------------- |
| **MSP**           | Managed Service Provider — a Keeper Security tenant that manages other companies |
| **MC**            | Managed Company — a Keeper Security tenant that is managed by an MSP             |
| **Sending MSP**   | The MSP being transferred, along with all of the Managed Companies it owns       |
| **Receiving MSP** | The MSP that will take ownership of the Sending MSP and its Managed Companies    |

#### Example Accounts Used in This Guide

Replace these examples with the administrator names and email addresses in your environment.

| Role                | Admin Name            | Admin Email                       |
| ------------------- | --------------------- | --------------------------------- |
| Sending MSP Admin   | `sending-msp-admin`   | `sending-msp-admin@example.com`   |
| Receiving MSP Admin | `receiving-msp-admin` | `receiving-msp-admin@example.com` |

## Prerequisites

* Keeper Commander CLI is installed and configured.
* You are the **Principal Admin** for the Sending or Receiving MSP.
* You have the Receiving MSP administrator's name and email address.

## Step 1 — Sending MSP: Initiate the Transfer

The Sending MSP administrator submits a request that includes the MSP and its Managed Companies.

**1. Log in to Commander as the Sending MSP admin:**

```
Email: sending-msp-admin@example.com
Password: <your password>
```

**2. Initiate the transfer:**

```
mc-transfer join-msp --target-name "receiving-msp-admin" --target-email receiving-msp-admin@example.com
```

**3. Select the Managed Company assets to transfer:**

When the Managed Company asset selection screen appears:

* Type `a` and press **Enter** to select **all** Managed Companies.
* Type `d` and press **Enter** when you are **done** with your selection.
* At the prompt **"Do you want to transfer MSP company as well? \[y/n]"**, type `y` and press **Enter**.

Selecting `y` transfers the MSP, as a Managed Company, and all its Managed Companies.

**4. Verify the transfer request was sent:**

```
mc-transfer status --target-name "receiving-msp-admin" --target-email receiving-msp-admin@example.com
```

The status should show that the Receiving MSP must accept the request. The **Managed Companies** list includes the MSP and its Managed Companies.

<figure><img src="https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LO5CAzpxoaEquZJBpYz%2Fuploads%2FflfSzObf0kFSnFJTeR5u%2FStep%201%20-%20Sending%20MSP%20Initiate%20the%20Transfer%20(Entire%20MSP).jpg?alt=media&amp;token=9b902a63-808c-4e98-8640-002cb8f8e948" alt=""><figcaption></figcaption></figure>

## Step 2 — Receiving MSP: Accept the Transfer

The Receiving MSP admin logs in and accepts the inbound transfer request.

**1. Log in to Commander as the Receiving MSP admin:**

```
Email: receiving-msp-admin@example.com
Password: <your password>
```

**2. Check the incoming transfer request:**

```
mc-transfer status --target-name "sending-msp-admin" --target-email sending-msp-admin@example.com
```

**3. Accept the transfer:**

```
mc-transfer accept-mc --target-name "sending-msp-admin" --target-email sending-msp-admin@example.com
```

**4. Confirm acceptance:**

```
mc-transfer status --target-name "sending-msp-admin" --target-email sending-msp-admin@example.com
```

The status should now reflect that the transfer is accepted and pending legal approval.

<figure><img src="https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LO5CAzpxoaEquZJBpYz%2Fuploads%2Fmizw8ZTIEl47WPY9m3T2%2FStep%202%20-%20Receiving%20MSP%20Accept%20the%20Transfer%20(Entire%20MSP).jpg?alt=media&amp;token=c83e069b-4d85-4450-b817-f18d529b38dc" alt=""><figcaption></figcaption></figure>

## Step 3 — Legal Approval

After both parties agree, Keeper Security emails both MSPs.

* Provide any information Keeper requests.
* Keeper approves or denies the transfer.
* Keeper emails both parties with its decision.

{% hint style="info" %}
No Commander action is required during this step. Wait for legal approval.
{% endhint %}

## Step 4 — Sending MSP: Complete the Transfer

After Keeper approves the transfer, the Sending MSP administrator completes it in Commander.

**1. Log in to Commander as the Sending MSP admin:**

```
Email: sending-msp-admin@example.com
Password: <your password>
```

**2. Confirm legal approval status:**

```
mc-transfer status --target-name "receiving-msp-admin" --target-email receiving-msp-admin@example.com
```

**3. Perform the transfer:**

```
mc-transfer perform --target-name "receiving-msp-admin" --target-email receiving-msp-admin@example.com
```

The MSP and all of its Managed Companies are now transferred to the Receiving MSP.

<figure><img src="https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LO5CAzpxoaEquZJBpYz%2Fuploads%2FGwbTh7iHSRBSB3RGxNWZ%2FStep%204%20-%20Sending%20MSP%20Complete%20the%20Transfer%20(Entire%20MSP).jpg?alt=media&amp;token=0785af6c-9792-4e13-b12d-90066ce41b5d" alt=""><figcaption></figcaption></figure>

## How to Cancel a Transfer

If you need to cancel a pending transfer **before** legal approval, the Sending MSP admin can run:

```
mc-transfer cancel --target-name "receiving-msp-admin" --target-email receiving-msp-admin@example.com
```

Cancel the transfer **before** Keeper approves it. This command cannot reverse a completed transfer.

<figure><img src="https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LO5CAzpxoaEquZJBpYz%2Fuploads%2FHBhu8S13BjUdUg6JPCtg%2FHow%20to%20Cancel%20a%20Transfer%20(Entire%20MSP).jpg?alt=media&amp;token=fadafb26-e030-4777-a822-7cf3b3c85c62" alt=""><figcaption></figcaption></figure>

## Command Reference Summary

| Step              | Who Runs It   | Command                                                                                   |
| ----------------- | ------------- | ----------------------------------------------------------------------------------------- |
| Initiate transfer | Sending MSP   | `mc-transfer join-msp --target-name "<receiving-admin>" --target-email <receiving-email>` |
| Check status      | Either party  | `mc-transfer status --target-name "<other-admin>" --target-email <other-email>`           |
| Accept transfer   | Receiving MSP | `mc-transfer accept-mc --target-name "<sending-admin>" --target-email <sending-email>`    |
| Complete transfer | Sending MSP   | `mc-transfer perform --target-name "<receiving-admin>" --target-email <receiving-email>`  |
| Cancel transfer   | Sending MSP   | `mc-transfer cancel --target-name "<receiving-admin>" --target-email <receiving-email>`   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/enterprise-guide/keeper-msp/migration-of-mcs/msp-to-msp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
