Diff for "AppleRemoteDesktop"


Differences between revisions 1 and 36 (spanning 35 versions)
Revision 1 as of 2006-06-11 03:59:48
Size: 1462
Editor: 220-253-36-19
Comment: Initial instructions
Revision 36 as of 2010-10-10 17:14:01
Size: 1810
Editor: host86-181-27-42
Comment: Corrected link to Vinagre
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Ubuntu can see and control a OS X machine remotely, using the Apple Remote Desktop that comes with OS X and the TSClient program that comes with Gnome. <<Include(Tag/ContentCleanup)>>
= Introduction =
Line 3: Line 4:
'''Setting up the Mac to be Accessed Remotely''' Ubuntu can control an OS X machine remotely, using the Terminal Server Client program that comes with Gnome.

== Setting up the Mac to be Accessed Remotely ==
Line 5: Line 9:
Click '''Finder -> Applications -> System Preferences -> Sharing'''  * Open System Preferences (it's in the Apple menu)
 * Open the "Sharing" panel
 * Check the box '''Apple Remote Desktop'''
 * Click '''Access Privileges'''
 * Check the box '''VNC viewers may control screen with password''', and enter a password
 * Click '''OK'''
Line 7: Line 16:
Put a tick in the box next to ''' 'Apple Remote Desktop' '''

Click '''Access Privileges'''

Put a tick in the box next to '''VNC viewers may control screen with password ''' and enter a password.

Click ''' OK '''.

'''Setting up Ubuntu to Access the Mac'''
== Setting up Ubuntu to Access the Mac ==
Line 19: Line 20:
Ubuntu requires the following proceedure to be done once to ensure the correct 'Tight VNC' protocol is used to access the Mac, rather than regular VNC, which won't work (if VNC is used, the connection will fail with a 'Unknown message type 255 from VNC server' response). Ubuntu requires the following procedure to be done once to ensure the correct 'Tight VNC' protocol is used to access the Mac, rather than regular VNC, which won't work. If VNC is used, the connection will fail with an 'Unknown message type 255 from VNC server' response.
Line 21: Line 22:
Click '''System -> Administration -> Synaptic Package Manager'''  * Click '''System > Administration > Synaptic Package Manager'''
 * Install the '''xtightvncviewer''' package
 * Click '''Applications > Accessories > Terminal'''
 * In the terminal type:
{{{sudo update-alternatives --set vncviewer /usr/bin/xtightvncviewer}}}
Line 23: Line 28:
Install the '''xtightvncviewer''' package. == Accessing the Mac From Ubuntu ==
Line 25: Line 30:
Click '''Applications -> Accessories -> Terminal'''  * Click '''Applications > Internet > Terminal Server Client'''
 * For '''Computer''', type in the host name of the computer
For '''Protocol''', choose '''VNC'''.
Then click 'Connect'.
Line 27: Line 35:
In the terminal type:
[[[update-alternatives --set vncviewer /usr/bin/xtightvncviewer]]]


'''Accessing the Mac From Ubuntu'''

Click '''Applications -> Internet -> Terminal Server Client'''

For '''Computer''', type in the host name of the computer.
For '''Protocol''', choose '''VNC'''
For then click 'Connect'

A password dialog will pop up. Type your password and hit enter'.
A password dialog will pop up. Type your password and hit enter.
Line 42: Line 38:

== Working Clients ==
 * gnome-rdp
 * xtightvncviewer
 * xvnc4viewer: only with -FullColour, but very slow:
{{{xvnc4viewer -FullColour macserver}}}

== Broken Clients ==
 * [[tsclient]] (Terminal Server Client)
 * [[Vinagre]] (Remote Desktop Viewer)

= See Also =
 * [[VNC]]
 * [[tsclient]]
 * [[Vinagre]]
----
CategoryMac CategoryInternet

Tag/tag.png

Content Cleanup Required
This article should be cleaned-up to follow the content standards in the Wiki Guide. More info...

Introduction

Ubuntu can control an OS X machine remotely, using the Terminal Server Client program that comes with Gnome.

Setting up the Mac to be Accessed Remotely

On the Mac:

  • Open System Preferences (it's in the Apple menu)
  • Open the "Sharing" panel
  • Check the box Apple Remote Desktop

  • Click Access Privileges

  • Check the box VNC viewers may control screen with password, and enter a password

  • Click OK

Setting up Ubuntu to Access the Mac

On Ubuntu:

Ubuntu requires the following procedure to be done once to ensure the correct 'Tight VNC' protocol is used to access the Mac, rather than regular VNC, which won't work. If VNC is used, the connection will fail with an 'Unknown message type 255 from VNC server' response.

  • Click System > Administration > Synaptic Package Manager

  • Install the xtightvncviewer package

  • Click Applications > Accessories > Terminal

  • In the terminal type:

sudo update-alternatives --set vncviewer /usr/bin/xtightvncviewer

Accessing the Mac From Ubuntu

  • Click Applications > Internet > Terminal Server Client

  • For Computer, type in the host name of the computer

For Protocol, choose VNC. Then click 'Connect'.

A password dialog will pop up. Type your password and hit enter.

Your Mac's desktop should appear on your screen.

Working Clients

  • gnome-rdp
  • xtightvncviewer
  • xvnc4viewer: only with -FullColour, but very slow:

xvnc4viewer -FullColour macserver

Broken Clients

See Also


CategoryMac CategoryInternet

AppleRemoteDesktop (last edited 2012-08-09 10:35:39 by 212)