Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erfjab/holderbot
Telegram bot for managing the Marzban panel with unique capabilities.
https://github.com/erfjab/holderbot
bot free holderbot marzban marzban-api-python open-source project-x pyrogram pyrogram-bot python3 telegram telegram-bot v2rayn v2rayng
Last synced: 5 days ago
JSON representation
Telegram bot for managing the Marzban panel with unique capabilities.
- Host: GitHub
- URL: https://github.com/erfjab/holderbot
- Owner: erfjab
- Created: 2024-01-03T20:31:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-09T15:56:31.000Z (about 1 month ago)
- Last Synced: 2025-01-01T06:02:46.478Z (12 days ago)
- Topics: bot, free, holderbot, marzban, marzban-api-python, open-source, project-x, pyrogram, pyrogram-bot, python3, telegram, telegram-bot, v2rayn, v2rayng
- Language: Python
- Homepage: https://t.me/Erfjabs
- Size: 164 KB
- Stars: 258
- Watchers: 5
- Forks: 64
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-freedom - Holderbot
- awesome-freedom - Holderbot
README
### Server Setup
#### 1. Update the Server
```bash
sudo apt update && sudo apt upgrade -y
```#### 2. Install Docker
```bash
curl -fsSL https://get.docker.com | sh
```---
### Download and Configure
#### 1. Create Directory and Download Files
```bash
mkdir -p /opt/erfjab/holderbot/data
curl -o /opt/erfjab/holderbot/docker-compose.yml https://raw.githubusercontent.com/erfjab/holderbot/master/docker-compose.yml
cd /opt/erfjab/holderbot
curl -o .env https://raw.githubusercontent.com/erfjab/holderbot/master/.env.example
nano .env
```---
### Run the Bot
#### 1. Pull Docker Image
```bash
docker compose pull
```#### 2. Start the Bot
```bash
docker compose up -d
```#### 3. Verify Bot Status
```bash
docker compose ps
```---
### Update the Bot
```bash
docker compose pull && docker compose up -d
```---
### Manage the Bot
- Restart:
```bash
docker compose restart
```- Stop:
```bash
docker compose down
```- Logs:
```bash
docker compose logs -f
```---
### Support
Telegram: [@ErfJabs](https://t.me/ErfJabs)⭐ Star the project:
[![Stargazers](https://starchart.cc/erfjab/holderbot.svg?variant=adaptive)](https://starchart.cc/erfjab/holderbot)