Virtual USB Tools Server - Redirect local USB devices to a remote computer
Download Virtual USB Tools Hide this button

Server Command-Line Utility

Command-line utility server.cli.exe may be used as a simple API to manage shared USB devices. Command-line utility returns 0 if the requested operation is completed successfully, or non-zero error code (HRESULT). It also prints error description to STDOUT unless the --silent parameter is specified.

Command-line Parameters

The utility supports the following command-line parameters:

ParameterValueDescription
-?, --helpDisplays the list of supported parameters with short description.
--silentDo not display any error or success messages.
Main Commands
-list, --listList local USB devices.
-list-shared, --list-sharedList shared USB devices.
-share, --shareShare USB device(s) matching criteria.
-unshare, --unshareStop sharing of USB device(s) matching criteria.
Device Matching
--vid --pid --serial-number --name --manufacturer --location --instance-id16-bit hexadecimal number 16-bit hexadecimal number string string string string stringDevice Vendor ID. Device Product ID. Device serial number. Device name. Device manufacturer. Device connection location. | --instance-id Device instance ID.
Share Options
--auth-keystringAuthentication key.
Unshare Options
--instance-idstringInstance ID of a device to stop sharing.

The command-line utility must be launched from an elevated command-prompt, PowerShell or Windows Terminal window. Use one (or more) of the options under “Device Matching” group to specify which devices you want to share.