• Pricing
  • Performance
  • About Us
PricingPerformanceAbout Us
Sign InSign Up
  • Pricing
  • Performance
  • About Us
PricingPerformanceAbout Us
Sign InSign Up
Sign InGet Started

High-Performance Cloud Infrastructure

Empowering businesses with enterprise-grade cloud solutions at competitive prices. Built for reliability and simplicity. Designed for growth.

SOC 2 Compliant
ISO 27001
99.9% Uptime

Stay Updated

1000+

Customers

15,000+

VMs Deployed

24/7

Human Support

Products

Build

  • Raff VM
  • Raff Windows VM
  • Raff AppsSoon
  • Kubernetes

Templates

  • Linux VM
  • Forex VM
  • n8n VM

Store

  • Raff S3
  • Raff DatabasesSoon

Support

  • Documentation
  • API Reference
  • CLI
  • Terraform Provider
  • Contact
  • FAQ
  • Status

Company

  • About
  • Pricing
  • Blog
  • Release Notes
  • Performance
  • Status

Account

  • Sign In
  • Sign Up
  • Reset Password

Legal

  • Terms of Service
  • Privacy Policy
  • Service Level Agreement
  • Acceptable Use Policy

© 2026 Raff Technologies. All rights reserved.

System Status
migration
migrationbeginner15 min read·Updated Jul 7, 2026

File Server Migration to Windows VPS

Plan a file server migration to Windows VPS, including shared folders, SMB access, NTFS permissions, mapped drives, backups, testing, cutover, and rollback.

Batuhan Esirger
Batuhan Esirger
Co-Founder & Business Lead
Genuine, fully-licensed Windows
Spin up a Windows Server: full admin, RDP-ready
Genuine Windows Server 2019, 2022, or 2025 with full administrator access. We handle the Microsoft licensing, billed monthly with nothing to buy upfront.
Talk to Windows EngineerExplore Windows VM
Windows file server migration image showing shared folders, NTFS permissions, mapped drives, backups, and Windows VPS destination

A file server migration to Windows VPS is not just copying folders. A safe migration needs an inventory of SMB shares, NTFS permissions, user groups, mapped drives, storage size, backup policy, access method, final sync, user testing, and rollback. Raff Technologies provides Windows VMs for small businesses and MSPs that want to move shared folders from local office hardware to a cloud-hosted Windows Server environment.

File servers look simple because users only see folders. Behind those folders are permissions, drive letters, scripts, app paths, backup jobs, access policies, and years of business habits. If those details are missed, the new server may technically contain the files but still fail the business workflow.

The goal of file server migration is not only to move data. The goal is to make sure users can find, open, edit, save, protect, and restore the files they depend on.

Quick verdict: when file server migration to Windows VPS makes sense

Use this table before migrating a Windows file server to a cloud Windows VPS.

SituationWindows VPS fitWhy
Office server hardware is agingStrong fitThe file server can move away from local hardware.
Remote users need shared foldersStrong fit with access planningUsers can reach files through RDP/RDS, VPN/private access, or controlled SMB patterns.
Multiple offices need the same foldersGood fitCentralized file storage can reduce branch-to-branch syncing.
Files support hosted Windows appsStrong fitApps and files can stay close inside the Windows environment.
SMB shares are tied to legacy appsGood fit after testingPaths, drive letters, and permissions must be validated.
Team wants direct SMB from anywhereRiskySMB should not be broadly exposed to the public internet.
Large media files move all dayDependsPerformance, latency, and storage cost need testing.
Compliance rules are strictReview firstAccess, retention, logging, and backup requirements must be designed.

The best fit is a small business that wants a central Windows file server for shared folders, remote users, business apps, backups, and office server replacement.

Review file shares, NTFS permissions, mapped drives, backups, and cutover timing before migrating your file server.

Talk to Windows Engineer

What changes when file shares move to a Windows VPS

