Release Version 0.1.1
Pre-release
Pre-release
eloravpn
released this
04 Nov 16:50
·
11 commits
to add-github-action
since this release
Release v0.1.1 of Elora VPN Manager Backend
Quick Setup
-
Download and extract:
unzip elora-vpn-backend.zip
-
Download the installation script:
wget https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh chmod +x install.sh
-
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