Cette page est affichée en anglais. Une traduction française est en cours.
ConfigsMay 10, 2026·2 min de lecture

Cloud Torrent — Self-Hosted Remote Torrent Client

Lightweight web-based torrent client that downloads files on your server and lets you stream or retrieve them over HTTP.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Stage only · 17/100Stage only
Surface agent
Tout agent MCP/CLI
Type
CLI Tool
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Cloud Torrent Overview
Commande CLI universelle
npx tokrepo install b1c1e843-4c28-11f1-9bc6-00163e2b0d79

Introduction

Cloud Torrent is a self-hosted, web-based torrent client written in Go. It runs on your server and provides a browser-based interface for adding magnet links or torrent files, downloading content server-side, and then streaming or transferring the files over HTTP.

What Cloud Torrent Does

  • Downloads torrents on your server via a clean web interface
  • Streams completed files directly in the browser over HTTP
  • Accepts magnet links and .torrent file uploads
  • Provides a built-in file manager for browsing downloaded content
  • Runs as a single binary with no external dependencies

Architecture Overview

Cloud Torrent is a single Go binary embedding both the torrent engine and the web server. It uses the anacrolix/torrent library for BitTorrent protocol handling and serves a React-based frontend. Downloaded files are written to a configurable directory and served over HTTP with range-request support for streaming.

Self-Hosting & Configuration

  • Deploy as a single binary or via the official Docker image
  • Configure the download directory and listening port via CLI flags
  • Set optional authentication with username and password flags
  • Place behind a reverse proxy with HTTPS for secure remote access
  • Adjust concurrent download limits and connection settings via the web UI

Key Features

  • Zero-dependency single binary deployment
  • In-browser file streaming with HTTP range support
  • Real-time download progress and peer statistics
  • Search integration for finding torrents by keyword
  • RSS feed support for automated torrent downloads

Comparison with Similar Tools

  • Transmission — traditional torrent client with web UI; Cloud Torrent adds HTTP file streaming
  • qBittorrent — feature-rich desktop client; Cloud Torrent is lighter and server-first
  • Deluge — Python-based client with plugin system; Cloud Torrent is a single Go binary
  • ruTorrent — web frontend for rTorrent; Cloud Torrent is self-contained without rTorrent dependency

FAQ

Q: Can I password-protect the web interface? A: Yes, pass --auth user:password when starting the binary or set the AUTH environment variable.

Q: Does Cloud Torrent support magnet links? A: Yes, paste any magnet link into the web UI to start downloading immediately.

Q: Can I stream video files before the download completes? A: Yes, Cloud Torrent prioritizes sequential downloading and serves files via HTTP with range requests.

Q: What are the system requirements? A: Cloud Torrent runs on minimal hardware. A VPS with 512 MB RAM is sufficient for typical use.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires