v1.0.2 - Live Peers, Data Persistence, and Health Checks
Conduit Manager v1.0.2
This is a major update focusing on visibility, data persistence, and stability. 🚀
🌟 New Features
- 🌍 Live Peer Traffic Map (Option 9): Visualize exactly where your traffic is going! This new dashboard shows real-time bandwidth usage broken down by country, including active peer counts and cumulative data.
- 💾 Backup & Restore: You can now securely backup your Node Identity Key (
conduit_key.json). This allows you to move servers or reinstall without losing your reputation and network presence. - 🩺 Health Checks: Added a comprehensive
conduit healthcommand to diagnose Docker issues, network connectivity, and container status.
🔄 Changes & Improvements
- Robust Stats Streaming: Reverted the live stats mechanism (Option 2) to use direct log streaming. This ensures 100% compatibility across all VPS providers, fixing issues where stats would show as "0".
- Simplified Updates: Removed the strict SHA256 image digest verification. This ensures you always pull the latest functioning image without the installer acting as a blocker during upstream updates.
❤️ Special Thanks
A huge thank you to @moghtaderi for their incredible work on this release. They contributed the core logic for the Live Peer Traffic map, the Backup/Restore system, and helped refine the health checks. This update wouldn't be possible without their pull request and dedication!
📥 How to Update
You do not need to uninstall. Simply run the installer again to update your management script:
curl -sL https://raw.githubusercontent.com/SamNet-dev/conduit-manager/main/conduit.sh | sudo bash