It is available for Microsoft Windows and Mac OS X as client software. In Linux, uTorrent is installed as server software that provides a web-based interface for managing downloads. Here are the steps to install uTorrent on Ubuntu 17.10. If you are looking for the best open source alternative to uTorrent, go for qBittorrent.
$ sudo apt-get update
$ sudo apt-get install libssl1.0.0 libssl-dev
$ wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utserver.tar.gz
$ sudo tar -zxvf utserver.tar.gz -C /opt/
Change directory permissions:
$ sudo chmod 777 /opt/utorrent-server-alpha-v3_3/
Create a link to /usr/bin:
$ sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
Start uTorrent Server:
$ utserver -settingspath /opt/utorrent-server-alpha-v3_3/
After running, use the browser to access: http://your-ip-:8080/gui
Username is admin, password is empty:
uTorrent main interface:
Version Information:
The above is the detailed content of Teach you to install uTorrent on Ubuntu. For more information, please follow other related articles on the PHP Chinese website!