A local file server usually sits inside one office. Users reach it through the LAN, mapped drives, shortcuts, or applications that expect certain paths.

Architecture visual showing local Windows file server migration to cloud Windows VPS with SMB shares, users, backups, and secure access

A Windows VPS changes the access model.

AreaLocal file serverWindows VPS file server
Server locationOffice hardwareCloud-hosted Windows Server VM
User accessLAN, mapped drives, local SMBRDP/RDS, VPN/private access, or controlled SMB access
Remote workVPN or office firewall dependencyPlanned remote access model
BackupsOften local or inconsistentVM backup, snapshot, file-level backup, off-server copy
Hardware riskOffice server failure affects usersCloud VM removes local hardware dependency
File pathsLocal server name and sharesNew share paths, DNS alias, or planned identity transfer
PermissionsOld NTFS/share rulesPreserved, cleaned, or redesigned permissions
SupportMay require office accessMSP/team can manage a known cloud environment

Cloud does not remove file server administration. You still need permissions, backups, monitoring, user documentation, restore testing, and access control.

File server migration is not just copying folders

A basic copy may move documents, but it can miss the context that makes the file server usable.

A proper migration includes:

Migration areaWhat to preserve or redesign
SMB sharesShare names, paths, descriptions, access
NTFS permissionsFolder-level and file-level security
User groupsDepartment groups, modify/read groups, stale users
Mapped drivesDrive letters, GPOs, scripts, shortcuts
App pathsUNC paths or hardcoded drive letters used by software
Open filesFiles in use during copy or final sync
Long pathsFiles that may fail due to path length
OwnershipFile owners, orphaned SIDs, old accounts
BackupsWhat is protected, how often, and how restore works
CutoverFinal sync, user communication, rollback

Microsoft describes SMB as the protocol Windows and Windows Server use to share resources such as files, printers, and named pipes. That means file server migration is also an SMB, permissions, and access migration, not only a data migration.

Step 1: inventory existing shares and permissions

Start with a file server inventory.

Document:

Inventory itemWhat to capture
Server nameCurrent server name and aliases
IP addressCurrent IP and DNS dependencies
SharesShare names, local paths, purpose
NTFS permissionsFolder and file access rules
Share permissionsNetwork share-level access
Security groupsGroups used for access control
Mapped drivesGPOs, logon scripts, manual mappings
Folder sizeSize per share and top-level folder
File countNumber of files and folders
Old dataArchive, duplicate, unused, or stale folders
App dependenciesApps that read/write to file paths
Backup stateCurrent backup schedule and last restore test

The inventory should answer a simple question: if this file server disappeared tomorrow, what exactly would need to exist on the new Windows VPS for users to keep working?

Step 2: clean up old data before migration

Many file servers contain years of old downloads, duplicate folders, abandoned user profiles, old installers, temporary exports, and unclear archives.

Before migration, sort data into:

GroupMeaning
ActiveUsed in current business workflows
ArchiveNeeded for history but rarely changed
RetireDuplicate, obsolete, or safe to exclude
ReviewOwnership unclear; needs business decision

Do not let IT decide every file alone. Folder owners should review business folders, especially finance, HR, client records, legal documents, and old project data.

A cleanup pass reduces migration time, storage cost, backup size, and future permission confusion.

Step 3: plan the SMB access model

The access model is one of the most important decisions.

Use this table:

Access modelBest fit
Users access files inside RDP/RDS sessionsGood for remote Windows desktop environments
Users map drives over VPN/private accessGood when endpoint file access is required
Apps access file paths on the Windows VPSGood when apps and files stay close together
SMB over QUIC where supportedGood for specific modern Windows scenarios
Direct SMB exposed publiclyAvoid
Public file downloads from the file serverUsually avoid; consider object storage or app delivery

Microsoft’s SMB feature guidance highlights security and connectivity features such as signing, encryption, NTLM blocking, authentication rate limiting, SMB over QUIC, and alternative ports in newer Windows versions. The practical point is simple: SMB access should be designed, not casually opened to the internet.

