Hello Michael,
This command seems broken, could you verify it please ?
Environment:
- Licensed : yes
- Server version : 4.7.2 (linux)
- Client version : 5.8.0 (windows)
I was trying to stop all active connections from a specific server, hence I launched virtualhere in admin mode (using -a flag) and tried those commands :
STOP USING ALL, servername.com
: ReturnsOK
, but does nothing -> seems brokenSTOP USING ALL, incorrectservername.cm
: ReturnsOK
-> seems strange that no error is raisedSTOP USING ALL
: ReturnsOK
, works, but for every server, I would like to target only one.STOP USING, servername.com
: ReturnsERROR: invalid address
STOP USING, servername.com:42
: ReturnsOK
(was used from another PC), works perfectlySTOP USING ALL LOCAL, servername.com
: ReturnsOK
, works perfectly, but removes only connections from my session, not other ones
.
The address must match exactly what the server address To see exactly what the server address is if you dont know the IP address, you can type
vhui64.exe -t "SERVER INFO,<Server name>"
For example below
vhui64.exe -t "SERVER INFO,QNAP Hub"
, this returns192.168.1.193
which is what is put into theSTOP USING ALL
command. This example below showsSTOP USING ALL
on the QNAP HubC:\Users\mail>vhui64.exe -t "LIST"
C:\Users\mail>VirtualHere Client IPC, below are the available devices:
(Value in brackets = address, * = Auto-Use)
CloudHub_Pi0w (CloudHub_57e4a4:7575)
QNAP Hub (QNAP:7575)
--> STORE N GO (QNAP.31) (In-use by:Michael (michael) at 192.168.1.134)
--> iLok (QNAP.11) (In-use by:Michael (michael) at 192.168.1.134)
NEO3 (NanoPi-NEO3:7575)
--> Pi5 (NanoPi-NEO3.514)
--> Pi5 (NanoPi-NEO3.213)
ASUSTOR Hub (ASUSTOR:7575)
--> WIBU-BOX/U (ASUSTOR.51)
--> Token JC (ASUSTOR.71) (In-use by:SYSTEM (SYSTEM) at 192.168.1.243)
Synology Hub (ds120j:17570)
--> iLok (ds120j.313)
--> Logitech Webcam C930e (ds120j.314)
--> MacMini (ds120j.114) (In-use by you)
--> SanDisk 3.2Gen1 (ds120j.111)
--> (COM5) MacMini (ds120j.112) (In-use by you)
--> SERVER (ds120j.312)
--> SERVER (ds120j.311)
ReadyNAS Hub (readynas:7575)
OSX Silicon Hub (Michaels-Mac-mini.local:7575)
--> KVM Peripheral Emulator (Michaels-Mac-mini.local.35651584)
--> USB JTAG_serial debug unit (Michaels-Mac-mini.local.34603008)
Raspberry Hub (pi5p:7575)
--> USB Keyboard (pi5p.12)
MyCloud Hub (MyCloudEX2Ultra:7575)
--> TOSHIBA USB DRV (MyCloudEX2Ultra.31)
Auto-Find currently on
Auto-Use All currently off
Reverse Lookup currently off
Reverse SSL Lookup currently off
VirtualHere Client not running as a service
vhui64.exe -t "SERVER INFO,QNAP Hub"
C:\Users\mail>NAME: QNAP Hub
VERSION: 4.7.3
STATE: Logged in
ADDRESS: 192.168.1.193 (192.168.1.193)
PORT: 7575
CONNECTED FOR: 590 sec
MAX DEVICES: unlimited
CONNECTION ID: 5
INTERFACE: eth0
SERIAL NUMBER: 245ebe468086
EASYFIND: not enabled
vhui64.exe -t "STOP USING ALL,192.168.1.193"
C:\Users\mail>OK
C:\Users\mail>OK
vhui64.exe -t "LIST"
C:\Users\mail>VirtualHere Client IPC, below are the available devices:
(Value in brackets = address, * = Auto-Use)
CloudHub_Pi0w (CloudHub_57e4a4:7575)
QNAP Hub (QNAP:7575)
--> STORE N GO (QNAP.31)
--> iLok (QNAP.11)
NEO3 (NanoPi-NEO3:7575)
--> Pi5 (NanoPi-NEO3.514)
--> Pi5 (NanoPi-NEO3.213)
ASUSTOR Hub (ASUSTOR:7575)
--> WIBU-BOX/U (ASUSTOR.51)
--> Token JC (ASUSTOR.71) (In-use by:SYSTEM (SYSTEM) at 192.168.1.243)
Synology Hub (ds120j:17570)
--> iLok (ds120j.313)
--> Logitech Webcam C930e (ds120j.314)
--> MacMini (ds120j.114) (In-use by you)
--> SanDisk 3.2Gen1 (ds120j.111)
--> (COM5) MacMini (ds120j.112) (In-use by you)
--> SERVER (ds120j.312)
--> SERVER (ds120j.311)
ReadyNAS Hub (readynas:7575)
OSX Silicon Hub (Michaels-Mac-mini.local:7575)
--> KVM Peripheral Emulator (Michaels-Mac-mini.local.35651584)
--> USB JTAG_serial debug unit (Michaels-Mac-mini.local.34603008)
Raspberry Hub (pi5p:7575)
--> USB Keyboard (pi5p.12)
MyCloud Hub (MyCloudEX2Ultra:7575)
--> TOSHIBA USB DRV (MyCloudEX2Ultra.31)
Auto-Find currently on
Auto-Use All currently off
Reverse Lookup currently off
Reverse SSL Lookup currently off
VirtualHere Client not running as a service
Still not working
I followed your instructions, unfortunately it still doesn't work :/
Will try to update both client & server and retry