Skip to content

What is NAS / SMB?

NAS — Network Attached Storage — covers everything from a Synology DS224+ on a home network to a 24-bay QNAP TS-h2490FU in a SMB office to a Samba file server inside a corporate Active Directory domain. The shared protocol underneath is SMB / CIFS (Server Message Block / Common Internet File System) operating over TCP port 445 (or legacy ports 137–139 for SMBv1 over NetBIOS). SMB has three relevant generations in 2026: SMBv1 (deprecated, exploited by WannaCry / EternalBlue — never expose to untrusted networks), SMBv2, and SMBv3 (current standard, with end-to-end encryption and Man-in-the-Middle protection). Authentication is NTLM (workgroup mode) or Kerberos (Active Directory domain mode).

Most NAS-to-cloud workflows fall into one of two camps: backup (NAS → cloud, typically scheduled nightly) and archive offload (cold NAS data → cheap object storage to free local capacity). CloudsLinker handles both by speaking SMBv2 / SMBv3 to your NAS via host IP + credentials + port + optional domain, then streaming files server-to-server to Google Drive, OneDrive, S3, Wasabi, or B2. The connector requires port 445 to be reachable from CloudsLinker's IP range — for production deployments, this typically means a port forward on your router with strong access controls (or, more securely, a SFTP / WebDAV gateway on the NAS itself, which CloudsLinker can also use).

Key features of NAS / SMB

Why connect NAS / SMB to CloudsLinker

CloudsLinker connects to NAS / SMB shares using standard SMB parameters: host IP, username, password, port (default 445), and optional domain (default WORKGROUP). The connector negotiates the highest mutually-supported SMB version (typically SMBv3 with encryption against modern NAS like Synology DSM 7+ or QNAP QTS 5+). Once connected, transfers run server-to-server: CloudsLinker reads from the NAS share over SMB and writes to the destination cloud over the cloud's native API. Use as source for NAS-to-cloud backup / archive, as destination for cloud-to-NAS restore, or for cross-NAS migration when retiring older hardware.

What you can do with NAS / SMB on CloudsLinker

NAS → any cloud copy

NAS → any cloud copy

Bridge Synology, QNAP, TrueNAS, Samba, or Windows file servers to Google Drive, OneDrive, S3, Wasabi or B2. SMBv2 / SMBv3 with optional encryption.

Runs without your computer

Runs without your computer

NAS transfers execute on CloudsLinker servers. Useful for multi-TB backups that would saturate your home internet for days if pushed through a local PC.

Scheduled NAS backup

Scheduled NAS backup

Hourly / daily / weekly schedules with delta sync. Common pattern: nightly Synology → S3 Glacier Instant Retrieval for off-site disaster recovery.

Filter by share, folder, type, age

Filter by share, folder, type, age

Migrate only the <code>/photos/2026</code> folder, exclude files larger than the destination's cap, or sync only files modified in the last 7 days.

Common NAS / SMB transfer scenarios

Off-site 3-2-1 backup of Synology / QNAP NAS to S3 / Wasabi / B2

Local NAS RAID protects against single-drive failure; doesn't protect against ransomware, fire, theft, or admin error. Schedule a CloudsLinker nightly incremental from your NAS to Wasabi ($6.99/TB) or B2 ($6/TB) with Object Lock immutability — typical 4 TB NAS becomes ransomware-resistant for ~$28/month in destination storage. Bypass NAS-vendor backup tools entirely if you want vendor-neutral DR.

Cold-archive legacy NAS data → cheaper cloud

Most home and SMB NAS deployments are 60–80 % cold data — old projects, family photo archives, completed media that nobody opens. Use CloudsLinker filters (modified-before-date) to migrate cold folders to S3 Glacier Instant Retrieval ($0.004/GB) or B2, freeing local NAS capacity for active use.

NAS-to-NAS migration when retiring old hardware

Retiring a 4-bay DS918+ for a new 8-bay DS923+? CloudsLinker connects both as separate NAS clouds and runs a one-shot migration with full delta sync — copies file content, modification times, and folder hierarchy preserving everything except SMB-specific permissions (which need to be re-applied on the new NAS via DSM).

Cloud → NAS restore / repatriation

If you've decided to leave Google Drive / Dropbox / OneDrive and want everything on your own NAS, CloudsLinker pushes content from the cloud source down to your NAS via SMB. Particularly useful for users repatriating from US-controlled clouds for privacy reasons.

Hybrid: NAS for hot data, R2 / B2 for cold archive — accessed via NAS UI

Many Synology / QNAP / TrueNAS systems support cloud-tiering at the filesystem level (hot files local, cold files in cloud) but the implementation is vendor-specific and brittle. CloudsLinker's external scheduled-archive approach is more flexible: you control which folders move when, and the destination cloud is independent of NAS vendor lock-in.

How to connect a NAS / SMB share to CloudsLinker

NAS / SMB uses server parameters: host IP address, username, password, port (default 445), and optional domain (default WORKGROUP).

Before you start

