
- Plex media server ubuntu docker how to#
- Plex media server ubuntu docker movie#
- Plex media server ubuntu docker install#
- Plex media server ubuntu docker update#
- Plex media server ubuntu docker tv#
Usually you can follow the instructions in the README, but debugging snags can be difficult when you don’t know what you’re doing.Īdditionally, you have to familiarize yourself with the init/startup scripts for every OS to make sure each server application boots up properly and will restart in the event of a crash.įinally, updating each server application has a slightly different process.
Plex media server ubuntu docker how to#
NET and have no idea how to configure and set up a server in that framework.

In the past, I’ve found setting up and installing server applications somewhat difficult. Make sure this is safely behind your router and not visible to the external world.
Plex media server ubuntu docker movie#
I can trust anyone with access to my local network to read and write files in that drive because it’ll just be movie files. This is a huge security compromise, and I am comfortable with it because I am only storing media on the drive and not anything of importance. To be clear, this means anyone can read/write the files there. One thing I’d recommend doing to make your life a lot easier is to set really global permissions on the /storage hard drive: In the examples below I’m going to assume you mounted the drive at /storage Permissions If you installed a Desktop linux this is pretty straightforward.

The last thing you’ll want to do is format and mount the second hard drive.
Plex media server ubuntu docker install#
Once everything is installed, we can install docker following the standard instructions. You can pretty much use the defaults for everything. You’ll want to attach a keyboard, mouse and monitor until it’s all working.Ĭreate a USB stick and boot into it on your NUC and do the basic install. Installing the OS and Dockerįor my build, I used Ubuntu 64-Bit but honestly in this setup we’re going to use docker for everything so as long as it can install docker and docker compose easily, you’ll be good to go. I am not a huge data hoarder so 2TB has lasted me a while but your mileage may vary. My current build has a 2TB drive but if I was building one today I’d throw in a 5TB 2.5” Drive. You will want a second hard drive for your media in the NUC’s 2.5” slot. You probably want 8GB but 16GB would be nicer. If you buy a NUC, be careful NOT to get the one that has 16GB of Optane “Memory.” That is not actual RAM like you might expect and it eats up your M.2 SSD slot. The Intel NUC I purchased has a M.2 slot for a SSD, which I highly recommend as a boot drive. The content should be accessible via a Samba share so computers on my network can read/write it. Have the ability to download additional content via torrents and newsgroups. Stream content to each TV, as well as any phone or tablet via WiFi. Move the Intel NUC into my closet with the router and run it as a headless server.
Plex media server ubuntu docker tv#
However, with my second TV that setup wasn’t going to cut it, so I decided to repurpose the NUC as a home media server. It is remarkably easy to set up, and even found and setup my obscure USB remote control automatically. If you’ve not heard of LibreElec, it’s a very cool minimal Linux OS that sets itself up to run Kodi. Previously, I was using an Intel NUC attached to my TV and running LibreElec. To take advantage of it and bought a second TV. Open your web browser and point it to You will see your Plex home screen and all your media, play a video and verify that your libraries are intact.I recently moved into a bigger condo which had a wall mount pre-installed in the bedroom for a TV, so I decided Reboot your new plexmediaserver and test.


Stop the plexmediaserver service on your old plexmediaserver and your new plexmediaserver Prepare your metadata directory, you will need to delete the contents of the Library: sudo rm -rf /var/lib/plexmediaserver/Library.Install plexmediaserver: sudo apt install plexmediaserver -y.
Plex media server ubuntu docker update#
Check for updates and install them: sudo apt update & sudo apt upgrade.Install the Plex Repository: echo deb public main | sudo tee /etc/apt//plexmediaserver.list.Install the Plex Signed Key: curl | sudo apt-key add –.On your new Plex server, perform the following steps This HOW TO assumes that you are using Ubuntu 20.04.x, the principles will remain the same regardless of your Operating System
