Home / RaspberryPi /

Install Plex Media Server on Raspberry Pi

  1. run updates
  2. Possibly run dist upgrade
  3. Install some dependencies
  4. Add a required auth key
  5. Update again
  6. Install the media server:
  7. Reboot:
  8. Configure server from web interface (another computer on the network would be best) by using port 32400 in url formatted like this:

Maintenance

The service is named plexmediaserver so you can use commands like

sudo service plexmediaserver start
sudo service plexmediaserver stop
sudo service plexmediaserver status

UFW Settings

  1. Create file /etc/ufw/applications.d/plexmediaserver
  2. insert Contents

    [PlexMediaServer]
    title=Plex Media Server
    description=This opens up PlexMediaServer for http (32400), upnp, and autodiscovery.
    ports=32469/tcp,32413/udp,1900/udp,32400/tcp,32412/udp,32410/udp,32414/udp
  3. ufw allow plexmediaserver
  4. ufw allow Samba

this document last modified: October 06 2017 21:42

Home / RaspberryPi /