The Open Global
LoRa Mesh Network

Connect your MeshCore gateway to the worldwide federation. Field radios anywhere on earth reach any other mesh — encrypted, reliable, no licence required.

Connect Your Gateway View Live Map
0
Gateways Online
0
Total Gateways
0
Field Nodes Online
4
Active Reflectors

How It Works

Like WIRES-X for ham radio — but open, free, and for LoRa mesh

1

Install Pi Gateway

Run our one-command installer on a Raspberry Pi with a LoRa radio attached

2

Register Gateway

Create an operator account and register your gateway — takes 2 minutes

3

Join a Reflector

Connect to MESH-GLOBAL-01 or any regional reflector — or create your own

4

Go Global

Your field radios now reach every other mesh on the same reflector worldwide

Why MeshCore Federation

Built on open standards — no proprietary hardware, no licences, no lock-in

🔐

End-to-End Encrypted

WireGuard VPN between gateways. AES encryption on the LoRa RF layer. The federation server never sees message contents — only routes them.

🌍

Truly Global

Any gateway anywhere connects to any reflector. USA to Philippines to Japan — same mesh, same messages, zero configuration beyond joining a reflector.

📡

No Licence Required

LoRa operates on the ISM band (915 MHz in US/PH). No amateur radio licence needed. Anyone can deploy a gateway or carry a field radio.

SOS Anywhere

Emergency SOS packets route to every gateway on every reflector globally. Hold the SOS button 3 seconds — your GPS coordinates reach all connected operators worldwide instantly.

🗂️

Store and Forward

Room Servers on each gateway store messages for offline nodes. Field radio out of range for hours? Send !history when back in range — nothing is lost.

💸

Low Cost Hardware

Raspberry Pi 4 + RAK4631 LoRa radio + antenna. Total gateway cost under $80. Field radio under $35. Solar-powered repeater under $130.

Active Reflectors

Connect your gateway to a reflector to join that network

MESH-GLOBAL-01
MeshCore Global — Global | General mesh communication worldwide
0 gateways
MESH-EMCOMM
Emergency Communications — Global | Emergency comms, disaster response, SAR
0 gateways
MESH-ASIA-PAC
Asia Pacific — Asia Pacific | Philippines, Japan, Australia, SE Asia mesh nodes
0 gateways
MESH-AMERICAS
Americas — Americas | USA, Canada, Latin America mesh nodes
0 gateways
+ Create your own reflector

Quick Start

One command to connect your Pi gateway to the global network

# Download and run the MeshCore all-in-one installer
sudo bash meshcore-all-in-one.sh \
  --install all \
  --tunnel-role server \
  --site-name "YourSite" \
  --remote-site "RemoteSite" \
  --region us \
  --federation-server mesh.meshcorefederationnetwork.org \
  --reflector "MESH-GLOBAL-01" \
  -y

# Your gateway registers automatically
# Appears on the global map within 60 seconds
# Field radios reach all connected gateways worldwide
Full Setup Guide → GitHub