Skip to content

Release Version 1.3.5

Latest
Compare
Choose a tag to compare
@eloravpn eloravpn released this 16 Dec 17:17
· 1 commit to main since this release

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.