How to get Plex server in Qnap pull movies from Computer?

I’m on Windows 10.

Still trying to comprehend some of those links you guys shared.

Well we can start with this.

  • You’re on Windows 10.
  • Windows 10 wants to speak SMB v3.
  • QNAP by default speaks SMB v1.
  • You need to enable SMB v3 on the QNAP

We will bump the minimum to SMB v.2.02.
We will also enable the maximum SMB v3.

You can read about it here.

https://forum.qnap.com/viewtopic.php?f=45&t=133965&p=630953#p630953

ssh -l admin 192.168.your.QNAP
setcfg -f /etc/config/smb.conf global "min protocol" SMB2_02
/etc/init.d/smb.sh restart
setcfg Samba server_max_protocol_custom TRUE
smb3enable

Now that you’ve enabled SMB v3.0 on the QNAP, let’s connect to the remote share.
Use either FIlestation like you did before (it should work now) or if it doesn’t
let us know and we’ll give you a command to mount the share from ssh to test it out.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.