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 listOutput
The device list shows:
| Field | Description |
|---|---|
| IP | Device IP address |
| Platform | Detected platform (iOS, Android, macOS, Linux, etc.) |
| Client | Client application or browser |
| Last Seen | Timestamp of last request |
| Requests | Total 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