April 18, 2024

How to Install Plex Media Center on Your Apple TV

Posted November 6, 2010 at 1:38am by iClarified
Portuguese (Brazil)
These are instructions on how to install Plex Media Center on your Apple TV. Before beginning you must jailbreak your device.

Step One
Launch Terminal from your Applications:Utilities folder.
How to Install Plex Media Center on Your Apple TV

Step Two
SSH into the Apple TV by entering the following command into the Terminal window. Replace "10.0.1.20" with the IP address of your Apple TV.


ssh root@10.0.1.20
How to Install Plex Media Center on Your Apple TV

If you haven't connected to this device before it will ask you if you're sure you want to continue connecting. Type in yes and hit the enter key.
How to Install Plex Media Center on Your Apple TV

Enter alpine as your password if you haven't already changed it.
How to Install Plex Media Center on Your Apple TV

Step Three
Add the new Cydia sources by inputing the following commands into the Terminal window.

echo "deb http://apt.awkwardtv.org ./" > /etc/apt/sources.list.d/awkwardtv.list

echo "deb http://www.ambertation.de ./downloads/PLEX/" > /etc/apt/sources.list.d/plex.list
How to Install Plex Media Center on Your Apple TV

Step Four
Now update your Cydia database by entering the following command.

apt-get update
How to Install Plex Media Center on Your Apple TV

Step Five
Install the plugins (and its dependencies like beigelist by DHowett) by entering the following command.

apt-get install plex-client-plugin
How to Install Plex Media Center on Your Apple TV

If you are warned that additional disk space will be used, input Y and press enter
How to Install Plex Media Center on Your Apple TV

If asked to Install these packages without verification, input Y and press enter.
How to Install Plex Media Center on Your Apple TV

Step Six
Restart the GUI by entering the following command into the Terminal window.

killall Lowtide
How to Install Plex Media Center on Your Apple TV

Step Seven
Once the GUI restarts you should see PLEX in the menu bar.
How to Install Plex Media Center on Your Apple TV

How to Install Plex Media Center on Your Apple TV


You can learn more about these instructions from their source.
Add Comment
Would you like to be notified when someone replies or adds a new comment?
Yes (All Threads)
Yes (This Thread Only)
No
iClarified Icon
Notifications
Would you like to be notified when we post a new Apple news article or tutorial?
Yes
No
Comments (16)
You must login or register to add a comment...
plexUser
plexUser - September 6, 2013 at 8:44am
No jailbreak but there "Plex Connect", a novel intelligent method to access all of our digital content on an ATV without jailbreak. Something iClarified never bothered to inform
moli
moli - July 4, 2013 at 2:49pm
TUTORIAL PLEX CONNECT APPLE TV 3 http://www.youtube.com/watch?v=puAAgQTlnBI
yuvals
yuvals - September 14, 2012 at 4:20am
after one year there is an error coming: this worked for me: Follow the detailed directions here: Apple TV Plex Client Install An overview is as follows: Jailbreak AppleTV 2g ssh root@169.10.11.12 echo "deb http://www.ambertation.de ./downloads/PLEX/" > /etc/apt/sources.list.d/plex.list apt-get update apt-get install beigelist apt-get install com.plex.client-plugin killall AppleTV or killall Lowtide
Storm
Storm - October 23, 2011 at 10:18am
You've hit the ball out the park! Incredblie!
s2
s2 - January 26, 2011 at 10:00pm
Can't seem to be able to SSH into it after this. Keep getting this... @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA host key has just been changed. The fingerprint for the RSA key sent by the remote host is 35:dc:60:d1:a1:29:a7:de:43:93:79:b3:34:68:f4:b7. Please contact your system administrator. Add correct host key in /Users/mrslav/.ssh/known_hosts to get rid of this message. Offending key in /Users/mrslav/.ssh/known_hosts:1 RSA host key for 192.168.1.109 has changed and you have requested strict checking. Host key verification failed.
Anna
Anna - March 16, 2012 at 2:15am
A fantastic blog post, I just given this onto a rkfowellow who was doing a little analysis on this. And he in fact bought me lunch because I discovered it for him smile.. So let me rephrase that: Thnkx for the treat! But yeah Thankx for spending the time to discuss this, I feel strongly about it and love learning more on this topic. If possible, as you gain expertise, would you mind updating your blog with more information? It is highly helpful for me. Big thumb up for this post!
Mimin
Mimin - March 18, 2012 at 1:25am
Intuition in problem snloivg, and how that may relate to superstitions Matthew Bass wrote about how a hunch led to snloivg an unexplained problem with git. I've had many similar experiences, so I commented on his blog post It's surprising how often those hunches are right, and interesting how much we programmers do based on hunches when all else fails. Sometimes intuition comes through where careful logic falls short.
papasaga
papasaga - June 4, 2014 at 12:08pm
DUD go into the folder link and change the file name to known hosts 1 this will fix it
Eric Jarvies
Eric Jarvies - January 10, 2011 at 2:26pm
Follow these instructions for a tethered 4.2.1 installation of PLEX: -ssh root@ip.address.of.appletv -cd /private/var/root/ -wget http://dl.dropbox.com/u/16129573/com.nito.deb -echo “deb http://apt.awkwardtv.org ./” > /etc/apt/sources.list.d/awkwardtv.list
 -echo “deb http://www.ambertation.de ./downloads/PLEX/” > /etc/apt/sources.list.d/plex.list -wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add - -dpkg -i com.nito.deb -apt-get update -apt-get install com.plex.client-plugin -rm /var/lib/dpkg/info/com.plex.client-plugin.postinst -apt-get install com.plex.client-plugin -ln -s /Applications/Lowtide.app/Appliances/PLEX.frappliance/ /Applications/AppleTV.app/Appliances/PLEX.frappliance -apt-get install beigelist -apt-get update -apt-get upgrade -killall AppleTV Good luck! Eric Jarvies
