2025-06-19 18:49:00
github.com
The Bittorrent Tracker made in Elixir
👷♂️This project is a Work In Progress. While not ready for full industrial usage it does work.
There is a testing instance running at extracker.dahrkael.net:6969 with all current features enabled (Live statistics).
Implementation Legend:
🔲 Not Yet 🔰 Partially ✅ Done ❌ Won’t do
- ✅ High performance (uses ALL the available cores, in-memory storage)
- ✅ Low memory usage (~200MB of RAM for each 1.000.000 peers)
- ✅ Zero setup (launch it and it just works)
- ✅ HTTPS support
- ✅ Database backups to disk
- ❌ WebTorrent
- 🔰 Infohash whitelist/blacklist
- 🔰 Peer management (interval enforcement, cleanup, banning, etc)
- 🔰 Metrics
- 🔰 GeoIP support (statistics, peer restrictions)
- Feel free to propose features in the Issues
There are 3 main ways of running ExTracker currently
For this method to work you need to have Erlang and Elixir installed on your system
- Clone the repository:
git clone https://github.com/Dahrkael/ExTracker.git && cd ExTracker
- If needed, modify the configuration in config/runtime.exs to fit your needs
- run
MIX_ENV=prod iex -S mix
Currently there are no official releases built (soon™️). You can however make your own and deploy it where needed:
- Clone the repository:
git clone https://github.com/Dahrkael/ExTracker.git && cd ExTracker
- run
MIX_ENV=prod mix release extracker
for Linux orMIX_ENV=prod mix release extrackerw
for Windows - Find the release files inside the _build/prod/rel/extracker folder (if its a different machine make sure the OS and architecture is the same!)
- Copy the folder to its final destination
- If needed, modify the configuration in releases/{VERSION}/runtime.exs to fit your needs
- Run
bin/extracker start
For this method you can directly run the available docker image: docker run ghcr.io/dahrkael/extracker:latest
or use it as part of docker-compose. Theres an example compose file available.
Note
Since modifying the runtime.exs file to tune the configuration inside the container is not easy you can also configure it using Environment Variables, see the example compose file for the complete list.
Copyright (c) Dahrkael
Distributed under the terms of the Apache License, Version 2.0. Please refer to the LICENSE file in the repository root directory for details.
Keep your files stored safely and securely with the SanDisk 2TB Extreme Portable SSD. With over 69,505 ratings and an impressive 4.6 out of 5 stars, this product has been purchased over 8K+ times in the past month. At only $129.99, this Amazon’s Choice product is a must-have for secure file storage.
Help keep private content private with the included password protection featuring 256-bit AES hardware encryption. Order now for just $129.99 on Amazon!
Help Power Techcratic’s Future – Scan To Support
If Techcratic’s content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether it’s for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. I’m deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.