Just a fork of Marzban-node.
- xray-core
- hysteria
- wireguard
- sing-box
Setup python virtual environment
python -m venv .venv/
source .venv/bin/activate
Install the requirements
pip install -r requirements.txt
Configure the node. you should provide the correct path to your xray binary and your xray config file.
cp .env.example .env
Set your certificate for the node by saving the certificate in a file and providing address of the certificate
file using CLIENT_SSL_CERT
. And then execute and start the node:
python marznode.py