---
title: Accessing the PingIntelligence Dashboard
description: "Access the PingIntelligence for APIs Dashboard from a browser at the default Uniform Resource Locator (URL): https://<pi_install_host>:8030."
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_access_dashboard
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_access_dashboard.html
revdate: May 30, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
  result: Result:
---

# Accessing the PingIntelligence Dashboard

Access the PingIntelligence for APIs Dashboard from a browser at the default Uniform Resource Locator (URL) *(tooltip: \<div class="paragraph">
\<p>Identifies a resource according to its internet location.\</p>
\</div>)*: https\://*\<pi\_install\_host>*:8030.

## About this task

There are two preconfigured login users in PingIntelligence for APIs Dashboard:

* `admin`

* `ping_user`

Multiple users can share the `admin` and `ping_user` logins simultaneously on PingIntelligence Dashboard. The admin user has access to all PingIntelligence Dashboard functions. A `ping_user` can only view the application programming interface (API) *(tooltip: \<div class="paragraph">
\<p>A specification of interactions available for building software to access an application or service.\</p>
\</div>)* dashboards.

The PingIntelligence Dashboard is categorized into the following components:

| Dashboard Component   | Description                           |
| --------------------- | ------------------------------------- |
| **Main Dashboard**    | Available for `admin` and `ping_user` |
| **APIs**              | Available only for `admin` user       |
| **Discovered APIs**   | Available only for `admin` user       |
| **Attack Management** | Available only for `admin` user       |
| **License**           | Available only for `admin` user       |
| **Active Sessions**   | Available only for `admin` user       |
| **Settings**          | Available only for `admin` user       |

|   |                                                                                                                                              |
| - | -------------------------------------------------------------------------------------------------------------------------------------------- |
|   | For further information on dashboard features, usage, and administration, see [PingIntelligence Dashboard](pingintelligence_dashboard.html). |

## Steps

1. At the sign-on prompt, sign on as `admin` or `ping_user`.

   The default password for both the users is `changeme`.

   |   |                                                                                                                                              |
   | - | -------------------------------------------------------------------------------------------------------------------------------------------- |
   |   | You must change the default password for production deployments. However, in a Docker Proof of Concept deployment, use the default password. |

   ![A screenshot of the PingIntelligence Dashboard sign-on page.](../_images/nfq1577157837946.png)

   |   |                                                                                                                |
   | - | -------------------------------------------------------------------------------------------------------------- |
   |   | If the Dashboard is not accessible, check if the default port (8030) was changed by your system administrator. |

2. **Optional:** Change the password using the following command-line interface (CLI) command:

   ```
   #  <pi_install_dir>/webgui/bin/cli.sh -u admin update_ui_password --username -value  <admin or ping_user>  --new-password -p
   Enter admin password >  <current admin password>
   Enter new password >  <new password>
   Reenter new password >  <new password>
   success: password updated.
   ```

3. **Optional:** To configure the maximum number of active sessions, set the `pi.webgui.session.max-active-sessions` parameter in the `<pi_install_dir>/webgui/config/webgui.properties` file.

   The default value is 50.

4. **Optional:** To delete active sessions, enter the following command:

   ```
   #  <pi_install_dir>/webgui/bin/cli.sh -u  <username>  -p  <password>  delete_sessions
   ```

   |   |                                                                        |
   | - | ---------------------------------------------------------------------- |
   |   | You need to have admin user privileges to delete active user sessions. |

   ### Result:

   The current active users will be prompted to sign on again to the Dashboard.
