---
title: Access PingIntelligence Dashboard
description: "Access the PingIntelligence for APIs Dashboard from a browser at this default URL: https://<pi_install_host>:8030."
component: pingintelligence
version: 5.1
page_id: pingintelligence:pingintelligence_poc:pingintelligence_access_dashboard_docker_poc
canonical_url: https://docs.pingidentity.com/pingintelligence/5.1/pingintelligence_poc/pingintelligence_access_dashboard_docker_poc.html
revdate: May 23, 2024
section_ids:
  users: Users
  sign-on: Sign-on
  session-management: Session management
---

# Access PingIntelligence Dashboard

Access the PingIntelligence for APIs Dashboard from a browser at this default URL: https\://*\<pi\_install\_host>*:8030.

## Users

There are two pre-configured login users in PingIntelligence for APIs Dashboard:

* `admin`

* `ping_user`

Multiple users can share the `admin` and `ping_user` logins simultaneously on PingIntelligence for APIs Dashboard. The admin user has access to all PingIntelligence for APIs Dashboard functions. A `ping_user` can only view all the API dashboards.

## Sign-on

At the login screen, login 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 PoC deployment use the default password. |

You can change the password using the following 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.
```

![A screen capture of the sign-on screen.](../_images/nfq1577157837946.png)

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

PingIntelligence Dashboard is categorized into the following components:

* **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

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

## Session management

The PingIntelligence Dashboard allows you to configure the maximum number of active sessions. You can set the `pi.webgui.session.max-active-sessions` parameter in the `<pi_install_dir>/webgui/config/webgui.properties` file to limit the maximum number of allowable active sessions. The default value is 50.

Delete active sessions - You can delete active sessions using the following CLI command. The current active users will be prompted to re-login in to the Dashboard.

```
#  <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. |
