VNC¶
VNC is very useful for remote administration.
R8.x¶
Install and configure VNC and xVNC in Service Menu --> LinHES Settings --> Screen Sharing
VNC is a separate VNC session that is used for administration of the system. This session is available on vnc:1 (port 5901).
xVNC will allow you to remotely see what is displayed on the main screen of the system. This session is available on vnc:2 (port 5902).
R7.x¶
You can install it using:pacman -Sy x11vnc
If you want VNC to run automatically whenever your system reboots, add the following line to the end of your the file /home/mythtv/.fluxbox/apps
[startup] {sudo /usr/bin/x11vnc -ncache -nap -wait 50 -passwd mythtv -display :0 -forever -o /var/log/mythtv/x11vnc.log -bg }