Installing Plex on Pi 3B+ (Debian)

Server Version#:
Player Version#:

I have had Plex running on my 3B+ for about 18 months and successfully updated the repository from the dev2day.de site to the correct new URL.

However, I am now looking to complete a fresh install on a fresh debain OS and am getting stuck.

I am:

  1. Enabling the repository.
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list

```p

2) Add the key

curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -


3) Installing Plex.

sudo apt-get install plexmediaserver


This seemed to complete correctly, however when I navigated to the IP of the Pi followed by the colon and port, I hit an XML file instead of the familiar Plex library. What am I missing?

ip:32400/web :grin:

Ooh! Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.