Best Torrent Client For Ubuntu 16 04
Quick tutorial for beginners how to install μTorrent (uTorrent) in Ubuntu 16.04, by setting up μTorrent server in Ubuntu so you can easily access and control your BitTorrent downloading any where (over LAN or internet) using a web browser.
1. Download μTorrent for Ubuntu:
I would try a different torrent this doesn't appear to be Ubuntu related – kalenpw Dec 24 '16 at 23:36 I tried a few other torrents and none of them seem to start downloading. It reads Downloading metadata from 0 peers (0% done) There are many seeders for this over 2000. Sep 30, 2017 I n this article we are going to learn How to install Ktorrent best torrent client in ubuntu 16.04. Ktorrent is an open source torrent client application provided by K Desktop Environment (KDE) used to download files from internet from torrent servers/websites. Jul 13, 2017 Introduction. I n this article we are going to discuss on How to install qbittorrent Linux torrent client application in ubuntu 16.04. Qbttorrent is an open source application is used to download peer to peer files which are shared on internet. Qbittorrent is a alternative application of Bittorrent and Utorrent.

The latest packages in Linux download page are said for Ubuntu 13.04, however, it works on all current Ubuntu releases including Ubuntu 16.04:
Best Ubuntu Torrent Client
Top 5 Bit Torrent Clients for Ubuntu Users: – Transmission: – Transmission is a default file of Ubuntu. It is one of bit torrent that installed automatically on Ubuntu. Simplest and easy to use interface has torrent clients at large. It is available in GTK version for arch. Open the torrent file in any web browser and select a folder to. How To install Ktorrent In Ubuntu 16.04 By Niawati Carania.com matori.pe.hu https://www.facebook.com/ubuntux/.
For Ubuntu server, grab the package via wget command:
Download utserver for 32-bit system:
Download utserver for 64-bit system:
Best Torrent Client For Ubuntu
2. Install uTorrent sever to /opt/, and create symlink
Open terminal (Ctrl+Alt+T) or login to Ubuntu server, and run command to extract the downloaded server to /opt/:
For Ubuntu Desktop user who downloaded uTorrent server package using a web browser, you may replace the command with:
Then you may change the ownership via command:
And finally create a symlink to the executable via command:
3. Install the required libssl
library via command:
4. Finally start uTorrent server:
Login μTorrent web client:
Open a web browser and go to http://server-ip-address:8080/gui or http://yourdomain.com:8080 to get into the login screen. (get you ip via ifconfig
command).
For the first login, type admin as username and leave the password box empty.
- username: admin
- password: none
Once you’re in, go to Settings -> Web UI to change username and password, remote access IPs. And you may enable Remote Access to allow remote access from anywhere on the internet.
Transmission is one of the most widely used bittorrent client that most linux servers and seedboxes use. This guide will show you how to install this software on your own linux server, instead of paying a company a premium to set this up for you. There are few very simple steps on setting this up properly, please follow the guide accordingly and you will have no problems getting this set up and running.
Depending on your version of Ubuntu, you may or may not have the python-software-properties package installed so let’s install that first, if it says that it is already installed great. No harm done by running the command anyways.
sudo apt-get install python-software-properties
Now to add the transmission to the apt repo issue this command
Cyberlink powerdirector 12 crack only. sudo add-apt-repository ppa:transmissionbt/ppa
Now that we added the transmissionbt to the repo we need to update the package list.
sudo apt-get update
If your server successfully updated the package list you may want to upgrade your server although this is not necessary to the installation of this program.
sudo apt-get upgrade -y
Now that your server is fully up to date let’s start the installation of transmission.
sudo apt-get install transmission-cli transmission-common transmission-daemon
Now lets create some folders for transmission to download to. You can name these any how you want, but for ease sake let’s just use these.
mkdir ~/Downloads
mkdir ~/Downloads/Completed
mkdir ~/Downloads/Incomplete
mkdir ~/Downloads/Torrents
The Completed folder will keep all of the torrents that have completed downloading. The Incomplete folder will hold all the files that are not finished downloading or are in the process of downloading. The torrents folder will be able to hold all the torrent files that we want to be download, so transmission will scan this folder to add new torrent files. This may be better for people that do not have web-brower access.
When files are downloaded transmission gives ownership of the files to the transmission group so we need to add our group to the transmission group. Replace the bold username with your actual username.
sudo usermod -a -G debian-transmission username
sudo chgrp -R debian-transmission /home/username/Downloads
sudo chmod -R 775 /home/username/Downloads
Now let’s edit your transmission config file, before we open the file we need to shut down transmission because it will overwrite your file as soon as you save it.
sudo /etc/init.d/transmission-daemon stop
Now let’s edit the configuration file. I prefer to use nano since it is more user friendly then compared to use VI but you can use either.
sudo nano /etc/transmission-daemon/settings.json
You can go and edit the configuration file to the way you like, but here are some of the basic edits that you should do.
“download-dir”: “/home/username/Downloads/Complete”,
“incomplete-dir”: “/home/username/Downloads/Incomplete”,
“incomplete-dir-enabled”: true,
“rpc-authentication-required”: false,
“rpc-whitelist-enabled”: false
Also add your watch directory to the end of the file, but just before the closing bracket “}”
“watch-dir”: “/home/username/Downloads/Torrents”,
“watch-dir-enabled”: true
Once you have changed what you like, you now should start the transmission daemon again.
sudo /etc/init.d/transmission-daemon start

You are all set! Transmission daemon is fully installed. Head over to your server IP:9091 to access your web Ui.
Although I do recommend changing your port to 8080 if you have nothing occupying it since most firewalls will block port 9091.