What's Changed
Features
- Add packet distribution charts to Info page (#1774)
- Make favorite nodes always visible regardless of age (#1775)
- Add tile server autodetect for Custom Tileset Manager (#1771)
- Update meshtastic protobufs to latest version (#1782)
- New hardware models: WISMESH_TAP_V2, RAK3401, RAK6421, THINKNODE_M4, THINKNODE_M6, MESHSTICK_1262, TBEAM_1_WATT, T5_S3_EPAPER_PRO
- New modem preset: LONG_TURBO
- New PortNums: ALERT_APP, KEY_VERIFICATION_APP, STORE_FORWARD_PLUSPLUS_APP, NODE_STATUS_APP, RETICULUM_TUNNEL_APP, CAYENNE_APP
Bug Fixes
- Preserve all config fields when saving in desktop setup (#1781) - fixes #1770
- Reduce CPU usage on mobile by optimizing status timer (#1778) - fixes #1769
- Fix node popup positioning when sidebar is expanded (#1776) - fixes #1768
- Handle single quotes and env vars in script test arguments (#1772)
- Use raw values for sats_in_view telemetry instead of averaging (#1767)
- Show info modal for Channel Database virtual channels (#1765)
Documentation
- Add FAQ entry for emoji fonts in offline deployments (#1779)
Full Changelog: v3.4.4...v3.4.5
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.4.5
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.4.5๐งช 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.