Back to Blog
synologynastroubleshootingwifidsm

How to Fix WiFi Not Working on a Synology NAS: USB Adapter Drivers, Static IP Configuration, and DSM Network Reset Fixes

Most Synology NAS models have no built-in WiFi — wireless connectivity requires a compatible USB dongle. This guide covers USB adapter driver support on DSM 6 and DSM 7, static IP assignment, WPA3 compatibility issues, and the DSM network reset procedure.

How to Fix WiFi Not Working on a Synology NAS: USB Adapter Drivers, Static IP Configuration, and DSM Network Reset Fixes
7 min read

Synology NAS devices are engineered around wired Ethernet, not WiFi — and for good reason. A NAS serves files around the clock, and even brief wireless drops can corrupt transfer jobs, stall backup tasks, and break SMB shares. That said, there are situations where running an Ethernet cable is impractical. This guide covers every fix for Synology NAS WiFi problems, from USB adapter driver installation to static IP configuration and DSM network resets.

Fix 1: Confirm Your NAS Model Supports WiFi

Before troubleshooting anything, establish whether your Synology NAS can use WiFi at all. Unlike consumer routers, Synology NAS units ship without any built-in wireless radio. WiFi is only possible via a USB WiFi dongle plugged into one of the NAS’s USB 3.0 ports — and not all models support this. Synology maintains an official USB WiFi Dongle Compatibility List on their website (search “Synology compatibility USB WiFi dongles”).

Well-documented compatible adapters include the Edimax EW-7811Un (USB 2.0, 802.11n, 2.4 GHz only) and several adapters based on the Realtek RTL8812AU chipset (dual-band 802.11ac). Always verify your specific adapter’s chipset against the compatibility list before purchasing. An incompatible dongle simply won’t appear in DSM at all — there is no error message, making the compatibility check the single most important first step.

Fix 2: Understand DSM 6 vs. DSM 7 USB Adapter Support

This version difference is the most common source of confusion for Synology WiFi problems.

DSM 6.x included native USB WiFi dongle drivers and allowed wireless configuration directly through Control Panel → Network → Network Interface. Once you plugged in a supported adapter and rebooted, it appeared in the interface list automatically — no extra steps required.

DSM 7 removed built-in USB WiFi dongle support entirely. Synology’s DSM 7.0 release notes explicitly state that USB WiFi dongles are no longer supported. If you upgraded from DSM 6 to DSM 7 and your WiFi stopped working immediately after the update, this is exactly why. You have two practical options on DSM 7:

  • Install third-party kernel module drivers via SSH. Community projects provide pre-compiled kernel modules for popular chipsets including the Realtek RTL8812AU and RTL8822BU. Installation requires enabling SSH on the NAS (Control Panel → Terminal & SNMP), connecting via SSH, and using a Task Scheduler startup script to reload the module after each DSM update. This approach works but requires maintenance whenever DSM updates.
  • Use a USB-to-Ethernet adapter instead. USB 3.0 to Gigabit Ethernet adapters are universally supported in DSM 7 and provide a wired connection even in rooms without cable runs. This is the simpler and more stable solution for most users.

Fix 3: Connect to WiFi in DSM Control Panel (DSM 6)

If you’re running DSM 6 with a compatible USB adapter plugged in, follow these steps to join a wireless network:

  1. Open Control Panel → Network → Network Interface.
  2. Look for a wireless interface, typically labeled WiFi 1 or showing the adapter name.
  3. Select it and click Edit.
  4. Choose Use wireless network, then click Connect to a wireless AP to scan for available networks.
  5. Select your SSID, enter your WiFi password, and click Apply.

If the wireless interface does not appear after a full reboot with the adapter plugged in, the dongle is not recognized. Check the system log under Log Center → System for USB device detection messages. The USB vendor ID and product ID listed there can be compared against Synology’s compatibility database to confirm whether the chipset is supported.

Fix 4: Assign a Static IP to the Wireless Interface

DHCP-assigned addresses can change after router reboots or lease renewals, breaking any device, script, or backup job that references the NAS by IP address. For a NAS, a static IP is not optional — it is essential for reliable operation.

  1. In Control Panel → Network → Network Interface, select your wireless interface and click Edit.
  2. Under the IPv4 tab, choose Use manual configuration.
  3. Enter an IP address outside your router’s DHCP pool (for example, 192.168.1.200 if your router assigns addresses in the .100–.199 range).
  4. Set the subnet mask to 255.255.255.0 for most home networks, the gateway to your router’s LAN IP (typically 192.168.1.1), and DNS servers to 8.8.8.8 and 1.1.1.1.
  5. Click OK, then Apply. The NAS will reconnect briefly.

After saving, SSH into the NAS and run ping 8.8.8.8 -c 4 to verify internet connectivity over the wireless interface. If the ping fails while the DSM interface shows “Connected,” the gateway IP is likely mismatched — confirm your router’s actual LAN address in its admin panel.

Fix 5: Resolve WPA3 Compatibility Issues

Synology DSM’s wireless stack has inconsistent WPA3 support. If your router is configured for WPA3-only security, the NAS USB adapter driver may fail to authenticate silently — the interface shows it is connected but packets don’t pass. The straightforward fix is to change your router’s WiFi security to WPA2/WPA3 transition mode. This lets the NAS negotiate WPA2 while WPA3-capable devices on your network continue to use the newer standard. See our WPA2 vs WPA3 guide for detail on why transition mode is safe for home networks.

Fix 6: Reset DSM Network Settings

If the NAS is completely unreachable on the network — Synology Assistant can’t find it, SSH is unresponsive, and it doesn’t appear on your router’s client list — a physical network reset is the next step.

Mode 1 (network settings reset): With the NAS powered on and booted, press and hold the RESET button on the rear panel for about 4 seconds until you hear a single beep. Release the button. This resets all network settings (IP addresses, DNS, gateway, default route) back to DHCP defaults without touching your data, packages, or DSM configuration. After the NAS reboots (typically 1–2 minutes), run Synology Assistant on your PC to rediscover it by broadcast. Reconnect via Ethernet first to confirm the reset succeeded before attempting to reconfigure wireless.

Mode 2 (full factory reinstall): Pressing the RESET button a second time within 10 seconds of the first beep triggers a complete factory reinstall. This erases all configuration and data on the NAS. Only use Mode 2 as an absolute last resort after all other options have been exhausted.

Why Ethernet Is Strongly Recommended for NAS

Even when WiFi is working correctly on a Synology NAS, it introduces latency spikes, half-duplex inefficiency, and vulnerability to interference that Ethernet does not have. For workloads like Time Machine backups, Surveillance Station recording, or Plex media serving, intermittent WiFi drops can corrupt job state, produce incomplete backups, or cause dropped frames. If running a cable is genuinely impossible, a MoCA adapter over existing coaxial wiring or a powerline adapter over existing electrical wiring delivers near-wired stability without drilling through walls.

Quick Checklist

  1. Check Synology’s official USB WiFi dongle compatibility list for your adapter and NAS model.
  2. Confirm your DSM version — native USB WiFi support requires DSM 6 (DSM 7 needs a third-party driver).
  3. Verify the wireless interface appears under Control Panel → Network → Network Interface after rebooting.
  4. Review Log Center → System for USB detection messages if the interface is missing.
  5. Assign a static IP outside the router’s DHCP pool.
  6. Switch router security to WPA2/WPA3 transition mode if using WPA3-only.
  7. Press the RESET button for 4 seconds (Mode 1) to clear a corrupted network configuration.
  8. Consider a USB-to-Ethernet adapter on DSM 7 for the simplest and most stable wireless-free workaround.

Related Articles