This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdd packet distribution charts, always‑visible favorite nodes, tile server autodetect and many new hardware/modem/port definitions.
Full changelog
What's Changed
Features
- Add packet distribution charts to Info page (#1774)
- Make favorite nodes always visible regardless of age (#1775)
- Add tile server autodetect for Custom Tileset Manager (#1771)
- Update meshtastic protobufs to latest version (#1782)
- New hardware models: WISMESH_TAP_V2, RAK3401, RAK6421, THINKNODE_M4, THINKNODE_M6, MESHSTICK_1262, TBEAM_1_WATT, T5_S3_EPAPER_PRO
- New modem preset: LONG_TURBO
- New PortNums: ALERT_APP, KEY_VERIFICATION_APP, STORE_FORWARD_PLUSPLUS_APP, NODE_STATUS_APP, RETICULUM_TUNNEL_APP, CAYENNE_APP
Bug Fixes
- Preserve all config fields when saving in desktop setup (#1781) - fixes #1770
- Reduce CPU usage on mobile by optimizing status timer (#1778) - fixes #1769
- Fix node popup positioning when sidebar is expanded (#1776) - fixes #1768
- Handle single quotes and env vars in script test arguments (#1772)
- Use raw values for sats_in_view telemetry instead of averaging (#1767)
- Show info modal for Channel Database virtual channels (#1765)
Documentation
- Add FAQ entry for emoji fonts in offline deployments (#1779)
Full Changelog: https://github.com/Yeraze/meshmonitor/compare/v3.4.4...v3.4.5
Proxmox LXC Template
This release includes a Proxmox-compatible LXC container template for MeshMonitor.
Installation
- Download the
.tar.gztemplate file - Verify the SHA256 checksum (optional but recommended)
- Upload to your Proxmox server:
scp meshmonitor-*.tar.gz root@proxmox:/var/lib/vz/template/cache/ - Create a new LXC container from the template via Proxmox web UI
- Configure
/etc/meshmonitor/meshmonitor.envwith your Meshtastic node IP - Start the container and access the web UI on port 8080
Documentation
See the Proxmox LXC Deployment Guide for detailed instructions.
Limitations
- Auto-upgrade feature is not supported in LXC deployments
- Manual updates required (download new template for each version)
- Community-supported (Docker remains the primary deployment method)
🚀 MeshMonitor v3.4.5
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.4.5
🧪 Testing
✅ All tests passed
✅ TypeScript checks passed
✅ Docker images built for linux/amd64, linux/arm64, linux/arm/v7
📋 Changes
See commit history for detailed changes.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Yeraze/meshmonitor
All releases →Related context
Related tools
Earlier breaking changes
- v4.7.2 Route `destination` field now rejects non‑8‑hex nodeId or 64‑hex publicKey, returning HTTP 400.
Beta — feedback welcome: [email protected]