A central solution to manage accounts in a Cluster enviroment of VPN Servers.
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.
- Web based panel Manage users and accounts
- Web based panel to manage hosts, inbounds, inbound configs
- Telegram Bot for Users
python3
and pip3
installed on your system.
git clone https://github.com/eloravpn/EloraVPNManager.git && cd EloraVPNManager
You can create a .env
file and override all configurations in src/config.py
.
also you can use .env.example
file as an exmaple.
Set users name, password and DB name on bellow proprt in .env
file:
SQLALCHEMY_DATABASE_URL="postgresql+psycopg2://postgres:123456@localhost:5432/eloravpn"
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
sqlite
as your database, you can commentpsycopg2==2.9.6
line inrequirements.txt
For Ubuntu 20 and 22: install
libpq-dev
byapt install libpq-dev
pip3 install -r requirements.txt && alembic upgrade head && python3 main.py
Follow the Readme in Elora VPN Manager Panel