Skip to content

A self-hosted remote uTorrent web UI client in docker.

Notifications You must be signed in to change notification settings

tankibaj/uTorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uTorrent is the world most popular BitTorrent client. It’s available to the Ubuntu server with webUI. I have containerized the uTorrent web UI client using docker.

If yout want to setup uTorrent Web UI client directly on your Ubuntu VPS server please follow my another Github repository: utorrent-server

Prerequisites

Build

docker build -t utorrent:latest .

Run

docker run -d \
    -p 8080:8080 \
    -p 6881:6881 \
    -p 6881:6881/udp \
    -v $(pwd)/downloads:/torrent/downloads \
    -v $(pwd)/torrentfiles:/torrent/torrentfiles \
    utorrent:latest

Run - Docker Compose

You can also build and run container by using Docker Compose. In that case skip previous build and run steps.

docker-compose up -d

uTorrent WebUI login

URL: your_server_ip:8080

User: admin

Password: leave blank

About

A self-hosted remote uTorrent web UI client in docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published