Strategy ONE

Change the Communication Port for the Modeling Service

  1. Locate the application.conf file in one of the directories listed below. Beginning in Strategy One (May 2025), the file name is application.properties.

  2. Windows: <INSTALL_PATH>\MicroStrategy\ModelingService\admin\

    Linux: <INSTALL_PATH>/MicroStrategy/ModelingService/admin/

  3. Change the port property in the file. Remember that all parameters in the file are case-sensitive. Make sure to open the Modeling service port in the firewall, if you are employing a firewall.

    • Beginning in Strategy One (May 2025), in the application.properties file:

      • HTTP Port:

        Copy
        server.port = <modeling_service_http_port_number>
      • HTTPS Port:

        Copy
        server.ssl.enabled=true
        server.port=<modeling_service_https_port_number>
        # NOTE: it is not supported to open both http and https port
    • Prior to Strategy One (May 2025), in the application.conf file:

      • HTTP Port:

        Copy
        http.port = <modeling_service_http_port_number>
      • HTTPS Port:

        Copy
        https.port = <modeling_service_https_port_number>
  4. Restart the Modeling service.