Affiliate Disclosure: This article may contain affiliate links. If you purchase through these links, we may earn a commission at no extra cost to you.
Network-attached storage looks intimidating from the outside: an empty metal box, a bag of screws, and an operating system you have never used. In practice, a modern two-bay or four-bay NAS from Synology, QNAP, Asustor or TerraMaster is designed to go from sealed box to working media library in about an hour. The browser-based setup wizard handles disk formatting for you, and the default settings are sensible enough that only a handful of them need changing.
This guide walks through the full process: installing the drives, choosing a RAID layout, creating shared folders and users, streaming through Plex, and switching on backups and remote access. If you have not picked hardware yet, start with our rundown of the best NAS for a home media server, then come back here to get it running.

Unbox, Install the Drives and Connect the NAS
- Use NAS-rated drives such as WD Red Plus or Seagate IronWolf, and check your exact model against the compatibility list on the manufacturer’s website before buying. Desktop drives usually work, but NAS-rated disks are validated for continuous operation.
- Slide each drive into a tray and click the tray into a bay. Most current trays are tool-less for 3.5-inch disks; 2.5-inch drives normally need the screws included in the box.
- Connect the NAS to your router with the supplied ethernet cable. If the unit has to live far from the router, running an ethernet cable through the house beats Wi-Fi bridges for a device that streams video all day.
- Plug in power, press the power button and wait for the status LED to settle — first boot can take a few minutes.
- Find the unit from a computer on the same network using the vendor’s discovery tool (Synology Assistant, QNAP Qfinder Pro) or the web address printed in the quick-start leaflet.
Our pick for this guide: Synology DiskStation DS224+ NAS
A proven 2-bay home NAS that runs Plex, automated backups and remote access out of the box — exactly what this guide sets up.
Run First-Time Setup and Pick a RAID Level
- Open the discovered address in a browser and let the wizard install the NAS operating system (DSM on Synology, QTS or QuTS hero on QNAP). This wipes the disks, so double-check there is nothing on them.
- Create the administrator account with a long, unique password, and pick a username other than the default admin name.
- Choose a storage layout. With two bays, a mirror (RAID 1) keeps your library online if one disk dies. With four bays, RAID 5 or the vendor’s flexible option (such as Synology SHR) protects against a single failure while sacrificing only one drive of capacity, per the manufacturers’ own documentation.
- Let the array build and verify in the background. You can continue setup while it runs; large file copies will simply be slower until it finishes.
- Turn on automatic operating-system and security updates in the control panel before doing anything else.
Create Shared Folders and User Accounts
- Create a handful of shared folders that match how you will use the box: Media, Photos and Backups is a common starting set.
- Add one user account per person and grant permissions per folder — read-only access to Media is enough for accounts that only stream.
- Connect from your computers: on Windows, map a network drive to the NAS name; on a Mac, use Go, then Connect to Server in Finder with an smb:// address.
- Copy your media over and keep the folder naming clean — Plex’s own support documentation recommends one folder per movie with the year in the name, and Season subfolders for TV shows. Tidy naming now saves hours of mismatched artwork later.
Turn the NAS into a Plex Media Server
- Install Plex Media Server from the NAS app center (Package Center on Synology, App Center on QNAP), or as a container if you prefer Docker.
- Sign in to your Plex account, then point each library at the shared folders you created.
- Understand the difference between direct play and transcoding: when the TV or phone plays the file as-is, even modest NAS processors handle 4K easily. Transcoding is the demanding part, and whether a given model can transcode 4K is documented by Plex and by the NAS maker — not something to guess at.
- If Plex is the main reason you bought the box, our guide to NAS models suited to Plex streaming breaks down which units are built for it.
Set Up Backups and Remote Access
- Enable snapshots or file versioning on your shared folders if the operating system offers them — they are the fastest way to undo an accidental deletion.
- Point your computers’ backups at the NAS using the vendor’s backup app, and keep a second, offline copy of anything irreplaceable by backing up your PC to an external hard drive as well.
- Sync only your truly critical folders (documents, family photos) to a cloud service for an off-site copy — media libraries can be rebuilt, photos cannot.
- For access away from home, use the vendor’s relay service (QuickConnect on Synology, myQNAPcloud on QNAP) or a VPN, and switch on two-factor authentication. This pairs well with securing your home Wi-Fi network, since the NAS is only as safe as the network it sits on.

Troubleshooting Common NAS Setup Problems
The discovery tool cannot find the NAS. Make sure the computer and NAS are on the same network — guest Wi-Fi and isolated VLANs are the usual culprits. If in doubt, connect the NAS directly to the router, not to a smart TV or a switch you are unsure about.
Streams buffer or stutter. Check that the NAS is wired, then check whether the client is transcoding instead of direct playing. Forcing a lower remote-streaming quality in the Plex app is a quick test: if the stutter disappears, transcoding load or upload bandwidth is the bottleneck.
A drive shows as unrecognized or unhealthy. Update the NAS operating system first, then verify the disk appears on the manufacturer’s compatibility list. A disk that repeatedly drops out of the array should be replaced, not reseated forever.
File transfers are slow. Confirm the link negotiated at gigabit speed in the NAS network settings, swap the ethernet cable, and make sure you are copying over SMB rather than through a cloud relay, which routes traffic outside your home.
Frequently asked questions
Do I need RAID on a home NAS?
RAID keeps your library online when a drive fails, but it is not a backup. A mirror or RAID 5 array survives one failed disk, yet does nothing against accidental deletion, ransomware or theft. Use RAID for uptime and keep a separate backup copy of anything irreplaceable.
Can a NAS stream 4K video through Plex?
Yes, as long as the client device plays the file directly. Direct play barely touches the NAS processor, so even modest models handle 4K. Problems start when Plex has to transcode; whether a specific model can transcode 4K depends on its processor and is documented by Plex and the NAS manufacturer.
How many drive bays should I buy?
Two bays cover a mirrored setup for most households. Four bays leave room to grow and allow RAID 5, which protects against a single drive failure while losing only one drive of capacity to redundancy. Buying one size larger than you need today is usually smarter than replacing the whole unit in two years.
Is it safe to access my NAS remotely?
It is safe when done through the vendor relay service or a VPN, combined with strong passwords and two-factor authentication. Avoid exposing the admin ports of the NAS directly to the internet through router port forwarding, which is the most common cause of compromised home NAS units.