Skip to main content

How to Install Kodi on Apple TV 2 (Jailbroken): 2026 Legacy Guide

How to Install Kodi on Apple TV 2 (Jailbroken): 2026 Legacy Guide

If you are still rocking the classic Apple TV 2, you likely know it’s a legendary device for home theater enthusiasts. However, to keep it functional in 2026, you must transition from the outdated XBMC to Kodi.

⚠️ Technical Note: The Apple TV 2 only supports up to Kodi 14.2 Helix. Newer versions (Kodi 19, 20, or 21) require the Apple TV 4K or newer hardware.

🚀 Ready for a 4K Upgrade?

The Apple TV 2 is a classic, but the Apple TV 4K runs the latest Kodi builds with zero lag and full HDR support.

Apple TV 4K

Ditch the 720p limits. Get the full 4K experience now.

VIEW LATEST PRICE

Step 1: Clean Uninstall of XBMC

Before installing Kodi, you must remove all traces of XBMC to prevent dependency conflicts. Open Terminal and SSH into your device:

ssh root@YOUR.ATV2.IP.ADDRESS

(Default password: alpine)

Remove XBMC & Dependencies

apt-get remove org.xbmc.xbmc-atv2
apt-get remove org.xbmc.xbmc-seatbeltunlock && apt-get remove gawk && apt-get remove bsdiff

Clear Old Settings

rm -Rf /private/var/mobile/Library/Preferences/XBMC

Step 2: Install Kodi 14.2 Helix via Terminal

Follow these commands in order to add the appropriate repositories and install the Kodi package:

  1. Install Wget:
    apt-get install wget
  2. Add AwkwardTV Key:
    wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
  3. Add Repositories:
    echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
    echo "deb http://mirrors.kodi.tv/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
  4. Update and Install:
    apt-get update
    apt-get install org.xbmc.kodi-atv2
  5. Finish:
    reboot

Troubleshooting & FAQ

1. Why do I get "Connection Refused" when trying to SSH?

This usually means your router assigned a new IP to the ATV2. Double-check Settings > General > About. Also, ensure OpenSSH is installed on your jailbroken device.

2. Terminal says "Host Key Verification Failed"

If you've SSH'd into another device with the same IP before, run this command on your Mac/PC to clear the old key:
ssh-keygen -R [YOUR.ATV2.IP.ADDRESS]

3. Why does Kodi keep crashing?

The Apple TV 2 only has 256MB of RAM. Avoid heavy "Builds" or skins. Stick to the default Confluence skin for the best experience. If it slows down, use the SSH reboot command to clear the cache.

4. Can I play 4K movies on this?

No. The Apple TV 2 is hardware-limited to 720p. It cannot decode modern H.265 (HEVC) files. For 4K playback, you will need to upgrade to the Apple TV 4K.

Final Thoughts

The Apple TV 2 remains a fantastic budget media center for legacy setups. By following this guide, you ensure your device is running the most stable version of Kodi available for its hardware. Happy streaming!

Comments