---
title: ABS ports
description: ABS uses the following ports:
component: pingintelligence
version: 5.1
page_id: pingintelligence:abs_ai_engine:pingintelligence_abs_ports
canonical_url: https://docs.pingidentity.com/pingintelligence/5.1/abs_ai_engine/pingintelligence_abs_ports.html
revdate: April 3, 2024
section_ids:
  check-and-open-mongodb-default-port: Check and open MongoDB default port
  check-and-open-mongodb-default-port-2: Check and open MongoDB default port
---

# ABS ports

ABS uses the following ports:

| **Port number** | **Description**                                                                                           |
| --------------- | --------------------------------------------------------------------------------------------------------- |
| 8080            | This port is used by ASE to log in to ABS and also used by Postman to access data to generate API reports |
| 27017           | Default port for MongoDB                                                                                  |

## **Check and open MongoDB default port**

MongoDB's default port for connection with ABS is 27017. Run the `check_ports_abs.sh` script on the ABS machine to determine whether MongoDB's default port is available. Provide MongoDB host IP address and default port as arguments. For example:`/opt/pingidentity/abs/util/check_ports_abs.sh \{MongoDB IPv4:[port]}`

## **Check and open MongoDB default port**

Run the `check_ports_abs.sh` script on the ABS machine to determine whether MongoDB's default port is available. Input the MongoDB host IP address and default port (27017) as arguments. For example:

`/opt/pingidentity/util/check_ports_abs.sh \{MongoDB IPv4:[port]}`

Run the script for MongoDB primary and secondary nodes. If the default ports are not accessible, open the port from the MongoDB machine.
