# Checking pre existing ports

Make sure the following ports are not running. If running please stop the service or kill the port

Security Group Configuration:

* Port 80 inbound from 0.0.0.0/0
* Port 443 inbound from 0.0.0.0/0
* Port 3005 inbound from 0.0.0.0/0
* 5432 inbound to the particular ip which needs access

Kong Configurations: ( already configured using one step deployment )

* 3000 will get routed to /api/ingestion
* 3001 will get routed to /api/spec
* 3002 will get routed to /api/queryBuilder
* 3003 will get routed to /api/generator
* 443 ( nginx is configured in cqube )

**Note:** we can check for the ports using the command **sudo netstat -ntlp** and can kill the particular port using its port id by command **sudo kill -15 \<PID>**

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cqube.sunbird.org/get-started-on-cqube/checking-pre-existing-ports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
