EloraVPNManager
EloraVPNManager copied to clipboard
A central solution to manage accounts in a Cluster enviroment of VPN Servers.
Elora VPN Manager
A central solution to manage accounts in a Cluster enviroment of VPN Servers.
Overview
By this application you can manage multi x-ui host and multi inbounds.
all accounts that created in panel, automatically created and managed in all hosts and inbounds.
you have a telgram bot for users to view thier accounts sub scription url and used traffic.
a simple order workfllow for new customers are avialable in telgram bot.
Contact US in Telegram
Supported:
Features
- Web based panel Manage users and accounts
- Web based panel to manage hosts, inbounds, inbound configs
- Telegram Bot for Users
Screen shots
Web panel
Telegram Bot
How to install
Requirements
python3 and pip3 installed on your system.
Clone the repository
git clone https://github.com/eloravpn/EloraVPNManager.git && cd EloraVPNManager
Configuration
You can create a .env file and override all configurations in src/config.py.
also you can use .env.example file as an exmaple.
Database
Set users name, password and DB name on bellow proprt in .env file:
SQLALCHEMY_DATABASE_URL="postgresql+psycopg2://postgres:123456@localhost:5432/eloravpn"
Admin username and password
Default sudoer username and password is admin.
The environment varaibles is SUDO_USERNAME and SUDO_PASSWORD
We strongly recomended to use postgresql as your database
Note: if you want to use
sqliteas your database, you can commentpsycopg2==2.9.6line inrequirements.txt
For Ubuntu 20 and 22: install
libpq-devbyapt install libpq-dev
pip3 install -r requirements.txt && alembic upgrade head && python3 main.py
Install Web Pannel
Follow the Readme in Elora VPN Manager Panel