

I do have a server set up already but that computer has now turned into my Unraid server and I want to create a new one for this, I still have access to get to the OS that has the server that I was orignially using. There are plenty of instructions online for how to use Plex Media Server, and Plex client, etc., which is out of the scope of this article.I am trying to set up Plex Media server to my server using the Plex Media Server docker container from Plex, I am able to pull the container and get into the WebUI, but it just skips the Server set up process and looks like it goes directly to the web app. Run the above script and you will have Plex Media Server running. Then put the following in a script on your Raspberry Pi. Mkdir -p /path/to/plex/database /path/to/plex/tv /path/to/plex/movies You want to create several folders for your plex config and media to locate at. If you don’t have firewall services running on your Raspberry Pi, no need to run them. The last 2 commands above assumes that you have firewalld running.

Run the following command.įirewall-cmd -zone=public -permanent -add-port=32400/tcp Fortunately containerization technology provide a easy and clean way to run Plex on it. It is not easy, if not impossible to install native Plex Media Server package on the arm v8 architecture that Raspberry Pi 4 runs.

Here we give a short step by step instruction on how to install the popular Plex media server on Raspberry Pi 4, in Centos 8. There are plenty of articles on how to install Plex on the native Raspberry Pi OS, or a debian based linux distribution. Installation of Centos 8 on Raspberry Pi 4 8Gb ModelĪ common usage of Raspberry Pi is to make it a media server. In the last post we give a easy-to-follow, step-by-step instruction on how to install Centos 8 on Raspberry Pi 4.
