RAS Management Portal
ProductsSupportPartnersDocumentation
English
English
  • Introduction
    • Parallels RAS release history
    • Overview
    • What's new
  • Installation and Configuration
    • Prerequisites
    • Installation
  • Get Started with RAS Management Portal
    • Log in to RAS Management Portal
    • Configure RAS Web Administration Service
    • RAS Management Portal user interface
  • Site Category
  • Farm Settings
    • Administrators
    • Mailbox
    • Licensing
  • Site Settings
    • Connection and authentication
    • Multi-factor authentication
      • Using RADIUS
      • Using Google Authenticator
      • Configuring MFA rules
    • FSLogix Profile Container
      • Configure managing existing profiles by Parallels RAS
      • Configure Site defaults and hosts for FSLogix
    • Universal Printing
    • Universal Scanning
  • Infrastructure
    • RD Session Hosts
      • Add an RD Session Host
      • Configure an RD Session Host
        • Using Site or host pool defaults
        • General
        • Agent Settings
        • User Profile
        • Desktop Access
        • Printing and Scanning
      • Manage an RD Session Host
        • Overview
        • Active Sessions
        • Running Resources
        • Running Processes
        • Troubleshooting
      • RDSH groups
    • Virtual Desktops Infrastructure
    • Certificates
      • Generate a self-signed certificate
      • Generate a certificate signing request (CSR)
      • Let's Encrypt certificates
        • Working with Let's Encrypt certificates
        • How Parallels RAS requests certificates from Let's Encrypt
      • Import a certificate from a file
      • Export a certificate to a file
      • Assign a certificate to Gateways and HALB
    • Gateways
      • Add a Gateway
      • Configure a Gateway
        • General
        • Mode
        • Network
        • SSL/TLS
          • Client and Server configurations
        • User Portal
          • Web
        • Wyse
        • Security
      • Managing Gateways
    • Connection Brokers
      • Configure RAS Connection Broker
      • Add a secondary Connection Broker
      • Manage RAS Connection Brokers
    • Providers
    • Site defaults
  • Sessions
    • Overview
    • Session information
    • User sessions
    • Running resources
  • Publishing
    • Publish an application
    • Publish a desktop
    • Publish a document
    • Publish a folder on the file system
    • Manage published resources
      • Manage published applications
      • Manage published desktops
      • Manage folders
      • Site defaults (Publishing)
      • Using filtering rules
      • Configuring preferred routing
  • Monitoring
    • Overview
    • Install RAS Performance Monitor
    • Enable monitoring in RAS Management Portal
    • Viewing performance metrics
    • Configure RAS Performance Monitor Security
  • Updating RAS Agents
  • Help and Support
  • Appendix
    • Microsoft license requirements in Parallels RAS
    • Port reference
      • Parallels Client
      • Web browsers
      • HALB
      • RAS Secure Gateway
      • RAS Connection Broker
      • RAS Console
      • SSRS
      • RAS Reporting
      • RAS Web Administration Service (REST/Management Portal)
      • RAS PowerShell
      • RAS Provider Agent
      • RAS Enrollment Server
      • RAS RD Session Host Agent
      • RAS Guest Agent
      • RAS Remote PC Agent
      • Tenant Broker
      • Active Directory and Domain Services ports
      • Azure Virtual Desktop
    • RAS performance counters
Powered by GitBook

© 2025 Parallels International GmbH. All rights reserved.

On this page

Was this helpful?

Export as PDF
  1. Monitoring

Configure RAS Performance Monitor Security

PreviousViewing performance metricsNextUpdating RAS Agents

Was this helpful?

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: .

  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.

  8. Click New user and create a new user.

  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.

https://grafana.com/docs/grafana/latest/manage-users/user-admin/change-your-password/