SkillAgentSearch skills...

Torrentpier

๐Ÿ‚ TorrentPier. Bull-powered BitTorrent tracker engine

Install / Use

/learn @torrentpier/Torrentpier

README

<p align="center"><a href="https://torrentpier.com"><img src="https://torrentpier.com/styles/default/xenforo/bull-logo.svg" width="400px" alt="TorrentPier" /></a></p> <p align="center"> Bull-powered BitTorrent tracker engine <br/> </p> <p align="center"> <a href="https://github.com/torrentpier/torrentpier/blob/master/LICENSE"><img src="https://img.shields.io/github/license/torrentpier/torrentpier" alt="License"></a> <a href="https://packagist.org/packages/torrentpier/torrentpier"><img src="https://img.shields.io/packagist/stars/torrentpier/torrentpier" alt="Stars Packagist"></a> <a href="https://crowdin.com/project/torrentpier"><img src="https://badges.crowdin.net/torrentpier/localized.svg" alt="Crowdin"></a> <a href="https://nightly.link/torrentpier/torrentpier/workflows/ci/master/TorrentPier-master"><img src="https://img.shields.io/badge/Nightly%20release-gray?logo=hackthebox&logoColor=fff" alt="TorrentPier nightly"></a> <a href="https://packagist.org/packages/torrentpier/torrentpier"><img src="https://img.shields.io/packagist/dt/torrentpier/torrentpier" alt="Downloads"></a> <a href="https://packagist.org/packages/torrentpier/torrentpier"><img src="https://img.shields.io/packagist/v/torrentpier/torrentpier" alt="Version"></a> <a href="https://github.com/torrentpier/torrentpier/releases"><img src="https://img.shields.io/github/release-date/torrentpier/torrentpier" alt="Last release"></a> <img src="https://img.shields.io/github/repo-size/torrentpier/torrentpier" alt="Size"> </p>

๐Ÿ‚ About TorrentPier

TorrentPier โ€” bull-powered BitTorrent tracker engine, written in PHP. High speed, simple modifications, load-balanced architecture. In addition, we have a very helpful official support forum, where it's possible to get support and download modifications for the engine.

๐ŸŒˆ Current status

TorrentPier 3.0 is a complete architectural overhaul of the engine, moving from legacy PHP to modern Laravel-inspired patterns.

Key modernizations in 3.0:

  • DI Container: Illuminate Container with 11 service providers
  • Bootstrap Pipeline: Modular initialization with bootstrappers
  • PSR-7/PSR-15: Modern HTTP stack with middleware architecture
  • Twig Templates: Replacing a legacy styles system
  • Bull CLI: Console commands for all operations
  • Unified Routing: Single entry point with semantic URLs

See the Upgrade Guide for migration details and the documentation for full reference.

โœจ Features

  • Rich forum with browsing/moderation tools
  • High-load capable, heavily configurable announcer
  • Scrape support
  • FreeLeech
  • TorrServer integration support
  • BitTorrent v2 support
  • Event-based invite system
  • Bonus points
  • Polling system
  • PM/DM system
  • Multilingual support (Russian and English are currently fully supported, with others in the future)
  • Atom/RSS feeds
  • ... and so MUCH MORE!

๐Ÿ–ฅ๏ธ Demo

  • URL: https://torrentpier.duckdns.org
  • Username: admin
  • Password: admin

[!NOTE] Demo resets every 24 hours!

๐Ÿ”ง Requirements

  • Apache / nginx (example config) / caddy (example config)
  • MySQL 5.5.3 or above (including MySQL 8.0+) / MariaDB 10.0 or above / Percona
  • PHP: 8.4 / 8.5
  • PHP Extensions: mysqli, mbstring, gd, bcmath, intl, tidy (optional), xml, xmlwriter
  • Crontab (Recommended)

๐Ÿ’พ Installation

For detailed installation instructions, see our Installation Guide.

Quick start:

git clone https://github.com/torrentpier/torrentpier.git
cd torrentpier
composer install
php bull app:install

For Docker setup, see the Docker documentation.

[!TIP] The php bull app:install wizard handles all configuration: environment setup, database creation, migrations, and permissions.

After installation:

  1. Log in using admin/admin credentials
  2. Change your password immediately
  3. Configure the site via admin panel

๐Ÿ” Security vulnerabilities

If you discover a security vulnerability within TorrentPier, please follow our security policy, so we can address it promptly.

๐Ÿงช Testing

TorrentPier includes a comprehensive testing suite built with Pest PHP. Run tests to ensure code quality and system reliability:

# Run all tests
./vendor/bin/pest

# Run with coverage
./vendor/bin/pest --coverage

For detailed testing documentation, see tests/README.md.

๐Ÿ“ฆ Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

๐Ÿ“– License

This project is licensed under the MIT License - see the LICENSE file for details.

View on GitHub
GitHub Stars340
CategoryDevelopment
Updated1d ago
Forks86

Languages

PHP

Security Score

100/100

Audited on Mar 31, 2026

No findings