An open source command line RatioMaster with an optional WebUI.
100K+
https://github.com/anthonyraymond/joal
This is the server application with an webui.
| Client | Support | Comment | Client | Support | Comment | |
|---|---|---|---|---|---|---|
| BitComet | ![]() | Will never be ! | Transmission | ![]() | ||
| BitTorrent | ![]() | µTorrent | ![]() | |||
| Deluge | ![]() | Vuze Azureus | ![]() | |||
| qBittorrent | ![]() | Vuze Leap | ![]() | |||
| rTorrent | ![]() |

Pull image docker
docker pull s8n02/joal
and run this command without forgetting to change the following items :
docker run -d \
-p <your_port>:9000 \
-e _JAVA_OPTIONS='-Djava.net.preferIPv6Addresses=true' \
-v <your_folder>:/joal/torrents/ \
--name="joal" s8n02/joal \
--joal-conf="/joal" \
--spring.main.web-environment=true \
--server.port="9000" \
--joal.ui.path.prefix="<your_prefix>" \
--joal.ui.secret-token="<your_password>"
To go to the site enter the following address in your browser: http://your_domain:your_port/your_prefix/ui/
as soon as you arrive on the site click on "Change connection settings" on the top left to configure the connection and then enjoy ;)
| Client | Support | Comment |
|---|---|---|
![]() | ![]() | |
![]() | ![]() | |
![]() | ![]() | |
![]() | ![]() | Lack of referrer-policy & No support for WebSocket |
![]() | ![]() | Lack of referrer-policy |
![]() | ![]() | Lack of referrer-policy |
![]() | ![]() | Not enough space to explain... |
Some non-supported browser might works, but they may be unsafe due to the lack of support for referrer-policy.
This project use a modified version of the awesome mpetazzoni/ttorrent library. Thanks to mpetazzoni for this. Also this project has benefited from the help of several peoples, see Thanks.md
Content type
Image
Digest
Size
134.9 MB
Last updated
about 8 years ago
docker pull s8n02/joal