PMS Install on Raspbian (Raspberry Pi 4B)

Hi,

I installed PMS for Linux (Raspbian) in Docker mode. See below:

sudo docker run
-d
–name plex
-p 32402: 32400 / tcp
-p 3005: 3005 / tcp
-p 8324: 8324 / tcp
-p 32469: 32469 / tcp
-p 1900: 1900 / udp
-p 32410: 32410 / udp
-p 32412: 32412 / udp
-p 32413: 32413 / udp
-p 32414: 32414 / udp
-e TZ = “America / Sao_Paulo”
-e ADVERTISE_IP = “http://192.168.1.201:32400/
-e ALLOWED_NETWORKS = 192.168.1.0 / 24
-h PlexServer
-v / media / data / plexmediaserver / database: / config
-v / media / data / plexmediaserver / transcode / temp: / transcode
-v / media / data / plexmediaserver / media: / data
plexinc / pms-docker

But it’s not working.

In the Google Chrome browser (http://192.168.1.201/web) it displays the following error: ERR_CONNECTION_REFUSED.

Does anyone have any idea what may be happening?

Thanks in advance for your help.

In time.

If installing via docker is not the best option, where to download the PMS package for Raspberry Pi 4b computers?

Thanks.

Since you’re running Raspbian you can use the package from the Plex downloads page. Here’s direct link to the Debian ARMv7 package for the most recent, public release:

https://downloads.plex.tv/plex-media-server-new/1.18.7.2457-77cb9455c/debian/plexmediaserver_1.18.7.2457-77cb9455c_armhf.deb

If you’d prefer the beta release, head over to https://www.plex.com and select Get Plex.

Installing this package will also add the Plex repository so you can update in the future via apt update && apt upgrade. And I’d definitely recommend installing natively instead of via Docker; there’s no reason to add the extra complexity and overhead in this case since a native package is available.

Thank you Philips! I’m going this way, for me it’s more familiar.

Thanks.

My dear philipsw,

I installed PMS as you guided me.
However, after the initial setup the following message appears:
"
No soup for you!
You do not have permission to access this server
"
What does that mean? How to solve this problem?

I remember that:

  1. My account is Plex Pass;
  2. I ran wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add -

I thank you in advance for your help.

Are attempting to connect from a browser running on the same system as the server? If not, try that. Also, try connecting to the server using a private browser window (Incognito/InPrivate/Private). If that doesn’t help, try the instructions here in the “On a Different Network” section:

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