https://github.com/tankibaj/utorrent
A self-hosted remote uTorrent web UI client in docker.
https://github.com/tankibaj/utorrent
docker docker-compose utorrent-server utorrent-server-webui
Last synced: 8 days ago
JSON representation
A self-hosted remote uTorrent web UI client in docker.
- Host: GitHub
- URL: https://github.com/tankibaj/utorrent
- Owner: tankibaj
- Created: 2021-02-19T23:31:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T15:46:57.000Z (over 4 years ago)
- Last Synced: 2025-02-17T21:36:49.325Z (8 months ago)
- Topics: docker, docker-compose, utorrent-server, utorrent-server-webui
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/tankibaj/utorrent-server)
### Prerequisites
- [Docker Engine](https://docs.docker.com/engine/install/)
- [Manage Docker as a non-root user for Linux](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)
- [Docker Compose](https://docs.docker.com/compose/install/) (Optional: only required if you want to run with docker-compose)### Build
```bash
docker build -t utorrent:latest .
```### Run
```bash
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](https://docs.docker.com/compose/). In that case skip previous build and run steps.
```bash
docker-compose up -d
```### uTorrent WebUI login
`URL`: your_server_ip:8080
`User`: admin
`Password`: leave blank