Install an on-premises data gateway (2024)

  • Article

An on-premises data gateway is software that you install in an on-premises network. The gateway facilitates access to data in that network.

As we explain in the overview, you can install a gateway either in personal mode, which applies to Power BI only, or in standard mode. We recommend standard mode. In that mode, you can install a standalone gateway or add a gateway to a cluster, which we recommend for high availability.

In this article, we show you how to install a standard gateway, how to add another gateway to create a cluster, and how to install a personal mode gateway.

Requirements

Minimum requirements

  • .NET Framework 4.8
  • A 64-bit version of Windows 10 or a 64-bit version of Windows Server 2019
  • 4-GB disk space for performance monitoring logs (in default configuration)

Note

The minimum screen resolution supported for the on-premises data gateway is 1280 x 800.

Recommended

  • An 8-core CPU
  • 8 GB of memory
  • A 64-bit version of Windows Server 2019 or later
  • Solid-state drive (SSD) storage for spooling

Related considerations

  • Gateways aren't supported on Server Core installations.

  • Gateways aren't supported on Windows containers.

  • The user installing the gateway must be the admin of the gateway.

  • The gateway can't be installed on a domain controller.

  • If you're planning to use Windows authentication, make sure you install the gateway on a computer that's a member of the same Microsoft Entra environment as the data sources.

  • Don't install a gateway on a computer, like a laptop, that might be turned off, asleep, or disconnected from the internet. The gateway can't run under any of those circ*mstances.

  • If a gateway uses a wireless network, its performance might suffer. We recommend that you set the gateway on a wired device for best network performance.

  • If you use a virtualization layer for your virtual machine, performance might suffer or perform inconsistently.

  • You could install other applications on the gateway machine, but these applications might degrade gateway performance. If you do install other applications on the gateway machine, be sure to monitor the gateway closely to check if there's any resource contention.

  • You can install up to two gateways on a single computer: one running in personal mode and the other running in standard mode. An on-premises data gateway (personal mode) can be used only with Power BI. You can't have more than one gateway running in the same mode on the same computer.

  • When using an on-premises data gateway (standard mode) to access a data source on a remote domain, the gateway has to be installed on a domain joined machine having a trust relationship with the target domain.

  • When private link is enabled, disable private link before installing the gateway. After installation, you can re-enable it. If private link is enabled, you'll get the following error when trying to register a new gateway or migrate/restore/takeover an existing gateway:

    System.NullReferenceException: Object reference not set to an instance of an object

    at Microsoft.PowerBI.DataMovement.GatewayCommon.DmtsGatewayCreation.UpdateGatewayConfiguration.

    To disable private link, go to the powerbi.com page, and select Settings > Admin portal. Look for the Advanced networking section at the bottom of the page, and disable the Azure Private Link property. After the gateway is configured, you can enable the Azure Private Link property.

Download and install a standard gateway

Because the gateway runs on the computer that you install it on, be sure to install it on a computer that's always turned on. For better performance and reliability, we recommend that the computer is on a wired network rather than a wireless one.

  1. Download the standard gateway.

    Note

    If the on-premises data gateway (standard mode) requires access to a remote data source in a different domain, it must be installed on a domain joined machine having a trust relationship with the target domain.

  2. In the gateway installer, keep the default installation path, accept the terms of use, and then select Install.

    Install an on-premises data gateway (1)

  3. Enter the email address for your Office 365 organization account, and then select Sign in.

    Install an on-premises data gateway (2)

    Note

    You need to sign in with either a work account or a school account. This account is an organization account. If you signed up for an Office 365 offering and didn't supply your work email address, your address might look like nancy@contoso.onmicrosoft.com. Your account is stored within a tenant in Microsoft Entra ID. In most cases, your Microsoft Entra ID account's User Principal Name (UPN) will match the email address.

    The gateway is associated with your Office 365 organization account. You manage gateways from within the associated service.

    You're now signed in to your account.

  4. Select Register a new gateway on this computer > Next.

    Install an on-premises data gateway (3)

  5. Enter a name for the gateway. The name must be unique across the tenant. Also enter a recovery key. You'll need this key if you ever want to recover or move your gateway. Select Configure.

    Install an on-premises data gateway (4)

    Important

    You are responsible for keeping the gateway recovery key in a safe place where it can be retrieved later. Microsoft doesn't have access to this key and it can't be retrieved by us.

    Note the Add to an existing gateway cluster checkbox. We'll use this checkbox in the next section of this article.

    Also note that you can change the region that connects the gateway to cloud services. For more information, go to Set the data center region.

    Note

    For sovereign clouds, we currently only support installing gateways in the default PowerBI region of your tenant. The region picker on the installer is only supported for Public cloud.

    Finally, you can also provide your own Azure Relay details. For more information about how to change the Azure Relay details, go to Set the Azure Relay for on-premises data gateway.

  6. Review the information in the final window. Because this example uses the same account for Power BI, Power Apps, and Power Automate, the gateway is available for all three services. Select Close.

    Install an on-premises data gateway (5)

