How To Modify The Client Portal Gateway Port
In some cases, a user may need to modify the port for their Client Portal Gateway. This most often arises because another process is already occupying Localhost port 5000.
To modify your port:
- (Optional) Close the Client Portal Gateway if it is already running
- Navigate to your Client Portal Gateway directory, such as /Users/my_user/cpgw
- Enter the ./root directory to edit your conf.yaml file
- Modify “listenPort” on line 4 from “5000” to the value of your choice.
- Port “5001” is a standard alternative that is not typically in use.
- Save the content of the file and launch the Client Portal Gateway

