github Yeraze/meshmonitor v2.21.3

13 hours ago

What's Changed

Features

  • Custom Tile Servers: Add "Test" button to verify tile server connectivity and compatibility (#1123, closes #1095)
    • Tests server connectivity with response time
    • Detects raster vs vector tile types
    • Validates OpenMapTiles schema compatibility for vector tiles
    • Clear error messages for CORS and network issues

Bug Fixes

  • Channels: Implement three-tier encryption indicator - red (unencrypted), yellow (default key), green (unique key) (#1122, closes #1120)
  • Admin: Improve remote session passkey handling and fix favorite/ignore commands (#1119)
  • Desktop: Strip Windows extended-length path prefix for Node.js compatibility (#1118, closes #1105)
  • Desktop: Fix macOS app icon (was empty) and add Gatekeeper documentation (#1124)

Translations

  • Russian: Add 177 new translation keys covering admin commands, security scanner, audit log, toast notifications, and more (#1125)

Documentation

  • Add Desktop Apps (Windows/macOS) to README deployment options (#1126)
  • Add macOS Gatekeeper workaround instructions to FAQ

Full Changelog: v2.21.2...v2.21.3


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

๐Ÿ“ฆ Installation

Docker (recommended):

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

๐Ÿงช 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.