Setting up a local file sharing network is a fundamental skill that significantly simplifies data management in a home or office environment. Instead of constantly transferring files via flash drives or using limited-speed cloud services, you can set up direct access to your storage. This allows you to watch movies on your TV, edit documents from different computers, or instantly back up photos from your phone.
To implement this task you do not need complex equipment, a standard router and devices that support it are enough SMB protocolThe setup process seems complicated at first glance, but if you break it down into logical steps, it takes no more than 15 minutes. The key is to configure access rights correctly and ensure all devices are on the same network.
In this guide, we'll walk you through every step, from preparing the file system to connecting via smartphone. We'll cover the nuances of setting up the Windows operating system, as it's the most popular for such tasks, and we'll also touch on security issues to ensure your data doesn't become accessible to unauthorized users.
Preparing equipment and checking the network
The first and most important step is to ensure physical connectivity between the devices. To share a folder via Wi-Fi, the server computer (where the files are stored) and the client device (laptop, phone, or TV) must be connected to the same router. If you're using complex setups with repeaters or guest networks, you may encounter issues with device visibility.
- 📡 Make sure both devices are connected to the same network (e.g., "Home_WiFi"), and not to a guest network.
- 🔌 Check that your router is distributing IP addresses via DHCP; this is the default setting.
- 💻 Make sure that the network profile on the server computer is set to "Private" and not "Public".
It's important to understand the difference between a public and private profile in Windows. When you connect to a new network, the system asks if you want to make your PC discoverable. To enable file sharing, select "Yes" or switch the network type in the settings. In "Public Network" mode, the system blocks incoming connections to protect your data in cafes or airports.
⚠️ Attention: If you're on a corporate network or dorm, administrators may have blocked ports for local file sharing. In this case, configuring access at the OS level won't help unless the rules on the network equipment are changed.
It's also worth checking the IP addressing. For stable operation, it's recommended that the computer sharing the folder have a static IP address within the local network. This will prevent the address from changing after a router reboot, causing other devices to lose access to the files. You can reserve the address in the router settings or manually enter it in the network adapter properties.
Setting up sharing in Windows
The Windows operating system has built-in tools for organizing network exchanges, called "Sharing." To activate this feature, you don't need to install third-party software; simply configure the settings in the Control Panel. This ensures native support for the protocol. SMB, which is understood by almost all modern devices.
Start by going to the Network and Sharing Center. Find the "Advanced Sharing Settings" section. This is where you'll find the key switches that determine your computer's visibility. You need to enable network discovery and file and printer sharing for your current network profile.
☑️ Windows setup checklist
Pay special attention to the "Password-protected sharing" setting. If you disable this feature, anyone who connects to your Wi-Fi will be able to access your shared folders without entering a username or password. For a home network with a strong Wi-Fi password, this is acceptable and convenient. However, if outsiders are allowed to connect to the network, it's best to leave protection enabled and create a separate user for file access.
After enabling general settings, you need to select the specific folder you want to share. Right-click it, select "Properties," and then go to the "Sharing" tab. Click "Advanced" and check "Share this folder." In the "Permissions" menu, you can fine-tune who can do what with files: read only, modify, or fully manage contents.
Setting up access rights and security
Data security is paramount when setting up local access. The SMB protocol used by Windows in older versions (SMBv1) was vulnerable, so modern systems use SMBv2 or SMBv3 by default. Make sure you disable support for SMBv1 on your computer unless it's absolutely necessary for working with older printers or NAS systems.
| Permission type | Description of action | Recommendation |
|---|---|---|
| Full access | Can read, write, delete, and change permissions | For administrator only |
| Change | Can read, write and delete files | For the working folder |
| Reading | View and copy files only | For the media library |
| Special permits | Fine-tuning permissions (for example, only creating files) | For experienced users |
Confusion often arises when setting permissions in the "Sharing" and "Security" tabs (in folder properties). Permissions in the "Security" (NTFS) tab take precedence and are more restrictive. If you grant full access in network settings but deny read access in NTFS security settings, the user will not be able to open the file. Always check both permission levels.
⚠️ Attention: The Windows Settings interface may differ depending on the version (10, 11) and installed updates. Microsoft periodically changes the location of some menu items to improve security. If you can't find the item, try searching in the system settings.
How to create a user for file access only?
Open "Computer Management" (Win+X -> Manage). Go to "Local Users and Groups" -> "Users." Create a new user (e.g., "media_user") with a simple password. Add this user to the folder's permissions and grant them the required permissions. This is more secure than granting access to the "Everyone" group.
To enhance security, you can also restrict access to the shared folder by IP address if your Windows version or antivirus software allows you to manage firewall rules. This will create an additional barrier: even if an attacker guesses the password, they won't be able to connect from an unknown device.
Connecting to a folder from other devices
Once the server is configured, it's time to connect the client devices. The connection method depends on the operating system of the device you plan to use to access files. The primary identifier here will be the IP address of the server computer, which we determined in the first step.
To connect from another Windows computer, open File Explorer and enter the path in the address bar in the format \\192.168.1.XX (where XX is your server's address). If the system prompts for credentials, enter the server username and password. To avoid entering the address each time, you can right-click the network folder and select "Mount as network drive," assigning it a drive letter (e.g., Z:).
Owners of devices based on Android or iOS can also access files. This will require file managers with LAN/SMB support, such as VLC, OPlayer or specialized managers like Solid ExplorerIn the app, select "New Connection" -> "LAN" or "SMB," and the app will automatically find the computer on the network or allow you to enter the IP address manually.
Smart TVs and media boxes (Android TV, tvOS) usually have a built-in "Network" or "LAN" section in the signal source menu. There, you'll also need to enter the IP address or wait for the server to be automatically detected. After that, you'll be able to play video files directly from your computer's hard drive without copying them to the TV.
Solving common connection problems
Despite the apparent simplicity, users often encounter errors when attempting to open a shared folder. The most common issue is "Windows cannot access..." followed by an error code. This is most often due to ports being blocked by a firewall or network profile mismatches.
- 🔥 Firewall: Check if File and Printer Sharing is allowed through Windows Firewall. Third-party antivirus software often blocks local connections.
- 🔑 Password: Make sure you're entering your Microsoft account password (if you use it to sign in to Windows), not your PIN. Network access often requires your master password.
- 📶 Protocols: Older routers or corporate networks may have IPv6 or multicast disabled, which prevents devices from being discovered.
If your computer is visible on the network but access is denied, try temporarily disabling password protection (only on a trusted home network!). If this helps, the issue lies with your user rights or password. You should also check the "Function Discovery Resource Publishing" service in the Windows "Services" section—it should be running.
In some cases, resetting network settings can help. You can run the following command in the Command Prompt (as administrator): netsh winsock reset And netsh int ip reset, then be sure to restart your computer. This will clear the network connection cache and clear any TCP/IP stack errors.
Alternative ways to organize storage
If Windows' built-in tools seem too cumbersome or unstable, there are alternative ways to access files over Wi-Fi. These may be more convenient for certain use cases, such as quickly transferring photos from a phone or organizing a media library.
One popular method is to use an FTP server. Programs like FileZilla Server Allows you to deploy an FTP server on your PC, which is often more stable and faster than SMB when transferring large amounts of data. Accessing from a phone requires an FTP client, which is available in many file managers.
Another option is to create a DLNA server. Unlike SMB, which provides access to the file system as a disk, DLNA is designed specifically for multimedia. You simply add video and music folders to the Windows media library (streaming media settings), and they automatically appear on your TV or game console without having to enter paths and IP addresses.
What is the difference between SMB and DLNA?
SMB (Server Message Block) is a protocol for working with files as if they were local. You see the folder structure, can edit documents, and create new files. DLNA (Digital Living Network Alliance) is a protocol for streaming content. You only see a list of files (photos, videos, audio) and can only play them, not edit or sort folders.
Is it possible to make a folder accessible over the Internet?
Yes, but this requires port forwarding on the router, which is insecure, or using a VPN (such as Tailscale or ZeroTier) to create a virtual local area network. Direct forwarding of SMB ports to the internet is strictly not recommended due to the high risk of hacking.
Why does the speed drop when transferring via Wi-Fi?
Speed depends on the Wi-Fi standard (n, ac, ax), the number of walls between devices, and the band's congestion. For transferring large files (over 50 GB), it is strongly recommended to use a cable connection (Ethernet), at least for the server computer, as Wi-Fi is susceptible to interference and packet loss.