How to modify the APM Insight PHP agent's communication port?
The agent uses ports 20021 and 20022 by default. You can change these ports by modifying the appropriate directive in the zpa.ini file (Linux) or php.ini file (Windows), as well as in the apminsight.conf file (Linux and Windows).
Default configurations:
In the zpa.ini (Linux) or php.ini (Windows),
zpa.status_port=20021
zpa.data_port=20022
In the apminsight.conf file,
agent.status.port=20021
agent.data.port=20022

The values for zpa.status port and agent.status.port should be the same. Similarly, the values of zpa.data_port and agent.data.port should be the same.
Related Articles
Where are Site24x7's physical data storage regions located?
Site24x7's integrated data centers are located in the US, European Union, India, China, Australia, and Japan. All Site24x7 customer-related data are stored in these physical storage regions. Data Center Primary Data Center Disaster Recovery Data ...
Troubleshoot the Error 404 and Error 99 for RabbitMQ
When installing the RabbitMQ plugin, you may encounter the following errors: HTTP Error 404: Not Found: This error usually occurs when Site24x7's RabbitMQ monitoring plugin attempts to access the /api/overview page of RabbitMQ, but the resource ...
How do I monitor an Oracle database hosted in a Docker container in the same machine?
To monitor your Oracle Database hosted in a Docker container, follow these steps: Log in to Site24x7 and install the Site24x7 Linux monitoring agent. Execute the following command in your terminal and enter your Oracle Database instance's username ...
How to configure the NGINX status page for monitoring NGINX performance
The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...
Default ports for both inbound and outbound connections in various website and internet service monitors
Below are the various ports for both inbound and outbound connections: Website - 80 Web Transaction - 443 FTP Server - 21 IMAP Server - 143, but SSL/TLS encrypted IMAP uses port 993. POP Server - 110, but SSL/TLS encrypted POP uses port 995. SMTP ...