Skip to content

Yeraze/meshmonitor

v3.3.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 4mo Monitoring & Metrics
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

meshcore meshtastic mqtt

Summary

AI summary

Virtual channels now support per‑user View Map and Read permissions.

Full changelog

What's New in v3.3.0

Features

  • User-specific permissions for virtual channels - Virtual channels now support per-user View Map and Read permissions (#1655)
  • Emoji tapback reactions - Single-emoji replies render as tapback pills instead of full message bubbles (#1660)
  • Sticky/pinned nodes in Messages tab (#1651)

Bug Fixes

  • Fix virtual node channel reset on restart - Rebuild channel config from database instead of cache, preventing Android clients from losing channel names (#1661, #1659, #1567)
  • Fix map zoom with Show Traceroute - Clicking a node with no traceroute now zooms to the node instead of doing nothing (#1662)
  • Fix node deselection on map - Allow deselecting nodes by clicking again in map node list (#1657, #1656)
  • Improve Link Quality charts for sparse data (#1652, #1648)
  • Hide accuracy circles/segments when traceroute is active (#1649)
  • Support shorthand PSKs in Channel Database (#1644, #1642)
  • Preserve disabled channels in database (#1643, #1640)
  • Show correct encryption status in Device Channels view (#1646, #1641)

Other

  • Translations - Russian translation update (#1625)
  • Docs - Added Sky and Sea Alert to user scripts gallery (#1645)
  • Dependencies - Updated recharts, express-session, react-router-dom, i18next, and others

Proxmox LXC Template

This release includes a Proxmox-compatible LXC container template for MeshMonitor.

Installation

  1. Download the .tar.gz template file
  2. Verify the SHA256 checksum (optional but recommended)
  3. Upload to your Proxmox server: scp meshmonitor-*.tar.gz root@proxmox:/var/lib/vz/template/cache/
  4. Create a new LXC container from the template via Proxmox web UI
  5. Configure /etc/meshmonitor/meshmonitor.env with your Meshtastic node IP
  6. 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.3.0

📦 Installation

Docker (recommended):

docker run -d \
  --name meshmonitor \
  -p 8080:3001 \
  -v meshmonitor-data:/data \
  ghcr.io/Yeraze/meshmonitor:3.3.0

🧪 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

Track Yeraze/meshmonitor

Get notified when new releases ship.

Sign up free

About Yeraze/meshmonitor

All releases →

Related context

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]