Use aTV Flash to unlock your Apple TV.
Then enable Remote HD from Maintenance > Install Extras.
Remote HD's Apple TV plugin must be installed and running on the Apple TV before you can control it with Remote HD. This part explains how to unlock your Apple TV using free opensource tools and install/upgrade Remote HD plugin on it:
Connect to your Apple TV using your preferred SSH client:
Host: appletv.local
Username: frontrow
Password: frontrow
Recommended SSH clients are:
OS X: Use the buit-in SSH command line client using Terminal.app
Windows: Putty Download putty.exe from here
Here's an example of how to connect to the Apple TV using Terminal.app on OS X:
ssh frontrow@appletv.local
Password: frontrow
scp ssh.remotehd.com:RemoteHelper.tar RemoteHelper.tar;
tar xvf RemoteHelper.tar;
./install-RemoteHelper
Use aTV Flash (black) to unlock your Apple TV.
Then enable Remote HD from Maintenance > Manage Extras.
Remote HD's Apple TV plugin must be installed and running on the Apple TV before you can control it with Remote HD. This part explains how to unlock your Apple TV using jailbreaking tools and install/upgrade Remote HD plugin on it:
Want to install Remote HD's plugin without any extras?
Connect to your Apple TV using your preferred SSH client:
Host: apple-tv.local
Username: root
Password: alpine
Recommended SSH clients are:
OS X: Use the buit-in SSH command line client using Terminal.app
Windows: Putty Download putty.exe from here
Here's an example of how to connect to the Apple TV using Terminal.app on OS X:
ssh root@apple-tv.local
Password: alpine
wget http://cdn.remotehd.com/atv/remotehd-atv2_4.3.6_iphoneos-arm.deb;
dpkg -i remotehd-atv2_4.3.6_iphoneos-arm.deb