An open API service indexing awesome lists of open source software.

https://github.com/marzneshin/marznode

Yet another vpn backend manager
https://github.com/marzneshin/marznode

hysteria hysteria2 marzneshin marzneshin-marznode xray-core

Last synced: 6 months ago
JSON representation

Yet another vpn backend manager

Awesome Lists containing this project

README

          

Marznode
---------
Just a fork of Marzban-node.

- [X] xray-core
- [X] hysteria
- [X] sing-box

## Setup Guide for Development
Python versions older than 3.12 are not supported.

Setup python virtual environment
```sh
python -m venv .venv/
source .venv/bin/activate
```

Install the requirements

```sh
pip install -r requirements.txt
```

Configure the node. you should provide the correct path to your xray binary and your xray config file.

```sh
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:

```sh
python marznode.py
```