> For the complete documentation index, see [llms.txt](https://docs.vega25.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vega25.com/xport/xport.md).

# XPort

<figure><img src="/files/b2twIy59TeL5893w2wMo" alt=""><figcaption></figcaption></figure>

## Overview

XPort streamlines the migration of Milestone XProtect systems by automating the transfer of camera configurations, user roles, device settings, and media between servers or locations. Designed for system integrators or end-users, XPort minimizes manual work, prevents configuration errors, and accelerates transitions—whether upgrading hardware, consolidating systems, or migrating to the cloud.

## Cybersecurity

XPort moves only the objects you select—cameras, roles, views—via XProtect's APIs. By transferring clean metadata instead of cloning the entire database, it leaves behind dormant malware, stealth accounts, and rogue SQL code that a traditional backup-and-restore would copy wholesale.

Explore how: [Cybersecurity Benefits of XPort](/xport/cybersecurity-benefits-of-xport.md)

## Solutions

A creative combination, adaptation, and repetition of modular workflows helps achieve complex migration solutions.&#x20;

For example, repeated application of the [Move Recorders, Keep Footage](/xport/user-manual/move-recorders-keep-footage.md)workflow may help a siloed deployment consolidate into a single database in one instance. Conversely, the same workflow could be used to divide an overloaded site into multiple sites in another example.

Explore the[Use Cases](/xport/use-cases.md) sections to see use case examples across various verticals.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Merge Sites</td><td><a data-mention href="/pages/QJtb6rhcG4XdzOfCYz3j">/pages/QJtb6rhcG4XdzOfCYz3j</a></td><td></td><td><a href="/files/RlJepFUKwfT5VnhhRePY">/files/RlJepFUKwfT5VnhhRePY</a></td></tr><tr><td>Split a Site</td><td><a data-mention href="/pages/85Q3p36Ibru70L3iDCQv">/pages/85Q3p36Ibru70L3iDCQv</a></td><td></td><td><a href="/files/9RYvL368KgqhwY1P11ED">/files/9RYvL368KgqhwY1P11ED</a></td></tr><tr><td>Cloud lift &#x26; Shift</td><td><a data-mention href="/pages/bdauUMhY4KJc3kmCOHMh">/pages/bdauUMhY4KJc3kmCOHMh</a></td><td></td><td><a href="/files/GCYdynXhlupMCzqNrewg">/files/GCYdynXhlupMCzqNrewg</a></td></tr><tr><td>Reconfigure Sites</td><td><a data-mention href="/pages/oeG2upwZ2ILHPPWtRhkv">/pages/oeG2upwZ2ILHPPWtRhkv</a></td><td></td><td><a href="/files/UmmnsLlswxDwQYSTp38c">/files/UmmnsLlswxDwQYSTp38c</a></td></tr><tr><td>One Step Upgrade</td><td><a data-mention href="/pages/Nm6Hfz5FVaVIpOfCYvt8">/pages/Nm6Hfz5FVaVIpOfCYvt8</a></td><td></td><td><a href="/files/jq5HFAtGHGoqceh1QSGG">/files/jq5HFAtGHGoqceh1QSGG</a></td></tr></tbody></table>

## Workflows

The basic building blocks of XPort workflows are pre-built migration sequences for specific, quantized migration tasks. For example, one workflow involves transitioning from an e-code deployment to a C-code deployment, while another focuses on migrating C-code deployments.&#x20;

The following workflows are supported:

1. [E-code to C-code](/xport/user-manual/e-code-to-c-code.md)
2. [Move Recorders, Keep Footage](/xport/user-manual/move-recorders-keep-footage.md)
3. [Upgrade-Everything Workflow](/xport/user-manual/upgrade-everything-workflow.md)


---

# 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.vega25.com/xport/xport.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.
