Hello, could you guide me how to install tightvncserver or similar on UCC 3?
Best regards,
Michael Voigt
Hello, could you guide me how to install tightvncserver or similar on UCC 3?
Best regards,
Michael Voigt
Hi,
(1) separate X session with tightvncserver
-> apt-get update
-> apt-get install tightvncserver
-> tightvncserver :1
You will require a password to access your desktops.
Password:
Warning: password truncated to the length of 8.
Verify:
Would you like to enter a view-only password (y/n)? n
New 'X' desktop is markus:1
Starting applications specified in /home/fbotner/.vnc/xstartup
Log file is /home/fbotner/.vnc/markus:1.log
vncviewer hostname:5901
tightvncserver -kill :1
(2) vnc server attached to current screen with x11vnc
-> apt-get update
-> apt-get install x11vnc
-> x11vnc -noxdamage -display :0 -auth /var/run/lightdm/root/\:0 --accept popup
-> vncviewer hostname
More information can be found here:
Best regards,
Felix
Hi,
Cool.
That helped a lot, thank you very much.
It worked like a glove.
Best regards,
Michael