Changes

From Amahi Wiki
Jump to: navigation, search
170 bytes added ,  09:23, 13 February 2011
m
no edit summary
* Windows: [http://realvnc.com RealVNC], [http://www.uvnc.com UltraVNC], [http://www.tightvnc.com TightVNC]
* MAC: [http://cotvnc.sourceforge.net/ Chicken of the VNC]- do not use the internal vnc client because there are some problems
* For Linux, you have the vncviewer package, available in most, if not all distros. For Fedora 12, do the following as [Open_Terminal_as_root|'''root'''] user:
yum -y install tigervnc
chkconfig vncserver on
* Edit /etc/sysconfig/vncservers and change lines as follows (username is your linux user for the VNC session):
VNCSERVERS="20:username" VNCSERVERARGS[20]="-geometry 1024x768 -nolisten tcp -localhost"
** Note you can have users 1-9 and each will connect to their VNC session at port 590n (some VNC clients 'know' the 590 part and only have you enter n)
** The -localhost options is needed if you are connecting through a ssh tunnel; if not do not use it
* Run vncpasswd for each user in VNCSERVERS= list; this performs the initial user setup.
* Start and stop vncserver to initialize vnc for each configured user
2

edits