Search code examples
securityloggingconnectionsurveillancetightvnc

TightVNC: How to list all connected users


I'm using TightVNC (Version 2.8.5) to connect to machines. While using it the clipboard between my Computer and the remote Computer is transfered in both directions. I need that function, so it's ok for me. Today I noticed that the clipboard changed (likely because another user also connected via TightVNC).
I didn't find a possibility to find out who connected or watched me - that's worrying me...

How can I find out which other users

  • are currently connected via TightVNC?
  • were connected in the past? (Logfile)

Solution

  • On Windows you can find at least from what IP another connection is established. On tightVNC server launch command prompt and try:

    netstat -an | find "ESTABLISHED" | find ":5900"