AnyplaceUSB comes with a command-line utility, called anyplaceusbc, that allows you to share and connect to USB devices without having to open the graphical interface.

anyplaceusbc is located in the following directory:

       /opt/Eltima/eveusb/bin on Linux;

How to unshare a local device

1. List all shared USB ports using the “ls share” command:

As you can see in the output, here we have three USB devices attached. Let’s say we want to share the second one.

2. Run the “unshare” command to unshare the port:

where ",,12345,usb2,2-2.2,,Ultra USB 3.0,,,,127.0.0.1," is the shared USB device.

or you can run the "unshare all" command to unshare all the device.

How to disconnect to a remote device

1. Find connected USB ports using the “ls remote” command:

2. Disconnect by running the “disconnect” command:

where "localhost,,29095,usb2,port2.2,,Ultra USB 3.0,,,,," is the remote USB device.

For the full list of available commands and information on their usage, use anyplaceusbc help and anyplaceusbc help [command]