What's Changed
✨ New Features
- Remote Admin Discovery Scanner - Scan your mesh network to discover nodes that support remote administration (#1577)
- News Popup Feature - Add announcements and news notifications for users (#1571)
- Tri-state Channel Permissions - More granular control over channel-based permissions (#1569)
- Retrieve Device Metadata Button - Added to Remote Admin page for easier device management (#1564)
🐛 Bug Fixes
- PostgreSQL/MySQL Device Backups - Fixed device backup functionality on PostgreSQL and MySQL backends (#1580) - Closes #1575
- Security Config Keys - Preserve public/private keys when updating security configuration (#1573)
- PostgreSQL Position Overrides - Added PostgreSQL/MySQL support for position override methods (#1566)
- Neighbor Info Display - Fixed neighbor info display and stale data cleanup in Messages tab (#1562)
🌐 Translations
Full Changelog: v3.1.1...v3.2.0
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 v3.2.0
📦 Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.2.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.