Skip to content

m0x61h0x64i/marznode

 
 

Repository files navigation

Marznode

Just a fork of Marzban-node.

  • xray-core
  • hysteria
  • wireguard
  • sing-box

Setup Guide

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

About

Yet another vpn backend manager

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%