SyncFolder — Desktop User Guide
Mobile Access and Sharing
Mobile Access and Sharing lets Android and iOS devices running the SyncFolder mobile app connect securely to your Windows PC and exchange files — without a third-party cloud service in between. Your files stay on your machine; only paired, authorised devices on the same local Wi-Fi network can reach them.
Instead of manually configuring complex network sharing (SMB) in Windows Explorer, you can simply add folders here and access them directly within the SyncFolder Android app.
- Easy Setup: No need for Windows user permissions or NAS configurations.
- Bidirectional: Use your mobile device to upload or download files directly to these folders.
- Fast & Secure: Works over your local network for high-speed synchronization.
Tip: Use this as a lightweight alternative to the "NAS" option in the Android app. Just add a folder, start the service, and find it on your mobile device.
How it works
When Mobile Access and Sharing is active, SyncFolder starts a lightweight HTTPS file server on your Windows machine using the Kestrel web server. Kestrel automatically selects a free available port — there is nothing to configure. A self-generated TLS certificate is created automatically — no external certificate authority is required. All traffic between your mobile device and your PC is encrypted end-to-end. After the initial pairing handshake, every subsequent request is validated with a secure session token, so credentials are never sent in the clear.
Once pairing is complete, the mobile app locates your PC automatically using mDNS (Multicast DNS). This means you never need to look up or type an IP address — as long as both devices are on the same Wi-Fi network, the app finds the file server on its own, on whatever port it is using.
Prerequisites
- SyncFolder for Windows is installed and running.
- SyncFolder for Android or iOS is installed on the mobile device.
- Both the PC and the mobile device are connected to the same local Wi-Fi network.
- At least one shared folder has been configured (see below).
Configuring shared folders
Before mobile devices can access any files, you must define which folders are available for sharing. Each share is a named entry that maps a display label to a physical folder path on your PC. Shared folders are the only server-side setting available — everything else is handled automatically.
Adding a shared folder
Shared folders at a glance
| Field | Required | Description |
|---|---|---|
| Share name | Required | The friendly label displayed to mobile devices. Must be unique across shares. Accepts letters, numbers, spaces, and hyphens. |
| Folder path | Required | An absolute path to an existing folder on the local drive or a mapped network drive accessible to SyncFolder. |
Removing a shared folder
In the Shared Folders list, click the remove icon next to the share you want to delete, then confirm. The share entry is removed immediately; files on disk are not affected. Paired devices lose access to that share instantly.
Pairing a mobile device
Before a mobile device can connect, it must complete a one-time pairing process. Pairing uses a time-limited QR code so no passwords need to be typed or exchanged manually.
On your Windows PC
On the mobile device
Managing paired devices
All devices that have successfully paired are listed in the Paired Devices section of the Mobile Access and Sharing page. Each entry shows the device name (as reported by the mobile OS) and the date it was paired.
| Column | Description |
|---|---|
| Device name | The friendly name reported by the mobile device (e.g., "Ana's iPhone", "Galaxy S24"). |
| Platform | Android or iOS, shown as a small icon. |
| Paired on | Date and time the pairing was completed. |
| Last seen | Date and time of the most recent connection from this device. |
| Actions | A remove button to revoke access for this device immediately. |
Removing a paired device
Click the remove icon next to a device and confirm the prompt. The device's session token is immediately invalidated. The next time that device attempts to connect, it will receive an authentication error and must be re-paired to regain access.
Security overview
| Layer | Mechanism | Detail |
|---|---|---|
| Transport | HTTPS / TLS | All traffic is encrypted using a self-generated certificate created at first run. The certificate is pinned in the mobile app during pairing. |
| Pairing | Time-limited QR token | The pairing token embedded in the QR code expires after 5 minutes and is single-use. A new one is generated automatically. |
| Session | Secure bearer token | After pairing, every API request carries a signed session token. Tokens are stored securely in the app's keychain / keystore. |
| Network scope | Local Wi-Fi only | The file server is reachable only within the local network. No internet exposure is possible. |
| Access scope | Shared folder list | Mobile devices can only browse and transfer files within explicitly configured shared folders. The rest of your file system is not reachable. |
| Revocation | Per-device removal | Removing a device immediately invalidates its token. No further access is possible until the device re-pairs. |
Troubleshooting
Mobile device cannot find the PC after scanning
- Confirm both devices are on the same local Wi-Fi network — this is required for the feature to work.
- Check that Windows Firewall is not blocking SyncFolder. In Windows Defender Firewall → Allow an app through Windows Firewall, verify SyncFolder is listed and checked for Private networks. Because Kestrel selects its port automatically, the firewall rule must allow the application by name rather than by a specific port number.
- Some routers have AP isolation (also called client isolation) enabled, which prevents devices on the same Wi-Fi from communicating with each other. Check your router settings and disable AP isolation if present.
- mDNS relies on multicast traffic on the local network. If your router or security software blocks multicast, the mobile app will not be able to discover the PC automatically. Check that multicast is enabled on your router.
- Try disabling your VPN — many VPN clients block local network traffic and mDNS multicast.
QR code expires before I can scan it
- The code refreshes automatically every 5 minutes. Wait for the new code to appear, then scan without delay.
- Ensure the Mobile Access and Sharing page remains in the foreground on your PC while scanning — navigating away does not pause the timer.
A paired device shows "Authentication error"
- The device's session token may have been revoked, or the server certificate may have been regenerated. Remove the computer entry from the mobile app and repeat the pairing process.
Slow transfer speeds
- Performance depends on your local network. For best results, connect your PC via Ethernet and keep the mobile device close to the Wi-Fi access point.
- Large files transferred over a 2.4 GHz Wi-Fi band will be noticeably slower than on 5 GHz or Wi-Fi 6.
Last updated: May 14, 2026