Install Transmission on CentOS

Transmission web client

transmission is a torrent client. This come with a web GUI, that make it easy to installed on a remote server with no X-Windows. To install transmission on CentOS server, run yum install -y transmission-daemon transmission-cli Allow Web Access To access transmission web GUI, you need to white list your IP address. To do this, … Read more

Install Transmission torrent client on Ubuntu Server

Transmission web client

To install transmission torrent client on Ubuntu, run apt install transmission-cli transmission-common transmission-daemon Before you can configure transmission-deamon, you need to stop it. service transmission-daemon stop Edit configuration file vi /var/lib/transmission-daemon/info/settings.json Once edited, start transmission-deamon with service transmission-daemon start Settings Password Default user and password is “transmission”. You can modify it by editing config file … Read more

rtorrent

rtorrent is a command line torrent client. https://github.com/rakshasa/rtorrent This can be run from SSH connection/terminal. CTRL + S Start torrent. CTRL + Q Quit torrent. CTRL + D Delete selected torrent. You can use arrow keys to select torrent to delete. Download Magnet Link 1. Press Enter 2. Paste Magnet link. 3. Press Enter.