Quick Start

Get up and running with DMM Infinity in minutes.

Last updated: March 2026

This guide walks you through the essential steps to go from zero to your first successful data pipeline execution. By the end, you will have an organisation, two connected environments, and a working pipeline.

Prerequisites

Before you begin, make sure you have the following:

  • A DMM Infinity account — sign up at app.dmminfinity.com
  • Two Mendix environments deployed and accessible (e.g., Development and Acceptance)
  • Mendix Studio Pro installed (version 9.24.x or later, or any 10.x release)
💡Tip

You can start with the Free plan — no credit card required. The Free plan includes 10,000 records per year, which is plenty for evaluating the platform.


Step-by-Step Setup

1

Sign Up and Create Your Organisation

Your organisation is the top-level container for all environments, pipelines, and team members.

  1. Navigate to app.dmminfinity.com in your browser.
  2. Click Sign In and enter your email address.
  3. Check your inbox for a passwordless sign-in link and click it.
  4. On first sign-in you will be prompted to create an organisation — enter your company name.
  5. Select a plan (Free, Starter, Professional, or Enterprise).
  6. Your workspace is provisioned automatically — this takes a few seconds.
  7. You land on the Dashboard, which is your central command centre.
â„šī¸Note

DMM Infinity uses passwordless authentication. Every sign-in sends a magic link to your email — there are no passwords to remember or rotate.

2

Install the DMM Infinity Agent

The agent is a Mendix module (.mpk file) that runs inside your Mendix application. It enables secure communication between your environment and the DMM Infinity cloud.

  1. From the Dashboard, click Download Agent to download the latest .mpk file.
  2. Open your Mendix application in Studio Pro.
  3. Go to App > Import Module Package and select the downloaded .mpk file.
  4. Accept any dependency prompts and let Studio Pro add the module to your project.
  5. Deploy the application with the new module included.
💡Tip

The agent module is also available on the Mendix Marketplace. Search for "DMM Infinity Agent" to install it directly from Studio Pro.

3

Connect Your Environments

Once the agent is deployed, it automatically initiates a pairing request with DMM Infinity.

  1. After deploying your Mendix app with the agent, a pairing request is sent to DMM Infinity.
  2. Back in the DMM Infinity portal, a browser modal appears asking you to approve the pairing.
  3. Review the agent details (application name, environment URL, Mendix version).
  4. Give the environment a friendly name (e.g., "Development" or "Acceptance").
  5. Click Approve to complete the pairing.
  6. Repeat the process for your second environment.
  7. Both environments now appear on the Environments page with a Healthy status.
â„šī¸Note

Source and target environments must be on the same platform. For example, both must be Mendix environments — you cannot create a pipeline between a Mendix and an OutSystems environment.

4

Create Your First Pipeline

A pipeline defines what data moves, where it moves, and how it is transformed along the way.

  1. Navigate to the Pipelines page from the sidebar.
  2. Click New Pipeline.
  3. Select a source environment (e.g., "Acceptance").
  4. Select a target environment (e.g., "Development").
  5. Choose the entities (database tables) you want to include.
  6. Optionally add transformations to anonymise or modify fields during transfer.
  7. Give the pipeline a descriptive name and click Save.
5

Run the Pipeline

With the pipeline saved, you are ready to execute it.

  1. Click the Run button on your newly created pipeline.
  2. The Execution Monitor opens, showing real-time progress bars and record counts for each entity.
  3. Wait for the status to change to Completed.
  4. Review the execution summary — total records transferred, duration, and any warnings.
💡Tip

You can navigate away from the Execution Monitor and come back later. The pipeline continues running in the background, and you can check its status from the Pipelines page at any time.


Next Steps

Now that you have a working pipeline, explore the rest of the documentation to get the most out of DMM Infinity:

  • Installing the Mendix Agent — deep dive into agent configuration and supported versions
  • Connecting an Environment — understand the pairing flow and troubleshooting
  • Creating a Pipeline — learn about Quick Create, custom pipelines, and the pipeline builder
  • Transformations Reference — explore all six transformation types for data anonymisation
  • Running & Monitoring Pipelines — master the Execution Monitor and run history
  • Managing Your Subscription — view plans, upgrade, and manage billing