Skip to content

Releases: eloravpn/EloraVPNManager

Release Version 1.4.0

06 Jan 20:07
06fd651
Compare
Choose a tag to compare

Release v1.4.0 of Elora VPN Manager Backend

What's Changed

  • Implement Payment Account management and resolve some bugs by @eloravpn in #70
  • Fix bugs account management by @eloravpn in #72

Full Changelog: v1.3.6...v1.4.0

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

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.4.0-rc1

03 Jan 19:58
90c99ba
Compare
Choose a tag to compare
Pre-release

Release v1.4.0-rc1 of Elora VPN Manager Backend

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

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.3.6

20 Dec 11:16
Compare
Choose a tag to compare

Release v1.3.6 of Elora VPN Manager Backend

🐛 Bug Fixes

Full Changelog: v1.3.5...v1.3.6

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

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.3.5

16 Dec 17:17
Compare
Choose a tag to compare

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.

Release Version 1.3.5-rc2

13 Dec 15:06
Compare
Choose a tag to compare
Pre-release

Release v1.3.5-rc2 of Elora VPN Manager Backend

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

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.3.5-rc1

13 Dec 14:34
2552876
Compare
Choose a tag to compare
Pre-release

Release v1.3.5-rc1 of Elora VPN Manager Backend

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

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.3.4

09 Dec 07:42
Compare
Choose a tag to compare

Release v1.3.4 of Elora VPN Manager Backend

Full Changelog: v1.3.3...v1.3.4

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

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.3.3

06 Dec 19:32
Compare
Choose a tag to compare

Release v1.3.3 of Elora VPN Manager Backend

Full Changelog: v1.3.2...v1.3.3

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

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.3.2

06 Dec 18:56
Compare
Choose a tag to compare

Release v1.3.2 of Elora VPN Manager Backend

Full Changelog: v1.3.1...v1.3.2

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

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.3.1

30 Nov 19:40
ef887c5
Compare
Choose a tag to compare

Release v1.3.1 of Elora VPN Manager Backend

What's Changed

  • Add more important settings to Web-UI to manage better and easiest by @eloravpn in #53

Full Changelog: 1.3.0...v1.3.1

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

For more installation options and documentation, please visit our GitHub repository.