AIP Console - Information - How to define a specific port to be used by AIP Node
Purpose
This page provides information about defining a specific port to be used by AIP Node, so that it can be enabled in the firewall.
For more information, refer to:
- Official documentation: AIPCONSOLE
Applicable Platform or
| Platform or | Yes/No |
|---|---|
| AIP Console V2 | ✅ |
Details
To define a specific port for AIP Node, you need to modify the application.yml file of the AIP node installation to modify the below parameter -
server:
port: ${AIP_NODE_PORT:0}
change to
server:
port: <required port number>

Related Pages