User Community Service Desk Downloads

MDM Server Manager Properties

This article is intended to serve as a reference point for MDM server manager configuration. The properties described here are defined in the mdm-server/etc/server-manager.properties file.

The server manager configuration is used for the Server Dashboard in the MDM Web App Admin Center, which includes features such as Git configuration, server reload/restart functionality, and monitoring. This way, you can define different ports and settings for the management interface independently from the rest of the application.

For each property, you will find information about the required data type, its default value, and a short description. The Mandatory column specifies whether a property is required for the application to run and function as expected.

MDM HTTP Server

Name Data type Default value Mandatory Description

server.port

Number

8057

No

The HTTP port for the Server Dashboard.

management.server.port

Number

8058

No

The HTTP port for the management actuator endpoints.

GraphQL endpoints

The following GraphQL endpoint is used only for the Server Dashboard in the MDM Web App Admin Center.

Name Data type Default value Mandatory Description

dgs.graphql.path

String

/manager/graphql

No

The path to the GraphQL endpoint for the Server Dashboard.

dgs.graphql.graphiql.path

String

/manager/graphiql

No

The path to the GraphiQL interface for the Server Dashboard GraphQL endpoint.

Was this page useful?