Here's a problem almost every small office, classroom, family, and two-person business runs into: several laptops, one set of documents, and no good way to keep them together. Someone emails themselves a file. Someone edits the wrong version. Someone's "final-FINAL-v3.docx" is on a machine that's at home today.
For decades there were only two answers, and both had a tax attached. This guide explains what those answers actually involve, why your Wi-Fi network can already do the job by itself, and then walks step by step through setting up a wireless document hub in about two minutes.
The old way #1: the office file server
The traditional fix is a shared network drive, and it's worth spelling out what that really means, because the pieces add up:
- A server — a dedicated machine (or NAS) that stays on all day, gets updates, and eventually dies and takes a weekend with it.
- A network switch — because "reliable" file sharing traditionally meant wired Ethernet, so you buy a switch with enough ports for everyone.
- Cables to every desk — pulled through walls or taped along baseboards, one per machine, plus the person you pay to do it.
- Mapped drives and permissions — every Windows laptop needs the share mapped (that
Z:drive), credentials configured, and someone to fix it when it silently unmaps after an update. - Ongoing IT overhead — patching, permissions requests, backup jobs, and a support contract or a very patient friend.
For a 50-person company with an IT staff, that's fine — it's Tuesday. For a 4-laptop office, it's a networking-equipment invoice and a part-time job nobody wanted.
The old way #2: the cloud
The modern default is a cloud drive — and to be fair, it works. But notice what you're trading: every person needs an account, your documents live in a data center you'll never see, the free tiers are designed to run out, and the whole thing stops when the internet does. Cloud sync is the right tool when your team is spread across cities. When your team is spread across one room, routing every document through a server 800 miles away is a strange way to hand a file to the person next to you.
The insight: your Wi-Fi is already a network
Here's the thing the old ways obscure. The moment two laptops join the same Wi-Fi, they can already talk to each other — the router you own is a fully functional local network. No switch required (the Wi-Fi radio replaces the cables), no server rack required, no internet required. What's been missing isn't hardware. It's a simple piece of software that says: "this PC will hold the documents; everyone else, open this address."
That's all a "file server" fundamentally is — a program on one machine answering requests from the others. It doesn't need a rack. It can be a script.
Your options in 2026, honestly compared
- Windows built-in file sharing (SMB). Free and already installed, but you're back to mapped drives, permissions dialogs, and "why can't I see the share?" troubleshooting. No live sync, no version history, and the setup is different on every Windows edition.
- A NAS box. A genuinely good middle ground for backup-heavy homes, but it's another device to buy, update, and configure — and it still speaks mapped-drive.
- Cloud drives. Right answer for remote teams; overkill and a privacy trade for one room.
- Sync tools (e.g., peer-to-peer folder sync). Powerful, but they copy files between machines rather than giving everyone one live shared drive, so conflicting copies are still possible.
- A wireless document hub. One ordinary PC runs a small program; every other device just opens a web address. This is the approach the rest of this guide sets up.
Step by step: the Hive Hub way
WriteHive's Hive Hub is a 0.6MB, zero-dependency Node script that turns any PC into a wireless document server. Here's the whole setup, honestly, including the one prerequisite:
Step 1 — Install Node.js on the host PC (once)
Pick the PC that's on most often. Install Node.js from nodejs.org — free, LTS version, click Next through the installer. This is the only machine that needs anything installed. Every other laptop needs nothing.
Step 2 — Download and unzip the hub
Grab the Hive Hub zip (free) and unzip it anywhere — Desktop is fine. There's no installer, no admin rights, no license server. The hub itself is a single 0.6MB script with zero dependencies: nothing to npm install, nothing phoning home.
Step 3 — Double-click start-hub.bat
A window opens and prints a local address, something like http://192.168.1.20:8765. That PC is now the hive. (On Mac or Linux, run node writehive-hub.js — same result.) The first time, Windows Firewall will ask; click Allow access so other laptops can reach it.
Step 4 — Every laptop opens that address
On each laptop on the same Wi-Fi, type the address into any browser. The full WriteHive editor loads straight from the hub PC — and every machine now sees one shared, live document drive. Click "Save to Hive" and the document appears on all connected machines; when anyone saves, everyone sees the update within a second (the hub pushes changes over server-sent events, so there's no refresh button to mash).
Step 5 (optional) — Point the mirror at a backup drive
Open hub-config.json and set mirrorDir to a USB stick, external drive, or NAS path. From then on, every save is automatically written twice — live drive plus backup. The hub also keeps the last 10 versions of every document, so "restore yesterday's draft" is built in. Your documents remain plain files in a normal folder: easy to back up, easy to move, always yours.
What this replaces: the switch (your Wi-Fi radio does it), the cables (same), the server (any ordinary PC), the mapped drives (a browser address), and the cloud account (nothing leaves your building).
Honest limits of the approach
No tool is magic, so here's where a wireless hub is the wrong answer:
- Everyone must be on the same network. This is same-room (or same-building) sharing. A teammate across the country needs a cloud tool or a VPN.
- The host PC has to be on. Like any server, no host means no drive — the mirror folder is your safety net.
- It's a document drive, not an enterprise DMS. If you need audit trails, retention policies, and compliance sign-off, that's SharePoint territory — we say the same in our honest WriteHive vs Word comparison.
- Device limits on the free tier. The free hub connects 2 devices at a time — plenty for you-plus-one. WriteHive Pro ($44.99 once, never again) connects the whole office.
Going further: pool multiple machines into one drive (RAID-0 / RAID-1)
The setup above runs the hub on a single PC. In Hive Hub v2 you can run it on several machines and federate them into one shared drive — the same idea as RAID, but across your own laptops over Wi-Fi instead of drives inside a box. Stripe mode is RAID-0: documents spread across every machine so their disk space and speed add up, turning a few old laptops into one larger, faster drive (the honest caveat is that pure stripe has no redundancy — a machine that's off hides its share until it returns). Mirror mode is RAID-1: every machine keeps a copy of every document, so any one machine can die with zero data loss. Because a peer is just a URL, you can even combine on-prem laptops with an off-prem hub behind a tunnel. Pooling is a Pro feature (a Pro key plus a shared secret on each machine); the free single-machine hub above is unaffected. Full walkthrough in our NAS alternative guide: pool storage across your computers.
Try it with two laptops tonight
The hub is free, the editor is free, and the whole setup is about two minutes. No account, no cloud, no cables.
Hive Hub free for 2 devices · Pro $44.99 once for unlimited · 30-day refund promise
Frequently asked questions
Do I need to install anything on every laptop?
No. Only the one host PC needs Node.js installed. Every other laptop just opens a local web address in any browser — nothing to install, no account to create.
Does this need an internet connection?
No. Everything travels over your local Wi-Fi. Documents move directly between machines on the same network and never touch the internet — it works fine on a network with no internet at all.
Is sharing over Wi-Fi safe?
Documents shared this way stay inside your building on your own network — a smaller exposure than uploading them to a cloud account. Use a Wi-Fi network you control with a proper password, and don't run a hub on public or guest Wi-Fi.
What happens if the hub PC is turned off?
The shared drive is unavailable until it's back on — same as any file server. Your documents are plain files in the hub's HiveDrive folder, and the optional mirror folder keeps an automatic second copy on a USB drive or NAS.
How many devices can connect?
The free tier connects 2 devices at a time. WriteHive Pro ($44.99 one time, 30-day refund promise) removes the limit.