Skip to content

Release Version 1.4.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@eloravpn eloravpn released this 03 Jan 19:58
· 1 commit to main since this release
90c99ba

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.