• 0 Posts
  • 11 Comments
Joined 9 months ago
cake
Cake day: October 19th, 2023

help-circle

  • First things first: Synology as a beginner NAS is perfect! It’s what I recommend to everyone that is getting started out. So good move there.

    I think you should get a four-bay NAS. You don’t have to put four drives in it; you can put two drives in it and have an upgrade path for later. Plus the drives are far easier to install and remove. The processor will also be better in a four-bay NAS, which will give you more options if you want to play around with a docker container or run a VM.

    To answer your questions:

    1. If the NAS you choose has a USB port on it, you will be able to connect things like external hard drives, thumb drives, etc. NASes with USB3 connectors support USB 3 drives. Just be sure to use a file system that is not proprietary. So NTFS is out, but exFat is fine.
    2. I have connected to volumes on the NAS and have connected the NAS to other volumes without issues. It will work fine.
    3. I had two NASes sitting right next to my head in my office at ear level — probably the worst case scenario for noise. I barely noticed them. I could hear them crunching away during backups, but it wasn’t bad. I never heard a fan running — just the internal drives making their read/write noises.
    4. The drives fail before the NASes do. Synology had some issues with bult-in power supplies going bad after a few years. Their modern NASes now have plugs with a power brick on the cable, which I assume was in response to this issue. It’s a lot less expensive to replace a power cable than a whole NAS! But beyond that one issue (which affected one NAS of mine), the NASes I’ve been using have lasted for … oh, 8 years now.
    5. There are many choices for syncing data with your synology NAS. They provide Synology Drive, which gives you a local drop-box-like folder syncing option. They support rsync, and they provide HyperBackup, which is a block-level backup utility. You can choose a Synology shared drive as the destination for a Time Machine backup on a Mac. (I assume you can do this with Windows’ backup solution, but I’ve never personally used it.)



  • Seeing people recommend nginx proxy manager, I’ve tried to set this up but never managed to get the certificates to work from letsencrypt (“internal server error” when trying to get one). When I finally got it working a while ago (I think I imported a cert), any proxy I tried to setup just sent me to the Synology login page.

    I think WebStation is causing this. I just investigated my Synology NAS and discovered that the default web portal is redirecting ports 80 and 443 to the synology login portal (which lives in ports 5000 and 5001 depending on whether you use SSL or not.)








  • My recommendation is that you not put a large number of hard drives in this machine. Instead, buy or build a separate NAS for data storage, and put fast networking into the machine instead. You will thank yourself a few years down the line when a single drive has a fault, or you decide to add additional storage, because you won’t have to take your server offline and slice your hands to ribbons accessing the drives. Probably the best decision I ever made in my homelab was to get a Synology NAS with hot-swappable drive bays. They are compact and easy to maintain. (I do wish they had faster networking built in, but you can get expansion cards to enable 10G if you have it.)

    If I were rebuilding my media server today, here’s what I would do:

    • Newest possible Intel i5 processor with onboard graphics
    • 2 TB Samsung 980 Pro NVME (or SSD)
    • Any good Noctua-branded CPU fan
    • Any good gold power supply
    • Any compatible motherboard
    • 64 GB RAM (Your media server won’t need this much, but if you ever want to install any other VMs or containers on the server, it’s nice to have a large pool of RAM available to make that happen.)
    • A two-port 1gbe network card (for link aggregation)

    I would not put a discrete graphics card or any spinning platter hard drives in the machine. For the OS, I would install Proxmox and then create a virtual machine or container for your media server. Since you are using the graphics on the CPU, pass-through of the graphics will be much easier this way.

    I would direct any additional funds to an external NAS and a UPS that can tell the server (and NAS) to shut down when power is interrupted.