This video is about Jailbreak Apple Tv gen 3, install nitoTv and Kodi FW 7.4
See more information below a comment
How to Install PlexConnect on Apple TV 3 :

The team at Kodi Fire IPTV strongly suggests that you use a VPN at all times.
Be it for browsing, watching Kodi, watching IPTV or anything else – the one that we recommend is Hidden Router. They provide you with very fast speeds, that can reach over 400Mbps, and their VPN service is as low as $6 per month (when paid for 2 years)!
Grab your own Hidden Router and regain your online privacy now!

40 COMMENTS

  1. This video is about Jailbreak Apple Tv gen 3, install nitoTv and Kodi FW 7.4
    Step 1. Run Apple TV.
    Step 2. Navigate to Settings → General → Network → Wi-Fi
    Step 3. Click on your network.
    Step 4. Click on Configure DNS.
    Step 5. Click on Manual.
    Step 6. Change the DNS to 46.166.144.59 (046.166.144.059).
    Step 7. Navigate back to the General section.
    Step 8. Select Send Data to Apple and double click on the play button from the remote.
    Step 9. Click Add profile and provide the link http://trailers.apple.com/trailers.cer
    Step 10. Click Submit.
    Step 11. Go back to the Apple TV 3 main screen.
    Step 12. Open Trailers app and you should see etasonATV.

    Install nitoTV App Store on Apple TV 3
    Step 1. Check the Apple TV IP from Settings → General → Network → Wi-Fi.
    Step 2. Open terminal (on Windows use PuTTY) and enter the command with Apple TV IP address ex.
    ssh root@192.186.0.1
    password: alpine
    Step 3. Add the nitoTV App Store Repo to sources.
    echo "deb http://apt.awkwardtv.org ./" > /etc/apt/sources.list.d/awkwardtv.list
    Step 4. Update source list with command.
    apt-get update
    Step 5. Install nitoTV App Store.
    apt-get install com.nito.nitoTV
    Step 6. Finally, refresh the main screen.
    killall -9 backboardd

    Install Kodi on Apple TV 3
    Step 1. Install wget application.
    apt-get install wget
    Step 2. Download a new key.
    wget O http://apt.awkwardtv.org/awkwardtv.pub | apt-key add –
    Step 3. Add first repo if you didn't do it already.
    echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
    Step 4. Add Kodi Repo to Apple TV sources.
    echo "deb http://mirrors.kodi.tv/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
    Step 5. Update the source list, make some free space with commands, and install Kodi.
    apt-get update
    rm -rf /Applications/AppleTV.app/DefaultAnimalPhotos
    rm -rf /Applications/AppleTV.app/DefaultFlowerPhotos
    rm -rf /Applications/AppleTV.app/DefaultNaturePhotos
    apt-get install org.xbmc.kodi-atv2

    Bonus : Install PlexConnect on Apple TV 3
    Step 1. Open terminal (on Windows use PuTTY) and login to Apple TV.
    ssh [email protected]
    password: alpine
    Step 2. Install python and git libraries on ATV3.
    apt-get install python
    apt-get install git
    reboot
    Step 3. Install PlexConnect on Apple TV 3.
    cd /Applications/
    git clone git://github.com/iBaa/PlexConnect.git
    cd PlexConnect/support/aTV_jailbreak/
    ./inst_atv3.sh
    reboot