Release v1.3.5 of Elora VPN Manager Backend
✨ New Features & Improvements
🔒 Simplified SSL Configuration
SSL setup now directly through the panel interface
No more manual .env file editing needed
Quick and secure certificate management
View SSL Setup Guide
🌐 IPv6 Support Added
Full IPv6 compatibility
Easy activation through panel settings
Improved network accessibility
View IPv6 Configuration Guide
📊 Version Indicator
New version display in panel
Easily track your installation version
Better update management
🐛 Bug Fixes
Various stability improvements
Enhanced system reliability
Better overall performance
📥 Update now to access these new features!
Full Changelog: v1.3.4...v1.3.5
Quick Installation
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash
Custom Installation
# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
--domain your-domain.com \
--port 8080
Updating
To update the application, use one of these commands:
# Update to latest version
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- --update
# Update to specific version
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- --update --version v1.2.3
- Restart the service
For more installation options and documentation, please visit our GitHub repository.