{"id":25556891,"url":"https://github.com/kevin-doolaeghe/usbip-win","last_synced_at":"2026-02-23T21:30:15.902Z","repository":{"id":181214646,"uuid":"573369975","full_name":"kevin-doolaeghe/usbip-win","owner":"kevin-doolaeghe","description":"USB/IP for Windows","archived":false,"fork":false,"pushed_at":"2022-12-04T22:34:48.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-14T14:27:37.721Z","etag":null,"topics":["documentation","usb","usbip-win","windows"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevin-doolaeghe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-02T09:54:54.000Z","updated_at":"2023-07-14T14:27:39.914Z","dependencies_parsed_at":null,"dependency_job_id":"1796a252-ebb7-4930-b16a-b99053b37eed","html_url":"https://github.com/kevin-doolaeghe/usbip-win","commit_stats":null,"previous_names":["kevin-doolaeghe/usbip-win"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-doolaeghe%2Fusbip-win","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-doolaeghe%2Fusbip-win/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-doolaeghe%2Fusbip-win/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-doolaeghe%2Fusbip-win/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevin-doolaeghe","download_url":"https://codeload.github.com/kevin-doolaeghe/usbip-win/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239859556,"owners_count":19708861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","usb","usbip-win","windows"],"created_at":"2025-02-20T14:56:09.548Z","updated_at":"2026-02-23T21:30:15.845Z","avatar_url":"https://github.com/kevin-doolaeghe.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# USB/IP for Windows\n\n## References\n\n* [`usbip-win` Github repository](https://github.com/cezanne/usbip-win)\n\n## Download\n\nSee the [Releases](https://github.com/cezanne/usbip-win/releases) page on the Github repository to download the tool.\n\n## Installation\n\n### Server setup\n\n*Note :* All the instructions below must be performed as an administrator.\n\n1. Install `usbip_test.pfx` :\n\nThe password for the certificate is `usbip`.  \nThe certificate should be installed into :\n* `Trusted Root Certification Authority` in `Local Computer`,\n* `Trusted Publishers` in `Local Computer`.\n\n2. Enable `Test Signing` :\n```\nbcdedit.exe /set TESTSIGNING ON\n```\n*Note :* the system must be restarted to apply the changes.\n\n3. List all the USB devices :\n```\nusbip.exe list -l\n```\nGet the ID of the USB device from the list.  \nIt should be of the following form : `1-XXX`\n\n4. Bind the selected USB device to the `usbip` stub :\n```\nusbip.exe bind -b 1-XXX\n```\n\n5. Run `usbipd` server :\n```\nusbipd.exe -d -4\n```\n*Note :* TCP port `3240` should be allowed by firewall.\n\n*Extra steps :* Add the USB/IB installation directory to the `PATH` environment variable :\n```\n$Path = [Environment]::GetEnvironmentVariable(\"PATH\", \"Machine\") + [IO.Path]::PathSeparator + \"USBIP_INSTALLATION_PATH\"\n[Environment]::SetEnvironmentVariable(\"Path\", $Path, \"Machine\")\n```\n\n### Client setup\n\n*Note :* All the instructions below must be performed as an administrator.\n\n1. Install `usbip_test.pfx` :\n\nThe password for the certificate is `usbip`.  \nThe certificate should be installed into :\n* `Trusted Root Certification Authority` in `Local Computer`,\n* `Trusted Publishers` in `Local Computer`.\n\n2. Enable `Test Signing` :\n```\nbcdedit.exe /set TESTSIGNING ON\n```\n*Note :* the system must be restarted to apply the changes.\n\n3. Install USB/IP VHCI driver :\n```\nusbip.exe install\n```\n\n4. Attach the remote USB device :\n```\nusbip.exe attach -r \u003cUSBIP_SERVER_IP\u003e -b 1-XXX\n```\n*Note :* The current directory must be USB/IP installation folder (in order to find `attach.exe` file).\n\n## Uninstall\n\n1. Detach device :\n```\nusbip.exe port\nusbip.exe detach -p XX\n```\n\n2. Uninstall VHCI driver :\n```\nusbip.exe uninstall\n```\n\n3. Disable `Test Signing` :\n```\nbcdedit.exe /set TESTSIGNING OFF\n```\n*Note :* the system must be restarted to apply the changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-doolaeghe%2Fusbip-win","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevin-doolaeghe%2Fusbip-win","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-doolaeghe%2Fusbip-win/lists"}