Decide your reachability model — this is the most important decision:

  • Option A (safer): expose SFTP or WebDAV from the NAS instead. Both Synology DSM and QNAP QTS support enabling SFTP (port 22) or WebDAV (port 443) on the NAS. These are single-port, encrypted, and far less attack-surface than open SMB. Use CloudsLinker’s dedicated SFTP / WebDAV connectors.
  • Option B (legacy): port-forward SMB port 445. If you must use SMB, configure your router to forward port 445 to the NAS, and combine with strict IP allowlist restricting access to CloudsLinker’s IP range only. Never forward 445 to 0.0.0.0/0.

For corporate AD-joined NAS, you’ll also need:

  • Domain name (e.g. CORP.EXAMPLE.COM)
  • Service account with read-only or read-write access to the shares you want to migrate
  • DNS resolution for the domain controllers (or hardcoded IP)

Connection steps

  1. In CloudsLinker, click Add Cloud → choose NAS (or SMB).
  2. Enter a display name (e.g. “Synology DS923+ — backup”).
  3. Enter the host IP address (or DNS name) of your NAS.
  4. Enter the username and password for the NAS user account. For dedicated migrations, create a NAS user account scoped to specific shares.
  5. Enter the port (default 445).
  6. (Optional) Enter the domain if your NAS is joined to an Active Directory domain. Default is WORKGROUP for standalone NAS.
  7. Click Confirm — CloudsLinker negotiates the highest mutually-supported SMB version (typically SMBv3) and shows the connection ready.

Firewall must allow port 445

The NAS’s firewall and any router between CloudsLinker and the NAS must allow inbound TCP port 445 from CloudsLinker’s IP range. If the connection fails, the most common cause is firewall blocking — check your router’s port-forward rules and the NAS’s local firewall settings.

Revoke access

To revoke CloudsLinker’s access: change the NAS user’s password, or delete the dedicated NAS user account. Connection becomes immediately unusable. There’s no token-revocation flow because SMB itself uses static credentials.

NAS / SMB upload & download limits you should know

NAS / SMB is a protocol bridge — limits depend on your NAS hardware and SMB version:

  • Default port: 445 (SMBv2 / SMBv3 over TCP). Legacy SMBv1 used ports 137–139 over NetBIOS.
  • SMB versions:
    • SMBv1: deprecated, exploited by EternalBlue / WannaCry. Never enable on internet-exposed NAS.
    • SMBv2: widely supported, no encryption by default.
    • SMBv3: current standard, includes end-to-end encryption and MITM protection.
  • Authentication: NTLM (workgroup mode), Kerberos (AD domain mode).
  • Maximum file size: no SMB-protocol cap. Practical limit: NAS filesystem (Btrfs / ext4 / ZFS — 16 TiB+ per file).
  • Bandwidth: capped by NAS uplink and your ISP residential upload speed (typical home: 50–500 Mbps; office: 1–10 Gbps).
  • Concurrent connections: NAS-side configurable; typically 5–50 simultaneous SMB sessions per user.
  • Encryption: SMBv3 negotiates AES-128 / AES-256 encryption when both sides support it.
  • Authentication caching: Kerberos tickets cached typically 10 hours; NTLM has no session caching.
  • Common NAS platforms: Synology DSM 7.x, QNAP QTS 5.x, TrueNAS SCALE / CORE, Samba on Linux, Windows Server File Services.
  • Synology security: generally good; recent patches RISK:STATION zero-click within 48 hrs.
  • QNAP security: historically more troubled; multiple ransomware campaigns (QLocker, DeadBolt). Stay current on firmware.
  • Open port 445 risk: prime target for ransomware and wormable exploits — never expose to public internet without IP allowlist.

Sources: SecurityScorecard: Port 445 SMB risks, UK Government Security: Open port 445, Synology Product Security Advisory, Enterprise SMB/CIFS Deployment Guide.

NAS / SMB + CloudsLinker — Frequently Asked Questions

Can CloudsLinker connect to my home NAS behind a router?

Only if port 445 is reachable from CloudsLinker's IP range. Two options: (1) port forward port 445 on your router to the NAS — strongly recommended to combine with IP allowlist (CloudsLinker provides a fixed IP range to whitelist) and disable WAN access otherwise; (2) safer alternative: enable SFTP or WebDAV on the NAS instead and use those CloudsLinker connectors — both are single-port, friendlier to NAT, and far less attack-surface than open SMB.

Why is exposing port 445 to the internet dangerous?

Port 445 is the most-attacked TCP port on the internet. 91.88 % of port-445 attacks in recent telemetry attempt the EternalBlue exploit (used by WannaCry ransomware in 2017). Even with patched SMB, brute-force credential attacks are constant. Never expose port 445 to 0.0.0.0/0 — always combine with IP allowlist or use SFTP / WebDAV instead.

What SMB version does CloudsLinker negotiate?

CloudsLinker negotiates the highest mutually-supported SMB version — typically SMBv3 against modern NAS (Synology DSM 7+, QNAP QTS 5+, TrueNAS SCALE), or SMBv2 for older deployments. SMBv1 is intentionally not supported — it's deprecated and a known security liability.

