App.plex.tv == Hosted out in the cloud (the Plex/web client comes from out there)
Bundled = It’s sent to you by your PMS server.
Info: Hosted can and often does have bugs. They test it out there before making resident in the Server itself.
- If you sign out of Plex/web,
- Open http://ip/addr.of.qnap:32400/web
- Sign in
- and still cannot find your server
then I recommend adapting this
to user with QNAP (it’s easy to do)
- Install PMSLibShare: Releases · ukdtom/PMSLibShare · GitHub
- Install the QNAP “Text Editor”
- Perform the steps as I show for Synology
Regarding “insecure connections”.
If you’ve accidentally set them to required, we can overcome that.
In the same Preferences.xml
,
Just prior to the closing />
marker
Supersede the defaults and place
secureConnections="1"
= Preferred but not requiredsecureConnections="2"
= Secure disabled.