![]() |
give me your NAS tricks
I've got a Synology NAS on order. I'm looking for tips on how to set it up, how to organize things.
I've got some legal torrents that I want to run from it, and I want to be able to access files from the road without using dropbox. I'm also thinking about backing up my entire drop box onto the NAS. And I may want to watch some movies on my Roku, that are served out of the NAS. I'm looking for some real-life stories of how you have set yours up. Thanks in advance! |
Install Synology Cloudsync, it'll backup Dropbox directly to the unit
Install Plex server on the NAS, and the Plex channel on your Roku to stream locally Install the Synology DS File app with a remote login so you can always access your unit. Consider upgrading to DS6 beta so you can also get 2 factor authentication. Buy some IP cameras and purchase the license for additional cameras. |
Originally Posted by ScottC
(Post 25586954)
Install Plex server on the NAS, and the Plex channel on your Roku to stream locally |
thanks ScottC, super helpful!
I'm wondering the same thing JClishe...and the same question about DS Sync versus BT Sync...? |
Originally Posted by JClishe
(Post 25590724)
How does Plex compare to DS Video? I have DS Video on my Synology, Roku, and iPad. The Roku handles local streaming and DS Video on the iPad supports downloading videos offline so I can watch them while traveling. Does Plex add any features that I can't get through DS Video?
That said, if you purchased a play edition Synology box, DTVideo is the only one that'll do hardware encoding, which makes for better support of high bitrate streaming. |
A folder for music, apps, movies, backups, pictures, etc. Nothing too crazy. For pictures, subfolders by year helps.
|
Originally Posted by JClishe
(Post 25590724)
How does Plex compare to DS Video? I have DS Video on my Synology, Roku, and iPad. The Roku handles local streaming and DS Video on the iPad supports downloading videos offline so I can watch them while traveling. Does Plex add any features that I can't get through DS Video?
I find that logging in remotely to PlexWeb is much simpler swell. The UI is hands down better as is the support. If you are having issues, the Plex community is quite helpful. The Synology forums are less so. But the best part about Plex, if you have other friends with Plex, is sharing your library and being able to watch what's on your friend's library as well. |
Originally Posted by eyeNina
(Post 25606988)
You can sync movies, music, TV shows etc to your mobile device via Plex. it's a much more flexible media server as it has everything in 1 app. On Mobile, the DS apps are all separate. Plex is a singular interface that you can use on many different platforms.
I find that logging in remotely to PlexWeb is much simpler swell. The UI is hands down better as is the support. If you are having issues, the Plex community is quite helpful. The Synology forums are less so. But the best part about Plex, if you have other friends with Plex, is sharing your library and being able to watch what's on your friend's library as well. |
My NAS (good ole' ix2) is behind an OpenWRT router which serves as the bastion host and I can reach the unit via ssh/rsync. The file structure is the same as the laptop. Very secure, very simple. Relevant ssh config entry:
Host ix2-5 Port 22 Hostname 192.168.1.244 ProxyCommand ssh -p 443 -W %h:%p ssh@home Where home is the home router address. After that, the whole laptop can be synced with sudo -E rsync --exclude /run --exclude /sys --exclude /tmp --exclude /dev --exclude /proc -aqz / root@ix2-5:/nfs/Backups/veyron2/ |
Originally Posted by richard
(Post 25586844)
I've got a Synology NAS on order. I'm looking for tips on how to set it up, how to organize things.
I've got some legal torrents that I want to run from it, and I want to be able to access files from the road without using dropbox. I'm also thinking about backing up my entire drop box onto the NAS. And I may want to watch some movies on my Roku, that are served out of the NAS. I'm looking for some real-life stories of how you have set yours up. Thanks in advance!
I know folks will recommend opening ports and things like that, but I'd highly discourage that. I'm not so familiar with Synology (I prefer QNAP), but I'd imagine they probably can run both Plex and OpenVPN on the NAS itself. I prefer to run OpenVPN on my router (pfSense) to keep the load off of my NAS. Hopefully your unit has a powerful enough CPU for transcoding. :) If not, streaming video will get complicated. |
Not sure about transcoding power. I got the non-play version.
I have mp4 files that I want to be able to view. Why do those have to be transcoded? |
I'd suggest that it's a bad idea to expose your NAS to the internet (e.g., as a VPN server).
I run OpenVPN on my router. |
Originally Posted by richard
(Post 25610242)
Not sure about transcoding power. I got the non-play version.
I have mp4 files that I want to be able to view. Why do those have to be transcoded? Much of the Plex content within my house is direct played, but when I stream over the internet, or store data locally on my ipad, it usually has to be transcoded. |
Originally Posted by gfunkdave
(Post 25610713)
I'd suggest that it's a bad idea to expose your NAS to the internet (e.g., as a VPN server).
I run OpenVPN on my router. |
Originally Posted by HDQDD
(Post 25611093)
You wouldn't have to expose the whole NAS, only the OpenVPN port, similar to how it's configured on a firewall (router).
|
| All times are GMT -6. The time now is 4:36 am. |
This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.