Page 1 of 1

Serviio makes no connection to new NAS

PostPosted: Thu Jan 30, 2020 9:23 pm
by megamike2021
I just recently purchased a WD My Cloud Home. It replaces a NAS (Freenet Network Drive) that is showing signs of age and might crash at any moment.

I have mapped the My Cloud Home as a network drive on my Windows 10 computer. My computer sees the drive and has no trouble interacting with it. But Serviio doesn't see it at all. This is surprising because my old drive works perfectly. In the attached photo, you can see that Serviio has made a connection with the Freenet drive (fnd) but not with the MyCloud.

I even thought that the problem was the capital letters that I was using so tried to list it with small letters. But that didn't work either.

Can somebody please tell me what I am doing wrong or what I have forgotten? I don't understand why the old NAS works but the brand new one doesn't?

Thank you in advance.

Re: Serviio makes no connection to new NAS

PostPosted: Thu Jan 30, 2020 11:54 pm
by atc98092
Serviio is not using your user login to run, so it doesn't see your mapped drive. You have two options: change the user account that Serviio uses to run the service, or try using the UNC that reached your NAS folders. UNC names are like this: \\device_name\share_name. But be aware that by default the Serviio service runs under the System account, which has limited network permissions. It might be simpler to change the user account that the service uses.

Re: Serviio makes no connection to new NAS

PostPosted: Fri Jan 31, 2020 9:41 am
by megamike2021
atc98092 wrote:Serviio is not using your user login to run, so it doesn't see your mapped drive. You have two options: change the user account that Serviio uses to run the service, or try using the UNC that reached your NAS folders. UNC names are like this: \\device_name\share_name. But be aware that by default the Serviio service runs under the System account, which has limited network permissions. It might be simpler to change the user account that the service uses.



Thank you for the speedy reply. I thought that I was using the UNC name by writing \\mycloud-jau7p3\public.

I am happy to try the first option. But can you please provide some additional details on how I would do this? I am quite the novice on this topic, so maybe step-by-step instructions would help.

Also, since I asked this question, I have also completely uninstalled Serviio, done a reboot, and then reinstalled Serviio. I then entered the two mapped drives that you saw in the enclose screenshot. Again, the result was the same. The new NAS is still not detected by Serviio.

Thanks again.

Re: Serviio makes no connection to new NAS

PostPosted: Fri Jan 31, 2020 2:12 pm
by atc98092
I tried to find an easy to use tutorial, but my search wasn't successful.

Basically, on Windows you need to open the Services applet. Open the Run box (Windows key and R) and type services.msc. Scroll down the list until you find Serviio, and double-click it. This opens the Properties box. Select the Log On tab. You will see it is using the Local System account. Change the button to This Account, then enter the user name and password of the desired account. Note that it does not validate you entered the correct password, so make sure you get it right. click Apply, then go back to the General tab. Click the Stop button, then once it stops click Start.

Serviio is now running under that user account, and has the same permissions as that user. So if that user can access your NAS folders, Serviio will be able to as well.

Re: Serviio makes no connection to new NAS

PostPosted: Tue Feb 04, 2020 3:49 pm
by megamike2021
atc98092 wrote:I tried to find an easy to use tutorial, but my search wasn't successful.

Basically, on Windows you need to open the Services applet. Open the Run box (Windows key and R) and type services.msc. Scroll down the list until you find Serviio, and double-click it. This opens the Properties box. Select the Log On tab. You will see it is using the Local System account. Change the button to This Account, then enter the user name and password of the desired account. Note that it does not validate you entered the correct password, so make sure you get it right. click Apply, then go back to the General tab. Click the Stop button, then once it stops click Start.

Serviio is now running under that user account, and has the same permissions as that user. So if that user can access your NAS folders, Serviio will be able to as well.


Hello Dan, Thank you for your information. It was clear enough and it did work for me. My only issue was that I wasn't sure which I.D. I needed to use, since there are some many (screen saver id, e-mail address, etc, etc). So I did some searching around and learned this method which might help other people in the same boat as me:

Open the command prompt as administrator and then type: "whoami". (Without the quote).

That's it. You'll see the I.D. that you are using. You will also need to enter a password. For me, that was my Windows account password. And it all worked.

Thanks again.