Skip to content

Telegram bot for managing panel with unique capabilities.

Notifications You must be signed in to change notification settings

erfjab/holderbot

Repository files navigation

Server Setup

1. Update the Server

sudo apt update && sudo apt upgrade -y

2. Install Docker

curl -fsSL https://get.docker.com | sh

Download and Configure

1. Create Directory and Download Files

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

docker compose pull

2. Start the Bot

docker compose up -d

3. Verify Bot Status

docker compose ps

Update the Bot

docker compose pull && docker compose up -d

Manage the Bot

  • Restart:

    docker compose restart
  • Stop:

    docker compose down
  • Logs:

    docker compose logs -f

Support

Telegram: @ErfJabs

⭐ Star the project:
Stargazers