Posted: . At: 6:50 PM. This was 11 years ago. Post ID: 6150
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

How to install µTorrent Server on Linux Mint 15.

This is a relatively painless process if you follow this tutorial. Note that I am using a 64bit operating system.

First off; download the µtorrent client here: http://www.utorrent.com/downloads/linux.

If it is in the ~/Downloads folder then type:

tar -xvf utorrent-server-3.0-ubuntu-10.10-27079.tar.gz

Install the required libssl component.

sudo apt-get install libssl0.9.8

to enable the SSL components of the server to function.

If you are still missing the LibSSL library; then run this command.

sudo apt-get install libssl0.9.8:i386

this will install the 32bit version of the libraries that are needed to run µtorrent.

Then navigate to the directory containing the µtorrent binary.

cd utorrent-server-v3_0/

And then type

./utserver

to start the server.

Then, open a browser and enter this URL to open the interface:

http://127.0.0.1:8080/gui/

the username is admin and the password is blank.

This is what the torrent client should look like when you access the GUI.

The torrent client running on Linux Mint 15.
The torrent client running on Linux Mint 15.

This is not too painful an enterprise after all. The µtorrent server works well on Linux Mint 15 and is a good way to download your torrents.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.