ReleaseEngineering/How To/VncServer: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Created page with " * Enable Vnc ** On mac System Preferences -> Sharing Make sure 'Apple Remote Desktop' is checked. Click 'Access Privileges' Change the VNC password * Debugging ** If you are o...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Enable VNC ==


* Enable Vnc
=== mac ===
** On mac
#* System Preferences -> Sharing
System Preferences -> Sharing
#* Make sure 'Apple Remote Desktop' is checked.
Make sure 'Apple Remote Desktop' is checked.
#* Click 'Access Privileges'
Click 'Access Privileges'
#* Change the VNC password
Change the VNC password  


* Debugging
=== Debugging ===
** If you are on a mac try
# If you are on a mac try
*** ssh into host
#* ssh into host
*** touch /etc/ScreenSharing.launched
#* touch /etc/ScreenSharing.launched
*** connect to the machine using "open vnc://hostname" from your laptop
#* connect to the machine using "open vnc://hostname" from your laptop

Latest revision as of 17:05, 7 October 2011

Enable VNC

mac

    • System Preferences -> Sharing
    • Make sure 'Apple Remote Desktop' is checked.
    • Click 'Access Privileges'
    • Change the VNC password

Debugging

  1. If you are on a mac try
    • ssh into host
    • touch /etc/ScreenSharing.launched
    • connect to the machine using "open vnc://hostname" from your laptop