---
title: Verifying ASE installation
description: To verify ASE was successfully installed:
component: pingintelligence
version: 5.2
page_id: pingintelligence:installing_pingintelligence_for_apis:pingintelligence_verify_ase
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/installing_pingintelligence_for_apis/pingintelligence_verify_ase.html
revdate: April 3, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
  result: Result:
---

# Verifying ASE installation

## About this task

To verify ASE was successfully installed:

## Steps

1. Sign on to the ASE host machine and navigate to `<installation-path>/pingidentity/ase/bin` directory.

2. Run the `status` command:

   ```
   /home/pi-user/pingidentity/ase/bin/cli.sh status
   Ping Identity Inc., API Security Enforcer
   status              : started
   mode                : inline
   http/ws             : port 8090
   https/wss           : port 8443
   firewall            : enabled
   abs                 : disabled, ssl: enabled
   abs attack          : disabled
   audit               : enabled
   ase detected attack : disabled
   attack list memory  : configured 128.00 MB, used 25.60 MB, free 102.40 MB
   ```

   ### Result:

   If the `status` command runs successfully, then ASE has been installed and started.
