github Yeraze/meshmonitor v2.20.7
v2.20.7 - Auto-Traceroute Filters & Node Ignore

3 hours ago

What's New

Features

  • Advanced Auto-Traceroute Filtering - Filter nodes for auto-traceroute by channel, role, hardware model, or name regex pattern (#952, closes #944)
  • Russian Language Support - Added Russian (Русский) to available languages (#959, closes #953)
  • Node Ignore Feature - Ignore nodes you don't want to track. Ignored nodes are hidden by default with filter option to show them (#958)

Bug Fixes

  • Remote Node Favorite/Ignored Management - Fixed favorite and ignored status not persisting correctly for remote nodes (#955, closes #950)
  • Map Nodes List Usability - Restored text entry, sorting functionality, and improved mobile usability for map nodes list (#956)
  • Auto-Upgrade Progress Display - Now shows upgrade progress indicator when auto-upgrade is underway (#954)
  • Hop Pluralization & Sidebar Alignment - Fixed grammar for hop counts and improved sidebar layout (#957)
  • MQTT Hop Detection - Corrected MQTT hop detection in traceroute visualization (#948)
  • Release Workflow - Added submodules checkout to release workflow test-suite (#949)

Translations

  • Updated translations from Hosted Weblate (#951)

Documentation

  • Added documentation for Ignored Nodes Filter feature

Full Changelog: v2.20.6...v2.20.7


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 v2.20.7

📦 Installation

Docker (recommended):

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

🧪 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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.