Skip to Content

Devices

APXY tracks devices connected to the proxy, showing their IP address, platform, client application, last activity, and request count. This is especially useful when proxying traffic from multiple mobile devices or machines.

CLI

For the full command reference (flags and output formats), see CLI Reference → Traffic.

Quick example:

apxy traffic devices list

Output

The device list shows:

FieldDescription
IPDevice IP address
PlatformDetected platform (iOS, Android, macOS, Linux, etc.)
ClientClient application or browser
Last SeenTimestamp of last request
RequestsTotal request count

Use Cases

Verify mobile device connection

After setting up a mobile device (see Mobile Setup), confirm it appears in the device list with apxy traffic devices list (add --mobile to narrow to mobile clients — see the Traffic reference).

Monitor multi-device testing

When testing across multiple devices, list connected clients to see everything hitting the proxy in one place.

Last updated on