Now that you've installed a gateway, you can add another gateway to create a cluster.

Add another gateway to create a cluster

A cluster lets gateway admins avoid having a single point of failure for on-premises data access. If the primary gateway is unavailable, data requests are routed to the second gateway that you add, and so on.

Because you can install only one standard gateway on a computer, you must install each additional gateway in the cluster on a different computer. This requirement makes sense because you want redundancy in the cluster.

Note

Offline gateway members within a cluster will negatively impact performance. These members should either be removed or disabled.

Make sure the gateway members in a cluster are running the same gateway version, as different versions could cause unexpected failures based on supported functionality.

To create high-availability gateway clusters, you need the November 2017 update or a later update to the gateway software.

  1. Download the gateway to a different computer and install it.

  2. After you sign in to your Office 365 organization account, register the gateway. Select Add to an existing cluster. In the Available gateway clusters list, select the primary gateway, which is the first gateway you installed. Enter the recovery key for that gateway. Select Configure.

    Install an on-premises data gateway (6)

Download and install a personal mode gateway

  1. Download the personal mode gateway.

  2. In the gateway installer, enter the default installation path, accept the terms of use, and then select Install.

    Install an on-premises data gateway (7)

  3. Enter the email address for your Office 365 organization account, and then select Sign in.

    Install an on-premises data gateway (8)

    Note

    You need to sign in with either a work account or a school account. This account is an organization account. If you signed up for an Office 365 offering and didn't supply your work email address, your address might look like nancy@contoso.onmicrosoft.com. Your account is stored within a tenant in Microsoft Entra ID. In most cases, your Microsoft Entra ID account's User Principal Name (UPN) will match the email address.

    The gateway is associated with your Office 365 organization account. You manage gateways from within the associated service.

  4. You're now signed in to your account. Select Close.

    Install an on-premises data gateway (9)

Next steps

  • Configure on-premises data gateways

  • Manage an on-premises data gateway

  • Monitor and optimize gateway performance

Install an on-premises data gateway (2024)

FAQs

How do I install on-premises data gateway personal mode? ›

Install the on-premises data gateway (personal mode)

To install the on-premises data gateway (personal mode): Download the on-premises data gateway. Open the installer, and select Next. Select On-premises data gateway (personal mode), and then select Next.

How to install on premise data gateway for power automate? ›

To properly set up the On-Premises Data Gateway, follow these steps:
  1. Open the Gateway application on your computer.
  2. Enter your Microsoft account's email address and password, and click “Sign in”.
  3. Click on “Manage Gateways”, then select “Add a gateway”.
  4. Provide a unique name for your gateway and click “Configure”.

How do I install Microsoft data gateway? ›

Download and install a standard gateway
  1. Download the standard gateway. ...
  2. In the gateway installer, keep the default installation path, accept the terms of use, and then select Install.
  3. Enter the email address for your Office 365 organization account, and then select Sign in.
Jan 17, 2024

What is an on premise data gateway? ›

The on-premises data gateway acts as a bridge. It provides quick and secure data transfer between on-premises data, which is data that isn't in the cloud, and several Microsoft cloud services. These services include Power BI, Power Apps, Power Automate, Azure Analysis Services, and Azure Logic Apps.

