---
title: Starting ASE
description: To check that the nofile limit in /etc/security/limits.conf is set to at least 65535 or higher on the host machine, run the following command on the ASE host machine:
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_starting_ase
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_starting_ase.html
revdate: April 3, 2024
section_ids:
  steps: Steps
  example: Example:
---

# Starting ASE

## Steps

1. To check that the `nofile` limit in `/etc/security/limits.conf` is set to at least 65535 or higher on the host machine, run the following command on the ASE host machine:

   ```
   ulimit -n
   ```

2. Change the working directory to `bin` and run the `start.sh` script.

   ### Example:

   ```
   /opt/pingidentity/ase/bin/start.sh
   Starting API Security Enforcer 4.0.2...
   please see /opt/pingidentity/ase/logs/controller.log for more details
   ```
