LinuxCommandLibrary

rtorrent

TLDR

Add a torrent or magnet link

$ rtorrent torrent_or_magnet
copy
Start the download
$ Ctrl+s
copy
View details about downloading torrent
$ Right Arrow
copy
Close rtorrent safely
$ Ctrl+q
copy

SYNOPSIS

rtorrent [options] [torrent|magnet]

DESCRIPTION

rtorrent is a text-based BitTorrent client that runs in the terminal. It provides torrent downloading with a curses-based interface for monitoring and managing downloads.
Use keyboard shortcuts to control downloads: Ctrl+s to start, Ctrl+d to stop, Ctrl+q to quit safely.

CAVEATS

Configuration via ~/.rtorrent.rc file. Requires proper port forwarding for optimal speeds. Support for magnet links requires DHT enabled.

HISTORY

Written in C++ as a high-performance console BitTorrent client. Popular for headless servers and scripted environments.

SEE ALSO

Copied to clipboard