github Yeraze/meshmonitor v3.4.6

7 hours ago

What's Changed

Bug Fixes

  • fix: Remote Admin fixed position sends 0,0 coordinates — The Remote Admin handler was passing lat/lon in the position config message, but Config.PositionConfig has no coordinate fields in the protobuf. Coordinates are now correctly sent via a separate set_fixed_position admin message. Also removed an unnecessary 1-second delay between the two messages. (#1793)
  • fix: traceroute history missing bidirectional search on PostgreSQL/MySQLgetTraceroutesByNodes() only searched one direction on non-SQLite backends, missing traceroutes stored in the reverse direction (e.g., via Virtual Node). (#1795)
  • fix: route scripts through Virtual Node to prevent connection conflicts — Resolves #1766. (#1792)
  • fix: handle StatusMessageConfig module type gracefully — Resolves #1764. (#1787)
  • fix: implement route segment queries for PostgreSQL/MySQL backends (#1785)
  • fix: quote PostgreSQL column aliases in packet distribution query (#1784)

UI Improvements

  • ui: move packet distribution time range into chart box (#1786)

Translations

  • Russian, German, French, Spanish, Norwegian Bokmål, Chinese (Simplified) translations updated via Weblate (#1780)

Dependencies

  • Bump @rollup/rollup-linux-arm-gnueabihf to 4.57.1 (#1746)
  • Bump @rollup/rollup-linux-arm64-musl to 4.57.1 (#1743)
  • Bump pg to 8.18.0 (#1744)
  • Bump maplibre-gl to 5.17.0 (#1741)

Issues Resolved

  • #1766 — Testing geotrigger scripts
  • #1764 — 3.4.4 failing to connect to node
  • #1790 — Packet distribution charts not showing TRACEROUTE_APP packets

Full Changelog: v3.4.5...v3.4.6


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

📦 Installation

Docker (recommended):

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

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