OSX admin mode

Hi,

I need to disconnect a user from a device remotely.
Can you please give a simple example of how to run the OSX client in admin mode so I can do this.

I've read the FAQ's and Im still lost.

my osx client is located in
/Applications/VirtualHere.app/Contents/MacOS/VirtualHere

VirtualHere server is running in Ubuntu on a Pi 4, and the clients are both on OSX 10.13.6

Thanks in advance

#2

Sure you can just open Terminal in osx and type

/Applications/VirtualHere.app/Contents/MacOS/VirtualHere -a

then right click on an In-Use device and select Disconnect from User

#3

Thanks that works great.
Terminal asks to quit the VirtualHere process after I close the terminal window though.

Anyway to create a script for VirtualHere.app to always open in admin mode, and hide/quit terminal.
Im trying to make it super simple for staff to operate without typing any terminal commands.

Thanks

#4

sure put an & after the command