Problem Description:
When setting up a service on the server, I noticed that amp is using ports 8080 and 8081. Shouldn’t the application normally only use one port?
8080 is bound to 0.0.0.0 by default, then each AMP instance has it’s own webserver bound to localhost on port 8081, 8082, etc. The main panel then uses those ports to interact with the instances’ APIs and control them.