# iproxy (USB)

To connect to your device over usb, an extra tool is required known as iproxy. It's included with libimobiledevice.

libimobiledevice download links:

Windows: <https://github.com/libimobiledevice-win32/imobiledevice-net/releases>

macOS: `brew install libimobiledevice` (Homebrew must be installed beforehand)

Linux: <https://cadoth.net/~nyuszika7h/ios-builds/libimobiledevice-static-linux.tar.gz> or install it using your distro's package manager

## Windows

1. Extract the latest release zip (most likely win-x64) and open a command prompt window.
2. Drag `usbmuxd.exe`to it. Press return.
3. Open a second command prompt window and drag `iproxy.exe` to it. Type `2222 22` after it.
   * If you are using checkra1n, use device port 44 instead of 22.
4. The output will should like this: [![iproxy in terminal](https://github.com/joshuah345/markdownguides/raw/master/ios/assets/ssh/iproxied.png)](https://github.com/joshuah345/markdownguides/blob/master/ios/assets/ssh/iproxied.png)
5. Follow the respective guides for SSH or SFTP.

## macOS

1. Drag `usbmuxd.exe`to it. Press return.
2. Open a second command prompt window and drag `iproxy.exe` to it. Type `2222 22` after it.
3. If you are using checkra1n, use device port 44 instead of 22.
4. The output will should like this: [![iproxy in terminal](https://github.com/joshuah345/markdownguides/raw/master/ios/assets/ssh/iproxied.png)](https://github.com/joshuah345/markdownguides/blob/master/ios/assets/ssh/iproxied.png)

* Follow the respective guides for SSH or SFTP.

## Linux

I


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shouganai.gitbook.io/ios-stuff/other/iproxy-usb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