If most users already work through Remote Desktop, the cleanest pattern may be to keep file access inside the Windows VPS session instead of mapping SMB shares directly from every home network.

Use Raff Windows VM as the destination for shared folders, remote users, business files, and cloud file server workloads.

Explore Windows VM

Step 4: preserve or redesign NTFS permissions

NTFS permissions are where many migrations become messy.

You have two options:

OptionWhen it fits
Preserve existing permissionsThe current model is clean, documented, and still accurate
Redesign permissionsThe current model has stale users, broad access, or unclear ownership

For most small businesses, a light redesign is useful. Instead of assigning permissions directly to individual users, use groups.

Visual showing NTFS permissions, security groups, mapped drives, UNC paths, and user access dependencies during file server migration

Example group model:

Text
Accounting_Read Accounting_Modify HR_Read HR_Modify Operations_Read Operations_Modify Projects_Read Projects_Modify

Then assign users to groups. This makes onboarding, offboarding, and audits easier.

Check for:

Permission issueWhy it matters
Everyone has modify accessToo much risk
Old users still appearStale access or orphaned SIDs
Permissions are set per userHard to manage
Deny rules are used casuallyCan create confusing access behavior
Inheritance is broken everywhereTroubleshooting becomes harder
App folders need write accessUsers or services may fail after migration

The migration is a good time to simplify permissions, but do not redesign everything during cutover. Decide and test first.

Step 5: plan mapped drives and user access

Users often think in drive letters, not server names.

Common examples:

Text
S: = Shared F: = Finance P: = Projects X: = AppData

If those drives change unexpectedly, users may think files are missing even when the migration succeeded.

Plan:

Mapped drive itemWhat to verify
Drive lettersWhich letters are used and by whom
UNC pathsOld and new server paths
GPOsDrive mapping policies
Logon scriptsScripts that map drives
ShortcutsDesktop and app shortcuts
Application pathsApps that expect a mapped drive
DNS aliasWhether a friendly server name should point to the new VPS
User instructionsWhat changes users will see

If applications depend on a path such as \\OldServer\Shared, consider whether to update the application path, use DNS aliasing, or use a migration method that preserves server identity.

Microsoft’s Storage Migration Service can optionally transfer the identity of a source server to the destination so apps and users can access data without changing links or paths. That can be useful when the file server identity itself is part of the workflow.

Step 6: choose destination Windows VPS size and storage

File servers are storage-heavy, but CPU and RAM still matter when users connect through RDP/RDS or apps run on the same server.

Plan storage for:

Storage areaExamples
Production sharesDepartment folders, client folders, business documents
Archive dataPrior-year files, historical projects
App dataLegacy app files, Access back ends, export folders
User profilesRDP/RDS profiles if stored on the server
Temporary dataDownloads, reports, migration staging
LogsWindows and application logs
BackupsLocal staging, snapshots, restore points
Growth12-24 months of new files

Use this starting guide:

File server workloadStarting thought
Small shared folder server2 vCPU / 4-8 GB RAM, storage based on data size
3-5 users with RDP access4 vCPU / 8-16 GB RAM
5-10 users using files and apps4-8 vCPU / 16-32 GB RAM
File server plus business appsSize for apps, not files alone
Heavy file workloadTest latency, throughput, and backup window

Do not run the destination disk near full. Full disks can break user saves, app exports, backups, and profile behavior.

Compare Raff Windows VM plans when sizing CPU, memory, storage, and monthly cost for your file server migration.

View Pricing

Step 7: run a test copy

Before the production cutover, run a test copy to the Windows VPS.

Migration visual showing test copy, final sync, validation, and cutover from file server to Windows VPS

The test copy should validate:

