One really easy GUI way for noobs to set it up is to follow these instructions:
http://blogs.sun.com/observatory/entry/easy_vnc But if you're looking for the proper CLI way to do it, I would reference page 110 of the OpenSolaris Bible which says: - edit /etc/X11/gdm/custom.conf to contain: [xdmcp] Enable=true [security] DisallowTCP=false $ pfexec svcadm enable xvnc-inetd $ pfexec restart gdm (that will log you out, obviously). then connect to port 5900 with vncviewer. Also check out this thread at opensolaris.org that I found using google: http://opensolaris.org/jive/thread.jspa?threadID=100314 -- This message posted from opensolaris.org