Proxy on Mobitru devices
You can track requests and responses of an app/site opened on Mobitru devices with the help of a Proxy tool.
Pre-condition: Do I need to turn on VPN on the Mobitru devices?
If you are working via our CMD application, we advise turning on a required VPN on your PC (if necessary for your application/site). In this case, you do not need to install or connect a VPN on the device. This should be done before the Steps to configure the work of a Proxy tool and Mobitru device.
Important: Do I need to configure a Proxy in the device’s Wi-Fi settings?
No, you do not. Leave None in Settings -> Advanced -> Proxy. The setting is so by default. You do not need to change anything on the device when you start a new session.

Steps to configure the work of a Proxy tool and Mobitru device
- Contact support@mobitru.com to receive the CMD application.
- Generate the Access key.
- Open a Proxy tool.
- Check the port in the settings of the tool.

- Start the session on a Mobitru device.
- Copy the Serial number/UDID.
- Open the folder with the CMD app in the Terminal/CMD on your PC.

- Run the app with the following data:
Windows: Name_of_the_CMD_app.exe client -d Serial/UDID -k ACCESS_KEY -p http://127.0.0.1:8888
macOS/Linux: ./Name_of_the_CMD_app client -d Serial/UDID -k ACCESS_KEY -p http://127.0.0.1:8888
8888 is an example port. If your Proxy tool runs another port, you can change it to the appropriate one.
- Install an app /Open a website on the device.
- Check the tracking in the Proxy tool.
Logs of a problem
If you have faced a problem during the feature use, add the -v parameter for running the application. Collect the logs and send them to support@mobitru.com.
Windows: Name_of_the_CMD_app.exe client -d Serial/UDID -k ACCESS_KEY -p http://127.0.0.1:8888 -v
macOS/Linux: ./Name_of_the_CMD_app client -d Serial/UDID -k ACCESS_KEY -p http://127.0.0.1:8888 -v