hiddifypanel to create multi proxy using xray mtproxy and others
From source:
git clone https://github.com/hiddify/HiddifyPanel hiddifypanel
cd hiddifypanel
make install
From pypi:
pip install hiddifypanel
This application has a CLI interface that extends the Flask CLI.
Just run:
$ hiddifypanel
or
$ python -m hiddifypanel
To see the help message and usage instructions.
hiddifypanel init-db # run once
echo localhost:9000/$(hiddifypanel admin-path)
hiddifypanel run
Note: You can also use
flask run
to run the application.