Skip to content

Releases: eloravpn/EloraVPNManager

Release Version 1.0.0

05 Nov 11:26
Compare
Choose a tag to compare

Release v1.0.0 of Elora VPN Manager Backend

Quick Setup

  1. Download and extract:

    unzip elora-vpn-backend.zip
  2. Download the installation script:

    wget https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh
    chmod +x install.sh
  3. Run installation:

    # For production
    sudo ./install.sh --domain your-domain.com --protocol https
    
    # For local development
    sudo ./install.sh

Service Management

# Check status
sudo systemctl status elora-vpn

# View logs
sudo journalctl -u elora-vpn -f

Release Version 0.2.0

04 Nov 20:59
Compare
Choose a tag to compare

Release v0.2.0 of Elora VPN Manager Backend

Quick Setup

  1. Download and extract:

    unzip elora-vpn-backend.zip
  2. Download the installation script:

    wget https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh
    chmod +x install.sh
  3. Run installation:

    # For production
    sudo ./install.sh --domain your-domain.com --protocol https
    
    # For local development
    sudo ./install.sh

Service Management

# Check status
sudo systemctl status elora-vpn

# View logs
sudo journalctl -u elora-vpn -f

Release Version 0.1.1

04 Nov 16:50
Compare
Choose a tag to compare
Release Version 0.1.1 Pre-release
Pre-release

Release v0.1.1 of Elora VPN Manager Backend

Quick Setup

  1. Download and extract:

    unzip elora-vpn-backend.zip
  2. Download the installation script:

    wget https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh
    chmod +x install.sh
  3. Run installation:

    # For production
    sudo ./install.sh --domain your-domain.com --protocol https
    
    # For local development
    sudo ./install.sh

Service Management

# Check status
sudo systemctl status elora-vpn

# View logs
sudo journalctl -u elora-vpn -f

Release Version 0.1.0

04 Nov 16:37
3edc234
Compare
Choose a tag to compare
Release Version 0.1.0 Pre-release
Pre-release

Release v0.1.0 of Elora VPN Manager Backend

Quick Setup

  1. Download and extract:

    unzip elora-vpn-backend.zip
  2. Download the installation script:

    wget https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh
    chmod +x install.sh
  3. Run installation:

    # For production
    sudo ./install.sh --domain your-domain.com --protocol https
    
    # For local development
    sudo ./install.sh

Service Management

# Check status
sudo systemctl status elora-vpn

# View logs
sudo journalctl -u elora-vpn -f