> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Access Grafana

Grafana is available at the URL `https://<your-domino-domain>/grafana` or through the Domino Admin UI under **Advanced** > **Grafana Monitoring**.

Out of the box, Grafana should be configured with SSO so that users with a **SysAdmin** role will automatically be logged in to the Grafana UI if they are logged in to Domino. If they are not currently logged in to Domino or their session has expired, they will see the Grafana login screen.

<img src="https://mintcdn.com/dominodatalab-e871cec4/auYsfzuAurKg8lC1/images/5.10/grafana_login_sso.png?fit=max&auto=format&n=auYsfzuAurKg8lC1&q=85&s=3efc8b2104d83930a250f7970c3e57d8" alt="Grafana login with SSO" width="479" height="555" data-path="images/5.10/grafana_login_sso.png" />

Clicking on **Sign in with Domino Credentials** will take the user to the normal Domino login screen where they can log in using their Domino credentials as normal. Once logged in, Domino will redirect back to the Grafana UI.

All Domino SysAdmin users are automatically granted the Grafana Admin role.

## Login when SSO is unavailable

In situations where SSO is not working (for example, Keycloak is unavailable for some reason), there is a backup method to access Grafana with Admin privileges, as detailed below.

1. Get the Grafana password:

   The Grafana Admin password is stored in a secret called `grafana` in the `domino-platform` namespace. Retrieve the password with `kubectl`:

   ```shell theme={null}
   kubectl get secret -n domino-platform grafana -ojsonpath='{.data.admin-password}'| base64 -d; echo
   ```

   <Note>
     In some cases, namespaces may vary across deployments.
   </Note>

2. Navigate to the Grafana login page:

   1. Enter the **Email or username** as `grafana`.

   2. Enter the password you retrieved above.

   3. Click **Log in**.

## Next steps

* [Standard Grafana dashboards](/6.3/admin/operations/monitoring/grafana/dashboards)

* [Standard Grafana alerts](/6.3/admin/operations/monitoring/grafana/alerts)
