How to set up and troubleshoot a network-attached storage (NAS) device for shared office file access
Summary
This guide helps you troubleshoot and resolve: How to set up and troubleshoot a network-attached storage (NAS) device for shared office file access. Follow the steps below to fix the issue.
Common Causes
A Network-Attached Storage (NAS) device is a dedicated file server that sits on your office network, letting your team access shared documents, backups, and media from Windows PCs, Macs, and mobile devices. When set up correctly, a NAS provides fast, reliable shared storage without the cost or complexity of a full server. This guide walks you through initial configuration, security hardening, and the most common issues you might encounter along the way.
Before You Begin
Before plugging anything in, gather the following:
- Your NAS device, power adaptor, and supplied Ethernet cable
- A spare network port on your office router or switch
- A computer (Windows or macOS) connected to the same network
- The NAS manufacturer's quick-start guide and default administrator credentials
- Your preferred name for the device (e.g.,
office-nas) and a strong admin password
Quick Setup Steps
- Connect the NAS to your router or switch using the Ethernet cable, then power it on.
- Wait two to three minutes for the device to boot and obtain an IP address via DHCP.
- On your computer, open a browser and navigate to the manufacturer's discovery URL (commonly
find.synology.com,find.qnap.com, or the device's default IP such as192.168.1.100). - Follow the on-screen wizard to install the operating system, create your administrator account, and set a strong password.
- Create at least one shared folder (e.g.,
SharedFiles) and assign user permissions. - From each workstation, map the shared folder as a network drive (Windows) or connect via Finder > Go > Connect to Server (macOS).
Detailed Configuration
Assigning a Static IP Address
By default, your NAS will use DHCP, which means its IP address could change after a router reboot. For reliable access, assign a static IP:
- Log in to the NAS management interface.
- Go to Control Panel > Network > Network Interface.
- Select your Ethernet adapter and choose Edit > Manual.
- Enter a static IP outside your router's DHCP range (e.g.,
192.168.1.50), along with the subnet mask (255.255.255.0), gateway, and DNS servers. - Click Apply and reconnect using the new address.
Creating Users and Shared Folders
- In the NAS control panel, open Users > Create and add an account for each team member.
- Open Shared Folder > Create, name the folder (e.g.,
Accounts,Marketing), and set permissions per user or group. - Enable the SMB protocol for Windows and macOS access. AFP is no longer required for any currently supported version of macOS, so leave it disabled unless you have very old Macs on the network.
Mapping the Drive on Windows
- Open File Explorer and click This PC.
- Select Computer > Map Network Drive.
- Choose a drive letter and enter the path:
\\192.168.1.50\SharedFiles(replace with your NAS IP and folder name). - Tick Reconnect at sign-in and click Finish.
- Enter your NAS username and password when prompted.
Connecting from macOS
- In Finder, click Go > Connect to Server (or press
Cmd + K). - Enter
smb://192.168.1.50/SharedFiles. - Click Connect and authenticate with your NAS credentials.
- Optionally, drag the shared folder to Items in Finder preferences so it appears in the sidebar permanently.
Accessing Files from Mobile Devices
- Install the manufacturer's companion app (e.g., Synology DS File, QNAP Qfile) from the App Store or Google Play.
- Add your NAS by entering its IP address and your login credentials.
- Browse, open, and upload files from anywhere on your local network.
Security Hardening
- Change the default administrator username if your NAS allows it, and use a unique, complex password.
- Enable two-factor authentication (2FA) for all admin accounts.
- Keep the NAS firmware up to date; enable automatic updates where possible.
- Disable any services you don't use (FTP, Telnet, UPnP, admin web access from the WAN).
- Schedule regular automated backups to an external USB drive or a cloud destination.
- Restrict access to shared folders using the principle of least privilege.
- Install a valid SSL certificate on the NAS management interface so the admin page is served over HTTPS.
Troubleshooting Common Issues
The NAS Is Not Detected on the Network
- Confirm the Ethernet cable is firmly seated at both ends and the link light is active.
- Verify your computer is on the same subnet (e.g., both
192.168.1.x). - Try the manufacturer's discovery tool or scan your network with an IP scanner.
- Restart the NAS, router, and your computer in that order.
Slow File Transfer Speeds
- Use a wired Gigabit Ethernet connection rather than Wi-Fi where possible.
- Check that the NAS and your computer both negotiate at 1 Gbps (look in the network interface settings).
- Disable any bandwidth-hungry background services on the NAS (e.g., media indexing, antivirus scans) during large transfers.
- Confirm the hard drives inside the NAS are healthy using the built-in S.M.A.R.T. tests.
"Access Denied" or Authentication Errors
- Double-check the username and password; passwords are case-sensitive.
- Ensure the user account has been granted permission to the specific shared folder.
- On Windows, clear cached credentials via Control Panel > Credential Manager > Windows Credentials and reconnect.
- On macOS, re-authenticate from Finder > Connect to Server rather than relying on a stale Keychain entry.
Mapped Drive Keeps Disconnecting on Windows
- Open an elevated Command Prompt and run
net config server /autodisconnect:disableto stop the workstation from dropping idle sessions. - Alternatively, open Group Policy Editor and enable Computer Configuration > Administrative Templates > System > Lanman Workstation > Enable insecure guest logons if your NAS uses guest access, or adjust the Auto-disconnect setting under Computer Configuration > Administrative Templates > System > Lanman Server.
- Reboot the workstation for the change to take effect.
Mobile App Cannot Find the NAS
- Confirm your phone or tablet is connected to the same Wi-Fi network as the NAS. See our guide on how to connect to Wi-Fi if needed.
- Check that the NAS firewall is not blocking the mobile app's required ports.
- Enter the NAS IP address manually rather than relying on automatic discovery.
When to Escalate
If your NAS is still unreachable after working through these steps, or if you suspect a hardware fault (clicking drives, failed RAID array, recurring boot loops), it's time to get our team involved. Please include the NAS make, model, firmware version, and a description of any error LEDs or on-screen messages when you reach out.
Open a Ticket to get in touch with our support team.
Still Having Issues?
💻 Open a Ticket