Skip to content

Monitoring

By default, the proxy provides a Flask web interface on port 5000/http to monitor it. This interface allows you to view processes, their status, configuration, and active connections.

All of these routes require basic authentication. The default credentials are admin:password

Note

Here is the API documentation.

Here is a python SDK to interact with the API.

Warning

This feature is not available in the slim version.

Change the monitoring configuration

You can modify the monitoring system, for example, the port or access password. Here is the associated documentation, depending on your configuration.