Is there a way to disconnect an Apple Remote Desktop observer?

2

1

Most of the macs in our network can be controlled by Apple Remote Desktop. And sometimes people forget to close the application after being done. The macs are kind of slow, so just having someone in observe mode can make things a bit more sluggish than it usually is.

I can see up in the status bar that someone is currently Observing... but is there a way to disconnect them?

Svish

Posted 2010-07-29T13:57:51.930

Reputation: 27 731

Answers

2

sudo killall AppleVNCServer will kill observation for anyone. The Remote Management daemon will restart AppleVNCServer the next time someone wants to observe or control the computer.

Chealion

Posted 2010-07-29T13:57:51.930

Reputation: 22 932

This did kill the connection, but seems like Remote Desktop reconnects if the connection is dropped. Cause all I got was a short blink and then Remote Desktop was observing again. – Svish – 2010-07-30T14:11:39.867

@Svish: I had the same result but only if I was using the "-HUP" flag. Killing it killed it just fine. – Chealion – 2010-07-30T21:25:45.033

I wasn't using any flags. Just killall AppleVNCServer. Is it using that -HUP thing by default or something? How do I not use that? – Svish – 2010-07-31T12:09:08.057

1

File a ticket with your tech staff to be less lazy about killing ARD sessions when they're done, and also ask if they can enable the "Disconnect Observer" function that should exist in the ARD menu item when someone is observing.

NReilingh

Posted 2010-07-29T13:57:51.930

Reputation: 5 539

Haha, will do :p – Svish – 2010-08-10T11:06:16.957