Proxy Ports

Warning: The Node.js Agent no longer supports the proxy as of version 21.9.

Depending on your Node.js environment on Windows, you may need to configure three ports in the Node.js require statement. These port settings are:

  • proxyCommPort : Default is 10101
  • proxyRequestPort : Default is 10102
  • proxyReportingPort : Default is 10103

All three ports must be inclusive of the 1024—65535 range.