NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Netgear Apps & Add-ons
883 TopicsTotally remove Plex?
I know that I can reinstall Plex. but what happens if I totally remove it? Then I can cleanly install it and any flags do not show up. It just trys to launch and fails, with the error that' 192.168.x.x refused to connect' (192.168.x.x is my NAS address). It looks like '192.169.x.x:32400/web' is the actual command. It follows up with the error that it cannot start with the error code 2200201000. I can use the NAS but Plex cannot. Please help!SolvedNeed to add app as service, but still doing something wrong
Hi (i am newbie) i need to setup new service, in ReadyNAS 312, that would be launched after every startup (after restart). I have achieved installing mongodb + mFi both correctly. mFi is the application. Application is location in /apps/mFi/ folder. I have this launch script inside /apps/mFi/mfi.sh #!/bin/sh case "$1" in start) cd /apps/mFi/ java -jar lib/ace.jar start & ;; stop) cd /apps/mFi/ java -jar lib/ace.jar stop ;; esac exit 0 script works ok, also the mFi application itself. It can be run or stopped by calling above script with command "sh mfi.sh start" or "sh mfi.sh stop". As i have found, application is not launched after NAS unit restart. And i am unable to add it as a new service. I was trying to use same guide as here (with teamspeak viewtopic.php?f=153&t=77743) but with no succes i have tried creating file named mfi.service and placing it also into /lib/systemd/system/ [Unit] Description=mFi After=apache2.service [Service] WorkingDirectory=/apps/mFi ExecStart=/apps/mFi/mfi.sh start Type=forking KillMode=process Restart=on-failure [Install] WantedBy=multi-user.target maybe code is wrong and then adding service by "update-rc.d mfi defaults" or "update-rc.d mfi.service defaults" or "update-rc.d mFi defaults" with no success, it gave me this error or similar: update-rc.d: using dependency based boot sequencing update-rc.d: error: unable to read /etc/init.d/mfi.service could you help?4.9KViews0likes6CommentsRN516 v 6.10.8 was factory reset, now uTorrent will not install
My RAID array was set to read-only after a succession of mains power failures (I suspect). I have backups of everything including config files, so I am in the process of rebuilding after a factory reset. However, uTorrent refuses to install, it has been working perfectly for many years. Plex installed just fine. Any pointers? I've tried uploading the deb file, also the later issued patch, both are also failing with "Cannot install application utserver" Any help would be appreciated! Thanks.SolvedWordPress and FTPing to and from it.
Using Windows 10 and CoreFTP, having setup FTP on my ReadyNAS RN516. Running CoreFTP (as the ReadyNAS admin user) it seems to connect okay but does not show any files whatsoever at the other end. The user/pasword does not fail and everthing looks good ... just no access on the far end. Probably a permissions problem, but Core is using admin and all data on the readynas should be admin owned. Any help appreciated? I have looked and most posts on this in the system seem closed as no response ... hope that's not a bad sign.Solved7.3KViews0likes13CommentsTransmission NT website interface issue
Hello, I’m happy user of Netgear readynas 104. I have installed a Transmission NT app from netgear store and can access it. The only problem is that on iOS (latest version 17.6.1 and previous versions as well) I’m not able to use desktop mode to display the website. I never noticed this problem with Android devices. Are there any solutions for this?