NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
pbs3
Nov 17, 2020Aspirant
Accessing my Plex database on RN214
I have one Plex server for whom I've done extensive work to cleanup Music entries/tags and another Plex server on ReadyNAS that I have not done the same cleanup, but I want the very same database entries as the first server. I don't see any way to sync the two databases, so I wonder if it's possible to access the database location on ReadyNAS and simply copy the one to the other? Trouble is, I don't know how to access the database directory location on ReadyNAs, i.e. what path to use, etc. Plex gives the directory itself in Settings, but how can I access this location? Can anyone advise?
2 Replies
Replies have been turned off for this discussion
- StephenBGuru - Experienced User
You'll find the folder in /.apps of the data volume (which is hidden).
From windows you can access the entire data volume to a drive letter using NAS admin credentials. From CMD you can map it to drive letter T by doing this:
net use * /delete /y net use t: \\nas-ip-address\data /user:admin nas-admin-password
using the real IP address and admin password of course. You do need be careful on the typing - particularly the slash directions.
From there you can access T:\.apps\plexmediaserver-annapurna. On an x86 ReadyNAS the location is just plexmediaserver. The media library itself is in T:\apps\plexmediaserver-annapurna\MediaLibrary\plex media server
There are a lot of files, and the path names get fairly long. It can be difficult to copy them all (file permissions can get in the way). Another approach is to use ssh. If you access the NAS using ssh, you can zip the entire folder using something like this
# cd /apps/plexmediaserver-annapurna
# zip -r MediaLibrary.zip MediaLibrary
# chown MediaLibrary.zip admin
# chgrp MediaLibrary.zip adminIf you do use ssh, use "root" as the username with the NAS admin password. The last two commands change the zip file ownership from root to admin (also changing the group). They just ensure that you can copy (and delete) the zip from windows later on. You can unzip on the other NAS using unzip (ssh), or by mapping the drive letter in Windows as described above, and using a zip utility like 7-zip.
- pbs3Aspirant
Many, many thx to you, Stephen!
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!