0

I'm just wondering we have linux ubuntu installed on one of our pc in the office and we use tightvnc to view it and I'm working remotely. How come the desktop I view from the tightvnc is different from the desktop they're viewing locally? Is there a way I can view the desktop that they are viewing as well?

I can login on one of the pc in the office by using tightvnc and use that pc again to login on the linux pc by entering ipaddress:1 on tightvnc

I tried ipaddress:0 but it said that the machine actively refused it but if i do ipaddress:1 i can access it.

It would really help me bigtime if I can view the desktop that they are viewing. Thank You

user300458
  • 2,138

1 Answers1

0

You can have a look at http://www.xrdp.org/. You can remotely log into your ubuntu machine if you have xrdp installed on it.

You can install it with

sudo apt-get install xrdp
Arkantos
  • 181