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

Note:

For further information on dashboard features, usage, and administration, see PingIntelligence Dashboard .

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

    The default password for both the users is changeme.

    CAUTION:

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

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

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

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