

- #INSTALL PLEX MEDIA SERVER UBUNTU INSTALL#
- #INSTALL PLEX MEDIA SERVER UBUNTU UPDATE#
- #INSTALL PLEX MEDIA SERVER UBUNTU WINDOWS 10#
- #INSTALL PLEX MEDIA SERVER UBUNTU CODE#
- #INSTALL PLEX MEDIA SERVER UBUNTU PC#
#INSTALL PLEX MEDIA SERVER UBUNTU UPDATE#
If the update has been completed successfully you will be greeted by the Up to date message.
#INSTALL PLEX MEDIA SERVER UBUNTU INSTALL#
After downloading, click on the Install Update button and wait for the update to finish. By clicking on the Download Update button, we can trigger the download the update for the latest version of Plex. On this page, we can see the currently installed Plex version and the available updates. In order to do that, we need to click on the Settings icon, then click on the Server tab. All you need to do is check for updates regularly. Plex is now running in Docker and probably you are wondering how can you keep up to date with the latest bugfixes and features the Plex developers do. sudo docker start plexĪfter starting the Plex Docker container, you will be able to open the web interface on port 32400/web. If you used the correct parameters, you can go ahead and start the Plex container you have just created, using the following command. In this case, the movies folder is located in /home/docker/ plex / directory.ģ. -v /home/docker/plex/transcode:/transcode \ - Specifies the location for the transcoding folder.In this case, the movies folder is located in /home/docker/plex/ directory. -v /home/docker/plex/movies:/data/movies \ - Specifies the location of the movies folder.In this case, the tvshows folder is located in /home/docker/plex/ directory. -v /home/docker/plex/tvshows:/data/tvshows \ - Specifies the location of the tvshows folder.Please note that this can grow very large (more than 50GB) if you have a large collection. In this case, the config folder is located in /home/docker/plex/ directory. -v /home/docker/plex/config:/config \ - Specifies the location of the Plex library.You can check your timezone by following this link. -e TZ=Europe/London \ - Specifies the timezone information.-e PGID=1001 -e PUID=1001 \ - Specifies the user id in order to minimize permission issues that can arise between the host OS (Ubuntu) and the container.-e VERSION=latest \ - Installs the latest version for Plex.If you don't want the container to be started automatically, you can skip this command. -restart=always \ - Starts the Plex container automatically during boot.-net=host \ - Shares host networking with the plex container.sudo docker create -name=plex \ - Creates a new docker container with the name "plex".port number, folders, etc.) to fit your situation. Therefore, before issuing the above docker command, change certain parameters (eg. While you can just copy and paste the settings mentioned above, I recommend that you understand each parameter using the description below and customize it to your liking. v /home/docker/plex/transcode:/transcode \ v /home/docker/plex/movies:/data/movies \ v /home/docker/plex/tvshows:/data/tvshows \
#INSTALL PLEX MEDIA SERVER UBUNTU CODE#
Copy all lines in the code block below (it is one single command) and paste it into docker prompt. Set Plex Configuration Parameters in DockerĪfter pulling the container with the latest version of Plex, we need to configure the usage parameters such as download folders, port number, etc. Pull the ready-made Plex docker container using the above command. LinuxServer is a Docker repository with several HTPC and home server app containers. To install Plex using Docker, you will first need to grab the latest version of Plex container from the linuxserver Docker Hub.
#INSTALL PLEX MEDIA SERVER UBUNTU PC#
Best Home Theater PC Build 2017 to do it all (Plex, Kodi, NAS, Gaming).If you are ready, open Docker command prompt and get ready to setup Plex in Docker. So all you need to do is pull those containers and install.

But, ready-made containers are already available for several apps on Docker Hub. You can install Plex in a new Docker container from scratch.
#INSTALL PLEX MEDIA SERVER UBUNTU WINDOWS 10#
What to do next?īefore starting the Docker Plex installation guide, make sure to follow our previous guides where you can learn to Install Docker on Ubuntu, Windows 10 Pro/Ent, and Windows 7 and 8. Set Plex Configuration Parameters in Docker
