Why does amp use ports 8080 and 8081 at the same time?

OS Name/Version: Debian 12

Product Name/Version: 2.6.0.4 - 20241106.1

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?

Steps to reproduce:
netstat -tulnp | grep :8080
netstat -tulnp | grep :8081

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.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.