MyQ X Mobile Client

Deploy with Intune

Administrators can use Microsoft Intune to deploy and configure the MyQ X Mobile Client on managed devices. When deployed this way, server configurations are applied automatically so users do not need to configure the app manually.

Prerequisites

Before you begin, ensure the following:

  • The device is fully enrolled using the Company Portal (CP) app. Download and install the management certificate through the Company Portal.

  • The app is installed using the Company Portal. If the app is installed directly from the Play Store or App Store, MDM configuration profiles will not work.

  • In the Intune devices overview, the device shows as enrolled and compliant.

  • Configuration profiles are applied to groups of devices. Create a group and add the devices you want the profile to apply to.

Add the App to Intune

  1. Go to the Intune admin center.

  2. Click Apps, then select the platform for your deployment (Android or iOS).

  3. Click Create and follow the steps below for your platform:

Android

Follow the steps in the Microsoft documentation: Add and Assign Managed Google Play Apps to Android Enterprise Devices. Once the app appears in the list of Android apps, you can edit the app information and assign user or device groups.

iOS

  1. Select iOS Store App.

  2. Click Add app and search for MyQ X Mobile Client, then select the app.

  3. Click Next and assign user and device groups as required.

  4. Click Next again, review the setup to confirm it is correct, and click Create.

The application will be visible to the selected users or devices in the Intune Company Portal app. Users may need to resynchronize with the Company Portal for the app to appear. Administrators can also force a resynchronization of devices from the Intune admin center. Note that this may not be immediate and could take some time.

Create an MDM Configuration Profile

Configuration profiles allow you to push server settings to the app automatically.

  1. In the Intune admin center, go to Apps > Configuration.

  2. Select Create > Managed devices.

  3. On the Basics tab, define the configuration profile. Set the following values:

    • Name: a name for the profile.

    • Platform: select Android or iOS.

    • Profile type (Android only): select the profile type that your organization uses.

    • Targeted app: for iOS, select the app added as an iOS store app. For Android, select the Managed Google Play store app.

      image-20260401-102010.png
  4. On the Settings tab, set the configuration parameters for your platform.

    • Android: Under Configuration Settings, select Use Configuration Designer. Select Add to open the parameters panel, where you can select from a list of parameters to configure. All parameters have default values that you can change.

      image-20260401-102612.png
    • iOS: Select Use Configuration Designer from the dropdown, and add each parameter manually.

      image-20260401-102236.png
  5. On the Assignments tab, include all device groups you want the profile to apply to.

  6. On the Review + create tab, view a summary of your settings and finalize the profile, and click Create when ready. The app will automatically read this configuration on the next launch.

Once created, the server configuration will be set by default in the MyQ X Mobile Client upon the next installation or update of the app.

Supported Configuration Options

You can define one or more MyQ server addresses in the MDM configuration profile. You can also define a Microsoft Application Proxy address.

For server entries, the key name must start with server. Key names are case-insensitive and are processed alphabetically.

The serverproxy key is used specifically for Microsoft Application Proxy configuration.

Server value syntax

Use the following syntax to define server values:

Syntax

Description

Example

server-address:port

Defines a MyQ server address.

myq.company.com:443

server-address:port, Display name

Defines a MyQ server address with a user-friendly name.

myq.company.com:443, MyQ Server

server1;server2;server3

Defines multiple server addresses in one value.

192.168.124.11:8090;myq.company.com:443;blabla.com:8090

If a display name is not defined, the server address is used as the server name.

Android

On Android, use the configuration designer to configure the available parameters. To define multiple server addresses in one value, separate the addresses with a semicolon (;).

Example:

Name

Type

Value

server

String

192.168.124.11:8090, MyQ Server;myq.company.com:443;blabla.com:8090

iOS

On iOS, add the configuration keys manually.

Option 1: One key with multiple servers

Name

Type

Value

server

String

192.168.1.10:8090, MyQ Server;myq.company.com:443;acme.com:8090

Option 2: Multiple server keys

You can define multiple keys. Any key name that starts with server is processed alphabetically.

Name

Type

Value

server0

String

192.168.1.10:8090, MyQ Server

server1

String

myq.company.com:443

server2

String

acme.com:8090

Option 3: Microsoft Application Proxy

Use the serverproxy key to define a Microsoft Application Proxy address.

Name

Type

Value

serverproxy

String

https://myapplicationproxy.msappproxy.net, MyQ Server