How do I connect to on-premises data gateway? ›

There are five main steps for using a gateway:
  1. Download and install the gateway on a local computer.
  2. Configure the gateway based on your firewall and other network requirements.
  3. Add gateway admins who can also manage and administer other network requirements.
  4. Use the gateway to refresh an on-premises data source.
Nov 1, 2022

Is On premise gateway free? ›

The on-premises gateway is a premium feature for Power Apps and Power Automate and will require more than an Office 365 license. The Power Apps Plan 1 and Plan 2 license were discontinued in October. Premium licenses are now either Per User ($40/user/month) or Per App ($10/App/user/month).

Which location requires an on-premises data gateway? ›

This article targets Power BI administrators who need to install and manage the on-premises data gateway. The gateway is required whenever Power BI must access data that isn't accessible directly over the Internet. It can be installed on a server on-premises, or VM-hosted infrastructure as a service (IaaS).

How do I add data source to premises data gateway? ›

Select New at the top of the screen to add a new data source. On the New connection screen, select On-premises, provide the Gateway cluster name you want to create the connection on, provide a Connection name, and select the Data Source Type. For this example, choose SQL Server. Enter information about the data source.

How do I add a data gateway to power Apps? ›

Install a gateway from Power Apps
  1. In the left navigation pane of powerapps.com, select Data > Gateways. ...
  2. Select New gateway. ...
  3. In the On-Premises Data Gateway section, select Download.
  4. Install the gateway using the instructions provided in Install an on-premises data gateway.

What is the difference between personal mode and on-premises data gateway? ›

The difference is the way that you want to use the gateway. The personal mode is mainly used for one-person use, not for the team. On-premises gateway, on the other hand, is a choice when you want to work in a collaborative environment. Let's look at their differences in details.

How do I set up a gateway? ›

1) Gateway connection

First off, connect the Wireless antenna to the connector under the miniUSB port. Next, connect the gateway to the Internet either by Ethernet or GPRS/3G (if the device is compatible with the second type of connexion) and power it on by connecting it through a power supply.

How to create an on-premises data gateway in Azure? ›

In Azure portal, click Create a resource, then search for On-premises data gateway, and then click Create. In Create connection gateway, enter these settings: Name: Enter a name for your gateway resource. Subscription: Select the Azure subscription to associate with your gateway resource.

What is the role of on-premises data gateway? ›

You can use the on-premises data gateway to transfer data quickly and securely between Power BI or Power Apps and a data source or connection that isn't in the cloud, such as an on-premises SQL Server database or an on-premises SharePoint site.

What is the difference between enterprise gateway and on-premise gateway? ›

On-premises data gateway is suitable for multiple users, On-premises data gateway (personal mode) is suitable for a single user (only the staff who creates the report), Microsoft recommends using an enterprise data gateway instead of a personal gateway to connect a dataset to an on-premises data source.

Is on-premises data gateway secure? ›

The gateway facilitates quick and secure behind-the-scenes communication. This communication flows from a user in the cloud to your on-premises data source and then back to the cloud.

How do I setup a virtual network data gateway? ›

Creating a virtual network (VNet) data gateway is a three-step process:
  1. Step 1: Register Microsoft.PowerPlatform as a resource provider.
  2. Step 2: Associate the subnet to Microsoft Power Platform.
  3. Step 3: Create a VNet data gateway.
Feb 21, 2024

How to install gateway server? ›

Installation process
  1. Sign into the gateway server with Administrator rights.
  2. From the Operations Manager installation media, start Setup.exe.
  3. In the Install area, select the Gateway management server link (not the large "Install" link, towards the bottom of the window).
  4. On the Welcome screen, select Next.
Mar 7, 2024

References

Top Articles
Latest Posts
Article information

Author: Greg O'Connell

Last Updated:

Views: 5888

Rating: 4.1 / 5 (42 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Greg O'Connell

Birthday: 1992-01-10

Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

Phone: +2614651609714

Job: Education Developer

Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.