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:

Applicable Platform or <Sub Platform Version>


Platform or <Sub Platform Version>

Yes/No

AIP Console V2(tick)
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 - 

Node Port
server:
  port: ${AIP_NODE_PORT:0}

change to

server:
  port: <required port number>


Related Pages