Use > JMX Reference > Hardening Methods > How to Enable Secure Login for the JMX Console

How to Enable Secure Login for the JMX Console

To enable secure login for the JMX console,

  1. Access the UCMDB JMX console: Launch a Web browser and enter the following address: https://localhost:8443/jmx-console. You may have to log in with a user name and password (default is sysadmin/sysadmin).

  2. Locate UCMDB:service=Ports Management Services and click the link to open the Operations page.

  3. Locate the mapComponentToConnectors operation.

  4. To enable secure login for the JMX console, invoke the mapComponentToConnectors method with the following parameters:

    • componentName: jmx-console

    • isHTTPS: true
    • All other flags: false

  5. Restart the server.

  6. Log in to the JMX console using https:// and port 8443 (default) or the one for https if it was changed.

    For example, https://mymachine:8443.

Note:  also recommends you setting a strong password for the sysadmin user and any other user that can access the JMX console.