Manage your torrent server from anywhere via Telegram
Torrents:
Categories
View:
Search:
The telegram bot token (here is a tutorial)
Docker and Docker compose installed and running on the server.
Run the container with docker-compose
Variable Name
Description
QBIT_HOST
The host (IP) of the qBitTorrent server.
QBIT_PORT
The port of the qBitTorrent server.
QBIT_USERAME
The username of the qBitTorrent server.
QBIT_PASS
The password of the qBitTorrent server.
TELEGRAM_TOKEN
The token of the telegram bot.
ADMINS
The telegram usernames of the admins (separeted by commas).
Using DockerHub image (recommended)
version: ' 3.8'
services:
qbittelegram:
container_name: qBitTelegram
image: lalogo/qbittelegram:latest
environment:
- QBIT_HOST=127.0.0.1
- QBIT_PORT=8080
- QBIT_USERAME=admin
- QBIT_PASS=admin
- TELEGRAM_TOKEN=XXXXXXXXX:XXXXXXXXXXXXXX
- ADMINS=admin1,admin2
restart: unless-stopped
git clone
cd qBitTelegram
docker-compose up -d
Go to the BotFather chat.
Send the command /setcommands
.
Choose the bot.
Write:
torrents - All torrents
torrents_downloading - Downloading torrents
categories - List of categories