Skip to content

Yet another vpn backend manager

Notifications You must be signed in to change notification settings

SXaika/marznode

 
 

Repository files navigation

Marznode

Just a fork of Marzban-node.

  • xray-core
  • hysteria
  • 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

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%