Page 1 of 2

Plex Media Server Instructions

Posted: 22 Jan 2025, 14:39
by RyanYang
TNAS can be used as a personal Media Server by installing the Multimedia Server,Jellyfin,Plex Media Server,and Emby Server.

Plex Media Server can organize media on TNAS so that you can easily browse and play these media through your Pad, mobile phone, TV, computer and other devices.

How to use Plex Media Server in TOS 6:
1. Locate Plex Media Server in the TOS 6 app center and install it.
Image
2. After the installation is complete, you can go to the TOS control panel to create a new shared folder for storing media files, such as "video." The system will automatically create a shared folder named "Plex" for storing some configurations and logs of the application. Please do not store any media files in this folder.
Image
3. Configure permissions for the newly created "video" shared folder: Edit the newly created shared folder and set the read and write permissions for the application user "plex" that is automatically generated during the installation. If the permissions for the plex user are not set, the Plex Media Server will be unable to scan the media files in that directory while running.
Image
4. After saving the permissions, store the media files in the "video" shared folder.
5. Then, open and configure the Plex Media Server, logging in with either your registered account or a newly created account.
Image
Image
Image
6. Add media libraries according to your needs. You can check which volume your shared folder belongs to in the shared folder module of the TOS control panel.
Image
Image
7. After entering the Plex homepage, find the library you added for browsing. If there are media files in the shared folder but it shows as empty, you can rescan the media library files using the method shown in the image below.
Note: Media files in the shared folder that do not have permissions set according to step 3 will not be scanned.
Image
8. If you want to manage the media library again, you can go to the media library section in the user settings for management.
Image
Image
9. Once the scanning is complete, you can click on the library you added on the left to view the media file contents.
Image
10. Additionally, you can download other client software to connect to the media library in your TNAS.
Other client software download link:
https://www.plex.tv/media-server-downlo ... s#plex-app

Other notes:
1.How do PLEX/EMBY scan data in TNAS:viewtopic.php?t=6868
2.Plex cannot be enabled and "Operation Failed" is displayed:viewtopic.php?t=4772
3.Visit the PLEX official website to find solutions to frequently asked questions.

Re: Plex Media Server Instructions

Posted: 28 Mar 2025, 19:58
by Frostbyte
Super helpful - thanks for sharing!

Re: Plex Media Server Instructions

Posted: 28 Mar 2025, 20:06
by CathyW
Very helpful sharing ,this helped me a lot !

Re: Plex Media Server Instructions

Posted: 22 Nov 2025, 00:29
by Herewerare2024
...and remember to mount a temporary "disk" in ram for transcodes.

mount -t tmpfs -o size=16G tmpfs /mnt/ramdisk

Just save to a file and have it run as a startup event.

Point the transcode folder in plex to /mnt/ramdisk

Good to go for reducing writes to NVME drive due to transcoding traffic.

Re: Plex Media Server Instructions

Posted: 05 Dec 2025, 23:23
by samw5
can't seem to be able to mount a tmp ramdisk... tried mount -t tmpfs -o size=2G tmpfs /mnt/ramdisk but that doesn't seem to be working.
Any ideas?

Re: Plex Media Server Instructions

Posted: 06 Dec 2025, 05:01
by FredMutter
samw5 wrote: 05 Dec 2025, 23:23 can't seem to be able to mount a tmp ramdisk... tried mount -t tmpfs -o size=2G tmpfs /mnt/ramdisk but that doesn't seem to be working.
Any ideas?
write mkdir /mnt/ramdisk before

Re: Plex Media Server Instructions

Posted: 06 Dec 2025, 21:30
by samw5
that did it. how much can i allocate to it? Running an F2-425 Plus so it only has 8GB of ram.

Re: Plex Media Server Instructions

Posted: 10 Dec 2025, 00:35
by vpmonument
What if TOS fails to create a user named plex? I've run into this problem on every attempt to get Plex Media Server running.

TOS is up to date, running on a T6-424.

Re: Plex Media Server Instructions

Posted: 10 Dec 2025, 09:37
by CursaYang
Hello, after installing Plex, a shared folder with the same name is automatically generated. When creating a user, a personal directory with the same name is also generated, which causes a conflict.

Re: Plex Media Server Instructions

Posted: 18 Dec 2025, 16:02
by izedgrudged
Very helpful share, it helped me a great deal!