X
    Categories: Guides

Raspberry Pi 2 Plex Media Server Installation

 

How to install plex media server to raspberry pi. Combine this installation with a NAS server and your good to go. thanks for the view!

Raspberry Pi 2 NAS Files Server
https://goo.gl/J43u6G

Installing Raspbian Jessie
https://goo.gl/NkXg0j

Plex Media Server

Home

Plex Compiled Repo:
https://www.dev2day.de/typo3/

– Command List
https transport:
sudo apt-get update && sudo apt-get install apt-transport-https -y –force-yes

repo key:
wget -O – https://dev2day.de/pms/dev2day-pms.gpg.key | sudo apt-key add –

repository:
echo “deb https://dev2day.de/pms/ jessie main” | sudo tee /etc/apt/sources.list.d/pms.list

update repository:
sudo apt-get update

install plex media server:
sudo apt-get install -t jessie plexmediaserver -y

Tweet me: @ http://twitter.com/novaspirittech
facebook: @http://facebook.com/novaspirittech

novaspirit: Avid Thinker, Computer Programmer, Web evangelist, Hacking / Breaking expert, Problem Solver, Technology Obsessed, Gamer, 3D printing, Coffee lover!

View Comments (2)

  • Hallo. when i turn of my pi and start it again the plex media server wont run?
    Is there a reason for that and can i make it so when rebooting the plex server will automatic start

  • Hi Don, i have encounter this error while installing Plexserver

    dpkg: error processing package plexmediaserver (--configure):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    plexmediaserver-installer
    plexmediaserver
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    any idea?

    Thanks

Related Post