iSimone
iSimone - November 14, 2010 at 1:08pm
Hi ! If this string does not work: apt-get install plex-client-plugin try this one: apt-get install com.plex.client-plugin
tk
tk - January 20, 2011 at 4:17am
wow thanks. tethered 4.2.1 command: apt-get install com.plex.client-plugin worked for me!
Imad
Imad - March 15, 2012 at 3:40pm
The plugin isn't dneegsid to be used directly with Google Places so you can't install anything into a clients' places page.To get the full benefit, the site needs to be a WordPress site. That way all you have to do is fill out the address, click generate and add the hCard formatted widget.If you're working with a site that's not wordpress, you could use a Dummy blog site that uses wordpress to generate the geositemap and the kml files then simply move them via FTP to the non-wordpress sites.Hopefully this makes since Please let me know if you have other questions.Darren 0
hmanski
hmanski - November 8, 2010 at 2:20pm
Package plex-client-plugin is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: com.plex.client-plugin E: Package plex-client-plugin has no installation candidate what to do now?
Ina
Ina - March 15, 2012 at 5:47pm
You are commenting using your Twitter oancuct. ( / ) You are commenting using your Facebook oancuct. ( / ) Connecting to %s Notify me of follow-up comments via email.jQuery(document).ready(function(){HighlanderComments.comment_registration = '0';HighlanderComments.userIsLoggedIn = false;}); Email SubscriptionEnter your email address to subscribe to this blog and receive notifications of new posts by email.Join 3 other followers Blog:Topics:, , Topics! (1) (10) (1) (6) (4) (9) (6) (2) (11) (15) Archives (3) (2) (8) (20) New Reader Package Word Count: Deflowering Lily50000+ / 50000 words. 100% done! Word Count: Queen in Waiting2025 / 50000 words. 4% done! Available BooksBlogrollCopyrightAll written works are written by Keshia Robertson. Nothing can be copied from this site or from the works without her permission. a9 2011 by Keshia Robertson.Disclaimer:
Danny
Danny - March 18, 2012 at 3:38am
You are commenting using your WordPress.com anoucct. ( / ) You are commenting using your Twitter anoucct. ( / ) You are commenting using your Facebook anoucct. ( / )Connecting to %s Notify me of follow-up comments via email. Meet The Writer Topics! (1) (12) (3) (1) (1) (9) (8) (11) (7) (3) (16) (16) (1) Archives (2) (3) (3) (4) (2) (8) (20) New Reader Package Word Count: Deflowering Lily50000+ / 50000 words. 100% done! Word Count: Queen in Waiting5235 / 50000 words. 10% done! Word Count: I Heard The Music1055 / 30000 words. 4% done! Word Count: Ms. Host7886 / 30000 words. 26% done! Word Count: My Place0 / 15000 words. 0% done! Available BooksBlogrollCopyrightAll written works are written by Keshia Robertson. Nothing can be copied from this site or from the works without her permission. a9 2011 by Keshia Robertson.Disclaimer: all book covers from the site are designed by Keshia Robertson; however, since the pictures belong to their individual owners, they are for advertisement purposes only and are not part of any sold products.Blog:Topics:, , Reading my writing from '07 to see how my style changed plus try and see if I can redo this story. Musical Muse: The Fall by The Weeknd Working on a new project while listening to The Weeknd Kevin Costner <3 this is why The Bodyguard stays played on my computer. True Romance. Upcoming BooksAdult Romance Blonde ChocolateA Guaranteed AfterPut It On MeThe Brunette BrakeTwelve Steps BackGraduationYoung Adult
gg
gg - November 6, 2010 at 7:53pm
Wow, Plex is pretty nice!
Recent. Read the latest Apple News.
RECENT
Tutorials. Help is here.
TUTORIALS
Where to Download macOS Monterey
Where to Download macOS Ventura
AppleTV Firmware Download Locations
Where To Download iPad Firmware Files From
Where To Download iPhone Firmware Files From
Deals. Save on Apple devices and accessories.
DEALS