Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 685 Bytes

File metadata and controls

36 lines (26 loc) · 685 Bytes

Marznode

Just a fork of Marzban-node.

  • xray-core
  • hysteria
  • sing-box

Setup Guide for Development

Python versions older than 3.12 are not supported.

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