# 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. **Note:** The user will be prompted to change the admin password automatically after disabling the anonymous access. After that, the password can be changed following the Grafana official documentation: <https://grafana.com/docs/grafana/latest/manage-users/user-admin/change-your-password/>.
5. Restart the Grafana service.
6. 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).
7. Once logged in, press "Esc" and then click the "shield" icon > **Users**.

   <figure><img src="https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-19-Management-Portal-Guide/monitoring-03.png" alt=""><figcaption></figcaption></figure>
8. Click **New user** and create a new user.

   <figure><img src="https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-19-Management-Portal-Guide/monitoring-04.png" alt=""><figcaption></figcaption></figure>
9. 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**.
10. Click **Add** to add the user to your organization's list. The user can now view the RAS Performance Monitor statistics.
