Questions about Plex storage config setup

Found a good discussions of setting up Plex on TrueNAS, but still have questions.

  1. Seen advice of how to configure the storage options during Plex installation with changing ixVolume to hostpath and then using a custom path:

    What are the advantages to this? Is Plex Data storage the same as my media library? For Plex configuration storage do I choose a dataset created on my Apps pool (ssd) or on my Data pool?

  2. Do I create separate datasets for Movies, TV Shows. etc. or just one dataset for media? In my initial goofing around with this I had problems getting Plex to see my media dataset.

I guess that’s all for now and thanks!

The config storage should be on a fast app pool. The data you can set up as you like. I recommend one dataset, let’s call it media, with child datasets named however you want to categorise your files e.g. movies, series, musicvideos, homevideos, etc. which live on your spinning rust storage pool.

While I use a different media server, the logic is the same. The described way is the easiest for me to organise, mount and backup. But you can alter it however you want.

1 Like

Is there any documentation to this? I’ve upgraded to 25.10 from 13.0 and am struggling with how to “point” the new plex instance to my existing media on my zfs pools without accidentally destroying them.

What you want to use for storage are hostpaths. They map a Dataset or directory on your pool to a folder inside the docker container.
No data will be destroyed since all you do is map point a to point b.
Here’s an example for the plex config folder

Edit:
You may have to adjust permissions on your files because unlike the core version, the CE version of plex doesn’t run as user 972

2 Likes

If you are worried how it all works, you can always make a test dataset or datasets, install everything, try it, learn from it and then scrap it and set it up how you like it. This takes a little bit more time but it ensures that you can’t accidentally break something.

1 Like

There is general apps documentation in Getting Started with Apps | TrueNAS Apps Market and Managing Apps | TrueNAS Apps Market. It looks like there are also some community contributed install guides in Plex | TrueNAS Apps Market, but no guarantees that those are up to date.

2 Likes

Thanks everyone for the feedback! Time to dive in again and break stuff.

I followed the instructions on Dan’s Wiki to setup Plex with a Synology data storage. Matched every step exactly. After installing and setting up Plex on the Truenas Scale 25.10 server (been running Plex on other servers for years), I was not able to create libraries. Everything looked great but when choosing the data folder and then Movies…..nothing. It’s as if Plex can’t see the Synology nas media files. Any thoughts?