3

I would like to control RDP remote sessions on a Windows Server 2016 machine with VNC server. I tried tightVNC and UltraVNC, I use host:display syntax to connect but I can only see the "Console" session and I cannot switch to display 1 or 2. Is it impossibile or I'm missing something?

Tobia
  • 2,403

4 Answers4

2

No.

Neither TightVNC nor UltraVNC can use RDP, as per this comparison chart from Wikipedia. Sort on the second column ('Protocols') of the first chart to see the apps which do use RDP.

K7AAY
  • 9,725
2

TightVNC Server from the version 2.8.53 support connection to an active RDP session. source

Right know it's working only if the server autoaccept connection (no accept/reject windows).

Kintaro
  • 43
1

Seems to be possible, but the vnc-server process must start as user-process and not as service. Then use hostname:# to connect, where # is the display/session nr.

Tobia
  • 2,403
1

Reinstall TightVNC without the start TightVNC as system service option, and put tvnserver.exe shortcut inside C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp