# Migrating Orchestrator

> Migration tools and approaches for moving from standalone Orchestrator to Automation Cloud, including the Migration Tool, Orchestrator Manager, and UiPathOrch.

You can migrate from standalone Orchestrator to a cloud platform, either [using the Migration Tool](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/using-the-migration-tool#using-the-automation-cloud-migration-tool) or manually ([Manual Migration](https://docs.uipath.com/automation-cloud/automation-cloud/latest/admin-guide/manual-migration#manual-migration)).

## Orchestrator Manager

Orchestrator Manager is a tool that helps Orchestrator administrators perform bulk operations on Orchestrator entities, including:

- Assets
- Environments
- Machines
- Processes
- Users
- Robots
- Organization units
- Folders
- Queues
- Packages

For more information, visit the [Orchestrator Manager](https://marketplace.uipath.com/listings/orchestrator-manager) page.

## UiPathOrch

UiPathOrch is an open-source PowerShell module for managing UiPath Orchestrator. Like Orchestrator Manager, it supports bulk operations on Orchestrator entities, including:

- Assets
- Environments
- Machines
- Processes
- Users
- Robots
- Folders
- Queues
- Packages

In addition, UiPathOrch supports cross-tenant migration. It is community-maintained (Apache 2.0), actively developed, and in production use for tenant migrations and daily bulk operations.

:::note
UiPathOrch is not an official abbreviation of, or part of, the Orchestrator product.
:::

For more information, visit the [UiPathOrch](https://github.com/UiPath-Services/UiPathOrch#readme) page.