Test copy itemWhat to check
File countDid all expected files copy?
Folder sizeDoes destination size match source?
PermissionsAre NTFS permissions correct?
Share accessCan users access shares as expected?
Long pathsDid any files fail?
Locked filesWere any files skipped because they were open?
Hidden/system filesWere important files excluded?
App foldersDo business apps see the expected paths?
BackupIs destination data protected after copy?

Tools vary by migration plan. Some teams use Storage Migration Service. Others use scripted copy methods such as Robocopy. The important thing is not the tool name alone; it is whether the copy is repeatable, logged, tested, and reversible.

Step 8: configure backups before production

Do not migrate production folders to a Windows VPS and then “set up backups later.”

A practical backup model:

Backup layerPurpose
VM backupRecover the full Windows VPS
Snapshot before cutoverRoll back infrastructure state before migration changes
File-level backupRestore individual files or folders
Off-server copyProtect against VM, account, or ransomware scenarios
Retention policyRecover older versions when issues are discovered late
Restore testProve the recovery process works

Backups must protect the new environment before users start writing files to it. If the destination server becomes production, new files may exist only there after cutover.

Backup and rollback visual for file server migration to Windows VPS with source backup, destination backup, restore test, and rollback path

Protect your file server migration with backup, snapshot, and restore planning before moving production folders.

Explore Data Protection

Step 9: run final sync and cutover

After testing, schedule the final migration window.

A typical cutover sequence:

  1. Announce downtime or read-only window.
  2. Confirm source backup.
  3. Freeze writes on the old file server.
  4. Run final sync to the Windows VPS.
  5. Review copy logs and errors.
  6. Create or verify SMB shares on the destination.
  7. Verify NTFS and share permissions.
  8. Update DNS, mapped drives, GPOs, scripts, or shortcuts.
  9. Test access with admin account.
  10. Test access with real user accounts.
  11. Confirm backups are running on destination.
  12. Allow users to begin work.
  13. Keep the old server available but controlled.
  14. Monitor first-day issues.

The final sync should be boring because the test copy already proved the path.

Step 10: test users and rollback

File server migration succeeds only when users can work.

Test with several user types:

User typeWhat to test
Standard staff userOpen, edit, save, rename, delete where allowed
Read-only userConfirm they cannot modify files
Department managerAccess department folders
Finance/HR userAccess restricted folders
App userConfirm business software can read/write
Remote userTest access from outside the office
AdminConfirm support and restore access

Rollback should also be defined before cutover.

Ask:

Rollback questionWhy
What issue triggers rollback?Avoid panic decisions
Who decides rollback?Clear ownership
How long is rollback practical?New writes complicate return
Is the old server still intact?Needed for fallback
Are users told where to save files during issues?Prevent data split
How will new files be reconciled?Avoid data loss

Do not wipe the old file server immediately. Keep it available until the new environment is stable and backed up.

Common file server migration mistakes

Copying files without permissions

The destination may contain the files but allow the wrong people to access them, or block users who need them.

Forgetting mapped drives

Users may rely on drive letters or shortcuts. If these are not updated, the migration looks broken to them.

Exposing SMB directly to the internet

Do not broadly expose SMB file sharing to the public internet. Use RDP/RDS, VPN/private access, SMB over QUIC where supported, or another controlled access design.

Migrating old clutter

Moving every old download, installer, duplicate archive, and abandoned user folder increases storage and backup cost.

Skipping restore tests

A backup plan that has never been restored is not proven.

Retiring the old server too early

Keep the old file server available until the Windows VPS is verified with real users and backups.

How Raff fits file server migration

Raff fits this use case when a small business or MSP wants to move shared folders from a local office server to a cloud Windows Server environment.

Raff Windows VMs can serve as the destination for cloud file server workloads, shared folders, Remote Desktop users, business files, Access back ends, app exports, and office server replacement. Raff’s Windows migration and cloud file server guides help connect the file server move to broader planning around remote access, backups, and user workflows.

Raff is not a replacement for file governance. The business or MSP still needs to decide folder ownership, permissions, retention, backup rules, access paths, and restore process. The Windows VPS provides the infrastructure foundation; the migration plan makes it safe.

