How to access a USB device remotely from Windows (or via WSL) with usbipd

“If you are using Windows and looking for a way to share a USB device over the network, to other machines, or to Hyper-V or WSL 2 virtual machines, you’ll need to utilize what is known as USB/IP sharing. This enables you to share devices like scanners or old printers among multiple computers on the same network.

This utility, well-known to Linux users, is called usbipd, and a Windows version of it can be downloaded here. Alternatively, you can install it via Winget using the following command:

winget install usbipd

Once installed, the tool is used via the command line and allows all devices available on the network to connect to the USB device of your choice. Don’t worry, as nothing is shared by default. You’ll need to list the devices using the command:

usbipd list

This will provide a list of your devices with IDs like 3-1, 3-5, etc. To put a device on the network, run the following command:

usbipd bind --busid=X-X

Replace ‘X-X’ with the appropriate ID (e.g., 3-5).

To connect to the shared device on the remote system, use the following command:

usbip list --remote=HOST

Replace ‘HOST’ with the IP of the machine. Voilà! You now have access to the USB device as if it were directly connected to your own machine. Keep in mind that, depending on your network, there might be some minor latency or bandwidth issues.

You can also use the ‘usbipd wsl‘ subcommand to share and connect a device with a single command under WSL2. Additionally, note that it’s possible to perform these actions via a graphical interface using this tool.

Have fun!”

"Because of the Google update, I, like many other blogs, lost a lot of traffic."

Join the Newsletter

Please, subscribe to get our latest content by email.

Mohamed SAKHRI
Mohamed SAKHRI

I'm the creator and editor-in-chief of Tech To Geek. Through this little blog, I share with you my passion for technology. I specialize in various operating systems such as Windows, Linux, macOS, and Android, focusing on providing practical and valuable guides.

Articles: 1646

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Leave a Reply

Your email address will not be published. Required fields are marked *