LocalSend is local-only by design — both devices have to sit on the same network. Here's why it works that way, what the hotspot and VPN workarounds actually cost you, and how to send files across different networks without either.
This isn't a missing feature or a bug — it's the whole design. LocalSend finds nearby devices by broadcasting a UDP multicast packet across your local network, then falls back to HTTP requests aimed at the local subnet. Both of those stop at the edge of your network.
Multicast traffic normally doesn't cross subnet boundaries, and plenty of routers block it between VLANs or guest networks. So two devices on different Wi-Fi networks — or even different subnets in the same building — simply never see each other. There's no setting to turn on, because reaching across the internet would mean leaving the local network LocalSend deliberately never leaves.
That's a legitimate trade. Staying local is exactly why LocalSend is private and needs no servers. It just means the moment your devices aren't on one network, you need a different tool.
The three usual workarounds
These are what you'll find in the GitHub discussions and forum threads. They all work — each just costs you something.
Phone hotspot
Turn on a hotspot, have the other device join it, then run LocalSend.
Only works if you're physically next to each other — which defeats the point.
VPN / Tailscale / ZeroTier
Put both devices on the same virtual network so LocalSend sees them as local.
Install and configure on both devices, keep it running, and the recipient has to join your network too.
Upload to cloud storage
Drop the file in Drive or Dropbox and send a link.
Your files land on someone else's server — the exact thing LocalSend users are avoiding.
The option without a trade-off
AlterSend keeps everything people choose LocalSend for — free, open source, end-to-end encrypted, no accounts, no size limits, files never stored on a server — and drops the same-network requirement. Your devices find each other over a peer-to-peer network instead of a local broadcast, so they can be anywhere.
No shared network needed
Different Wi-Fi, different city, different country — it just connects.
No VPN to set up
No Tailscale, no WireGuard, no hotspot juggling. Pair once and send.
Still never touches a server
End-to-end encrypted, peer-to-peer. Files are never uploaded or stored.
Still free and open source
Apache-2.0 and auditable — the same reason you picked LocalSend.