How to install µTorrent (uTorrent) in Ubuntu 20.04
µTorrent provides clients for Windows and macOS X, however it is installed as a server in Ubuntu Linux and provides a web UI for managing downloads.
This quick guide shows how to install and set up µTorrent torrent client in Ubuntu 20.04 LTS.
1. Install dependency libraries
Open Terminal from the system apps menu or by pressing Ctrl + Alt + T on your keyboard. Once it opens, run the command to install libssl-dev :
sudo apt install libssl-dev The libssl1.0.0 package is also required. It has been removed from universe archive since Ubuntu 19.10. To resolve the issue, download from the Ubuntu 18.04 repository:
Then click install package through the 'Open with Software Install' context menu option .
2. Download and install uTorrent
Step 1: You need to download µTorrent Server for Ubuntu 13.04 64-bit through the linked page here or by running the command in Terminal:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-x64-ubuntu-13-04 -O utserver.tar.gz
Step 2: Then extract to / opt / directory for general use:
sudo tar -zxvf utserver.tar.gz -C /opt/ If you downloaded the package through your browser's website, you can run:
sudo tar -zxvf ~/Downloads/utserver.tar.gz -C /opt/ Step 3: Create a link to the executable:
sudo ln -s /opt/utorrent-server-*/utserver /usr/bin/utserver Step 4: Finally, start the µTorrent server by running the command:
utserver -settingspath /opt/utorrent-server-*/ &
3. Start µTorrent web client
Once the server has started successfully, you can access the web UI by going to:
http://localhost:8080/gui Or http:/// server_ip: 8080.gui from any device on the same local network. And log in with:
- User name: admin
- Password: Leave blank
Discover more
Ubuntu Ubuntu 20.04 µTorrentShare by
Micah SotoYou should read it
- How to install Putty SSH Client on Ubuntu 20.04 LTS
- Download uTorrent 3.5.5.45798
- Instructions on how to install Ubuntu on VirtualBox virtual machine
- Instructions to install Ubuntu directly from the hard drive
- How to install Hyper Terminal in Ubuntu 20.04
- The Quiet Details That Make a Sports Betting Platform Feel Reliable
- Instructions on creating toy set images with ChatGPT AI
- How are AI agents changing the journalism industry?
- Top 5 best TP-Link routers today
- How to use Spotify in PC game on Windows 10
- How to install MySQL Workbench Community Edition on Windows 10