📡 Meshtastic for SKYNET2
This documentation describes a production-ready Meshtastic infrastructure using:
-
Proxmox
-
Privileged LXC
-
MeshMonitor (serial bridge mode)
-
Mosquitto MQTT (LAN + TLS Internet access)
-
Cloudflare DNS
-
Let’s Encrypt certificates
-
Optional Discord integration (documented elsewhere)
This guide assumes:
-
You are self-hosting
-
You want full control
-
You are not relying on Meshtastic’s public MQTT infrastructure
What This Setup Does
This infrastructure provides:
High-Level Architecture
[ Meshtastic Nodes ]
↓ RF
[ Core Node via USB ]
↓ Serial
[ MeshMonitor ]
↓
[ Mosquitto MQTT ]
↓ ↓
Internet LAN Services
Chapters
General Information
Random things and other notes I've encountered along the way
Infrastructure
Everything server-side
2.1 Proxmox Container Setup
Container Requirements
Why Privileged?
USB serial access inside LXC is vastly simpler and more reliable when privileged.
Security tradeoff is acceptable for this use case.
Â