Create a Raff Windows VM when your team is ready to move shared files from local office hardware to the cloud.

Deploy Windows Now

Final file server migration checklist

Before cutover, confirm:

CheckDone
Source backup completed☐
Source restore test completed☐
Destination Windows VPS built and patched☐
Destination backups enabled☐
Existing shares inventoried☐
NTFS permissions reviewed☐
Stale data cleaned or archived☐
Test copy completed☐
Copy logs reviewed☐
Mapped drives planned☐
GPOs or scripts updated☐
User groups verified☐
App file paths tested☐
Final sync window scheduled☐
Real user access tested☐
Rollback plan written☐
Old server preserved after cutover☐

If any item is unclear, pause before moving production users.

What's next

  • Review Raff’s Windows Server migration page if you want migration help.
  • Read Windows Server Migration Checklist for Small Businesses before moving production workloads.
  • Read Local Office Server to Cloud Windows VPS Migration if the file server is part of a larger office server move.
  • Read Windows VPS as a Cloud File Server if you are still deciding the file server architecture.
  • Read Windows VPS Backup Strategy for Small Businesses before moving production folders.
  • Read Remote Desktop Gateway vs Direct RDP before giving users remote access.
  • Read Windows VPS sizing for remote users before choosing CPU, RAM, and storage.
  • Review Raff Windows VM and pricing when planning the destination server.

Sources

  • Microsoft Learn — Storage Migration Service overview
  • Microsoft Learn — Migrate a file server by using Storage Migration Service
  • Microsoft Learn — What is SMB File Sharing for Windows and Windows Server?
  • Microsoft Learn — SMB features in Windows and Windows Server
  • Microsoft Learn — License Remote Desktop Services with Client Access Licenses
  • Raff — Windows Server migration page
  • Raff — Windows VPS as a Cloud File Server
  • Raff — Windows VM product page
  • Raff — Pricing
Was this article helpful?

Published July 7, 2026 · Updated July 7, 2026

Back to hub
Get started
Deploy a Windows Server

Genuine, fully-licensed Windows. Full admin, RDP-ready in ~2 minutes.

Talk to Windows Engineer
Full admin · RDP-ready · 14-day money-back
On this page
Quick verdict: when file server migration to Windows VPS makes senseWhat changes when file shares move to a Windows VPSFile server migration is not just copying foldersStep 1: inventory existing shares and permissionsStep 2: clean up old data before migrationStep 3: plan the SMB access modelStep 4: preserve or redesign NTFS permissionsStep 5: plan mapped drives and user accessStep 6: choose destination Windows VPS size and storageStep 7: run a test copyStep 8: configure backups before productionStep 9: run final sync and cutoverStep 10: test users and rollbackCommon file server migration mistakesHow Raff fits file server migrationFinal file server migration checklistWhat's nextSources
Ready when you are

Your Windows Server, live in ~2 minutes

Genuine, fully-licensed Windows with full admin and RDP. We handle the Microsoft licensing, billed monthly with nothing upfront. On NVMe SSD, backed by a 14-day money-back guarantee.

Talk to Windows Engineer
Explore Windows VM

Related articles

migrationLocal Office Server to Cloud Windows VPS MigrationPlan a local office server to cloud Windows VPS migration for small businesses, including apps, files, users, RDP/RDS, backups, testing, cutover, and rollback.17 min read7/7/2026migrationSQL Server Migration to Windows VPSPlan a SQL Server migration to Windows VPS, including backup/restore, recovery model, logins, SQL Agent jobs, connection strings, app testing, cutover, and rollback.17 min read7/7/2026migrationWindows Server Migration Checklist for Small BusinessesUse this Windows Server migration checklist to plan apps, files, users, RDP/RDS, SQL Server, Active Directory, backups, testing, cutover, and rollback. Category: migration16 min read7/5/2026