Do I need a domain or just a workgroup?

Depends on your NAS configuration. Standalone home / SMB NAS: workgroup mode (default WORKGROUP), authentication via local NAS user. Active Directory-joined NAS: supply the AD domain name (e.g. CORP.EXAMPLE.COM); CloudsLinker uses Kerberos / NTLM against the domain controller via the NAS.

What's the maximum file size SMB can transfer?

SMB itself imposes no per-file size limit. Practical caps come from: (1) NAS filesystem (Btrfs / ext4 / ZFS — typically 16 TiB+ per file), (2) destination cloud's per-file cap (e.g. OneDrive 250 GB, S3 5 TB), (3) SMB session timeout for very long transfers (CloudsLinker auto-resumes).

Are my SMB credentials safe with CloudsLinker?

Username and password are encrypted at rest with AES-256 and decrypted only inside the active transfer worker. However: SMBv1 sends NTLM hashes — never use SMBv1 with internet-exposed NAS. SMBv3 with encryption protects credentials in transit. Best practice: create a dedicated NAS user for CloudsLinker scoped to specific shares, never use admin credentials.

How fast can CloudsLinker pull from a NAS?

Throughput depends on (1) NAS CPU / RAID speed, (2) NAS uplink bandwidth (most home connections cap at residential ISP upload speed — typically 50–500 Mbps), (3) destination cloud's ingress speed. Typical sustained throughput is 50–500 GB/day per NAS connection. Multi-TB initial seeds may take a week of background transfer; subsequent delta runs are minutes-to-hours.

Does CloudsLinker work with Synology Hyper Backup or QNAP HBS?

CloudsLinker works at the SMB protocol level — independent of NAS-vendor backup tools. You can run CloudsLinker alongside Hyper Backup / HBS to a different destination for vendor-independent DR. Some users prefer CloudsLinker exclusively because it's vendor-neutral (works against any SMB share) and cloud-flexible (140+ destinations vs vendor-tool's curated list).

Can I migrate between two NAS systems (Synology → QNAP)?

Yes. Connect each NAS as a separate cloud in CloudsLinker (each with its own IP, credentials, optional domain), then run a NAS-to-NAS copy. File content, folder hierarchy, and modification times transfer; SMB-specific ACLs / permissions don't (different vendor implementations) — re-apply via the destination NAS's UI.

What about WebDAV instead of SMB?

Most modern NAS (Synology, QNAP, TrueNAS) also support WebDAV — single-port (typically 80/443), simpler firewall config, slightly slower bulk operations than SMB. CloudsLinker has a separate WebDAV connector for that path. WebDAV is often the better choice for internet-exposed NAS due to attack-surface considerations.

NAS / SMB transfer guides

Step-by-step walkthroughs for moving data to and from NAS / SMB.

Conclusion

NAS / SMB is the protocol bridge between on-prem storage and modern cloud — Synology, QNAP, TrueNAS, Samba file servers all speak it. CloudsLinker handles the SMB protocol details (version negotiation, NTLM/Kerberos auth, passive port reachability), letting you schedule nightly backups to S3 / Wasabi / B2 or migrate between NAS systems. Never expose port 445 publicly — combine with IP allowlist or use SFTP / WebDAV for internet-facing setups. Connect with host IP + credentials + port and run your first NAS-to-cloud backup in minutes.

Online storage services supported by CloudsLinker

Transfer data between over 49 cloud services with CloudsLinker

OneDrive

OneDrive

Google Drive

Google Drive

Google Photos

Google Photos

Shared Drive

Shared Drive

OneDrive for Business

OneDrive for Business

Dropbox

Dropbox

Box

Box

Mega

Mega

pCloud

pCloud

Yandex

Yandex

ProtonDrive

ProtonDrive

AWS

AWS

GCS

GCS

iDrive

iDrive

Storj

Storj

DigitalOcean

DigitalOcean

Wasabi

Wasabi

1fichier

1fichier

PikPak

PikPak

TeleBox

TeleBox

OpenDrive

OpenDrive

Backblaze B2

Backblaze B2

Fastmail file

Fastmail file

SharePoint

SharePoint

Nextcloud

Nextcloud

ownCloud

ownCloud

Premiumize me

Premiumize me

HiDrive

HiDrive

Put.io

Put.io

Sugar Sync

Sugar Sync

Jottacloud

Jottacloud

Seafile

Seafile

Ftp

Ftp

SFtp

SFtp

NAS

NAS

WebDav

WebDav

4shared

4shared

Icedrive

Icedrive

Cloudflare R2

Cloudflare R2

Scaleway

Scaleway

Doi

Doi

iCloud Drive

iCloud Drive

iCloud Photos

iCloud Photos

FileLU

FileLU

Zoho WorkDrive

Zoho WorkDrive

Telia Cloud / Sky

Telia Cloud / Sky

Drime

Drime

Filen

Filen

TeraBox

TeraBox

Didn't find your cloud service? Contact: [email protected]