└── README.md /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Awesome Marzban 3 | 4 | ## Содержание 5 | 1. [Основное](#Основное) 6 | 2. [Бекап](#Бекап) 7 | - [Бекап панели](#Бекап-панели) 8 | - [Бекап логов](#Бекап-логов) 9 | 3. [Миграция](#Миграция) 10 | 4. [Ограничение пользователей](#Ограничение-пользователей) 11 | 5. [Шаблоны подписок](#Шаблоны-подписок) 12 | 6. [Сканеры SNI](#Сканеры-SNI) 13 | 7. [Скрипты теста скорости, проверки доступности](#Скрипты-теста-скорости-проверки-доступности) 14 | 8. [API](#API) 15 | 9. [Коммерция/боты](#Коммерцияботы) 16 | 10. [Управление пользователями](#Управление-пользователями) 17 | 11. [Аналитика/мониторинг](#Аналитикамониторинг) 18 | 12. [Генераторы inbound'ов](#Генераторы-inboundов) 19 | 13. [Автоматизация](#Автоматизация) 20 | 14. [Другие утилиты](#Другие-утилиты) 21 | 22 | ## Основное 23 | - [Блок о прокси](https://marzban.dev/) 24 | - [GitHub Marzban](https://github.com/Gozargah/Marzban) 25 | - [Документация Marzban на русском](https://marzban-docs.sm1ky.com) 26 | - [Группа Marzban в Telegram](https://t.me/gozargah_marzban) 27 | 28 | ## Бекап 29 | ### Бекап панели 30 | - [Backuper](https://github.com/erfjab/Backuper) 31 | - [Marzban backup (Telegram)](https://github.com/jomertix/marzban-tools/tree/master/backup/marzban) 32 | - [Marzban backup (rclone)](https://github.com/ElitraProject/marzban-backup) 33 | - [Marzban backup (Telegram, Discord)](https://github.com/M03ED/Marzban_Backup) 34 | - [AC-Lover](https://github.com/AC-Lover/backup) 35 | - [Marzban backup (логи + панель)](https://github.com/terbyn/Marzban_logs_backupTG) 36 | 37 | ### Бекап логов 38 | - [Logs backup (Telegram)](https://github.com/jomertix/marzban-tools/tree/master/backup/logs) 39 | - [Marzban backup (логи + панель)](https://github.com/terbyn/Marzban_logs_backupTG) 40 | 41 | ## Миграция 42 | - [X-UI -> Marzban](https://github.com/ItsAML/X-Ui-to-Marzban) 43 | - [Hiddify -> Marzban](https://github.com/ItsAML/Hiddify-To-Marzban) 44 | - [SQLite -> MySQL](https://github.com/mobinalipour/marzban-to-mysql) 45 | 46 | ## Ограничение пользователей 47 | - [V2IpLimit](https://github.com/houshmand-2005/V2IpLimit) - при достижении лимита подключений блокируется аккаунт 48 | - [luIP-marzban (UFW)](https://github.com/sm1ky/luIP-marzban) - при достижении лимита блокируются только новые подключения 49 | - [luIP-marzban (iptables)](https://github.com/mmdzov/luIP-marzban) - при достижении лимита блокируются только новые подключения. Устаревший проект, не рекомендуется к использованию на проде 50 | 51 | ## Шаблоны подписок 52 | - [Minimalistic Sub Page](https://github.com/jomertix/marzban-tools/tree/master/subscription) 53 | - [Marzbanify Template](https://github.com/dermv/marzbanify-template) 54 | - [x0sina sub](https://github.com/x0sina/marzban-sub) 55 | - [marzban-sub-ru](https://github.com/DigneZzZ/marzban-sub-ru) 56 | - [Clash](https://github.com/mahanmi/iran-clash-example) 57 | - [Sing-box](https://github.com/oXIIIo/marzban-template) 58 | - [marzban-custom-home](https://github.com/LibernetDigital/marzban-custom-home) 59 | - [confluence-marzban-home](https://github.com/sm1ky/confluence-marzban-home) 60 | - [marzban-sub](https://github.com/sm1ky/marzban-sub) 61 | 62 | ## Сканеры SNI 63 | - [RealiTLScanner](https://github.com/XTLS/RealiTLScanner) 64 | - [SNI-Finder (TLS 1.3, HTTP/2 with TLS Ping)](https://github.com/v-kamerdinerov/SNI-Finder) 65 | - [SNI-Checker (TLS 1.3, HTTP/2)](https://github.com/jomertix/SNI-Checker) 66 | - [SNI-Checker (only TLS 1.3)](https://github.com/ElitraProject/SNI-Checker) 67 | 68 | ## Скрипты теста скорости, проверки доступности 69 | Тест доступности сервисов на сервере: 70 | ```bash 71 | bash <(curl -L -s https://bench.openode.xyz/checker.sh) 72 | ``` 73 | Тест для проверки Instagram: 74 | ```bash 75 | bash <(curl -L -s https://bench.openode.xyz/checker_inst.sh) 76 | ``` 77 | Бенчмарк скорости: 78 | ```bash 79 | wget -qO - bench.sh | bash 80 | ``` 81 | Бенчмарк скорости (регионы России): 82 | ```bash 83 | wget -qO- https://raw.githubusercontent.com/jomertix/server-scripts/refs/heads/master/speedtest/countries/speedtest_ru.sh | bash 84 | ``` 85 | Тест доступности сервисов (Stream Platforms & Game Regions): 86 | ```bash 87 | bash <(curl -L -s https://git.io/JRw8R) -E en -M 4 88 | ``` 89 | Проверка блокировки IP зарубежными сервисами 90 | ```bash 91 | bash <(curl -Ls IP.Check.Place) -l en 92 | ``` 93 | 94 | ### Другие скрипты 95 | Смена ядра Xray: 96 | ```bash 97 | bash <(wget -qO- https://raw.githubusercontent.com/DigneZzZ/marzban_core_change/main/core.sh) 98 | ``` 99 | Проверка системы на совместимость с Xanmod BBR3: 100 | ```bash 101 | wget -qO- https://cdn.sm1ky.pl/s/9qFbTF3MKr9W2o3/download | awk -f - 102 | ``` 103 | Автоматическая установка Xanmod BBR3: 104 | ```bash 105 | bash <(curl -fsSL https://cdn.sm1ky.pl/s/FGdCjrpHbQ5Rq3b/download) 106 | ``` 107 | 108 | Другие скрипты смотрите [здесь](https://github.com/Gozargah/Marzban-scripts/) 109 | 110 | ## API 111 | - [marzpy](https://github.com/mewhrzad/marzpy) 112 | - [marzban-api-client](https://github.com/oXIIIo/marzban-api-client) 113 | - [marzban](https://github.com/sm1ky/marzban_api) 114 | - [aiomarzban](https://github.com/P1nk-L0rD/aiomarzban) 115 | - [MarzJS](https://github.com/maniwrld/marzjs) 116 | - [marzban-sdk](https://www.npmjs.com/package/marzban-sdk?activeTab=readme) (TypeScript) 117 | 118 | ## Коммерция/боты 119 | - [marzban-shop](https://github.com/gunsh1p/marzban-shop) 120 | - [SHM](https://github.com/danuk/shm) 121 | - [botmirzapanel](https://github.com/mahdiMGF2/botmirzapanel) 122 | 123 | ## Управление пользователями 124 | - [MarzbanExpiredUserRemover](https://github.com/ItsAML/MarzbanExpiredUserRemover) 125 | - [Marzban_Inbound_Updater](https://github.com/M03ED/Marzban_Inbound_Updater) 126 | - [Marzban_Flow_Select](https://github.com/M03ED/Marzban_Flow_Select) 127 | - [holderbot](https://github.com/erfjab/holderbot) 128 | 129 | ## Аналитика/мониторинг 130 | - [xray-checker](https://github.com/kutovoys/xray-checker) 131 | - [marzban-node-monitor](https://github.com/sm1ky/marzban-node-monitor) 132 | - [marzban_sqlite_streamlit](https://github.com/lifeindarkside/marzban_sqlite_streamlit) 133 | - [marzban-grafana-pannel](https://github.com/lifeindarkside/marzban-grafana-pannel) 134 | - [marzban-exporter](https://github.com/kutovoys/marzban-exporter) 135 | 136 | ## Генераторы inbound'ов 137 | - [MarzbanInboundGenerator](https://azavaxhuman.github.io/MarzbanInboundGenerator/v2) 138 | - [Marzban-Reality-Generator](https://azavaxhuman.github.io/Marzban-Reality-Generator) 139 | 140 | ## Автоматизация 141 | - [marzban-haproxy-ansible](https://github.com/v-kamerdinerov/marzban-haproxy-ansible) - набор Ansible ролей для автоматической настройки Marzban. 142 | 143 | ## Другие утилиты 144 | - [xray-torrent-blocker](https://github.com/kutovoys/xray-torrent-blocker) 145 | --------------------------------------------------------------------------------