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