Back to Documentation

Installation

Get DoubleSync installed in your Umbraco v14+ project in under 5 minutes.

Prerequisites

DoubleSync requires:

Umbraco v14 or later (Bellissima backoffice)

.NET 8 or later

NuGet package manager

Install via NuGet

Add the DoubleSync package to your Umbraco project using the .NET CLI:

dotnet add package DoubleSync.Umbraco

Install Azure Blob Storage Transport (Optional)

If your team uses Azure Blob Storage for transferring snapshots between environments, install the separate transport package:

dotnet add package DoubleSync.Storage.Azure

Verify Installation

Start your Umbraco project and log in to the backoffice. You should see "DoubleSync" appear in the sidebar navigation. If you have a license key, add it to your configuration before using paid features.

Add Your License Key

For Pro, Agency, or Perpetual licenses, add your license key to appsettings.json:

{
  "DoubleSync": {
    "LicenseKey": "DS-XXXX-XXXX-XXXX-XXXX"
  }
}

Next Steps

Once installed, head to Configuration to set up your sync environments, or jump straight into Schema Sync to sync your first document types.