Configure RAS Performance Monitor Security

By default, any user can access the Performance Monitor page and view performance metrics. To increase security, you can set up the RAS Performance Monitor to use credentials so that only authorized users can view it.

First, remove anonymous authentication from the Grafana configuration file as follows:

  1. Open file C:\Program Files\Parallels\RAS Performance Monitor\conf\defaults.ini.
  2. In the file, look for the following:

    #################################### Anonymous Auth ######################

    [auth.anonymous]

    # enable anonymous access

    enabled = true

  3. Change "enabled = true" to "enabled = false".
  4. Restart the Grafana service.
  5. Select the Monitoring category and log in to Grafana using the following credentials:
    • User: admin
    • Password: admin (if you changed the password before, use the current password).
  6. Once logged in, press "Esc" and then click the "shield" icon > Users.

    Monitoring-03.png

  7. Click New user and create a new user.

    Monitoring-04.png

  8. You now need to add the user to your organization's list. To do so, in the Users list, click Edit to edit the user and then set the organization and make the user a Viewer.
  9. Click Add to add the user to your organization's list. The user can now view the RAS Performance Monitor statistics.
Was this topic helpful?