For those who love uTorrent, however don’t really feel like coping with Wine simply to get it engaged on Linux, there’s one other technique to benefit from the software program. Because it seems, uTorrent does have assist for Linux, within the type of “uTorrent server” which implies you may arrange a uTorrent server on Linux and keep away from utilizing Wine altogether.

uTorrent server works like a whole lot of different torrent server instruments on Linux and permits customers so as to add torrents from any machine on the community by way of an internet browser.

Set up uTorrent Server

The uTorrent server app does have Linux assist, although it solely has downloads obtainable for Debian/Ubuntu techniques. For those who plan to run a uTorrent server on Linux, it’s greatest to put in Ubuntu Server, or to arrange a Debian server, as there look like no plans for Redhat based mostly techniques like CentOS/Suse Enterprise, Fedora Server, Rhel, and so forth.

Observe: in the event you completely should have uTorrent server in your Redhat Linux server system, attempt working the software program anyway. Although the web site says it helps “Debian,” it’s only a Tar archive.

Getting uTorrent server begins out by utilizing the wget obtain instrument. Open up a terminal and seize the latest model of the server software program.

Ubuntu

wget  -O utserver-ubuntu-64bit.tar.gz

or

wget  -O utserver-ubuntu-32bit.tar.gz

Debian

wget  -O utserver-debian-64bit.tar.gz

or

wget  -O utserver-debian-32bit.tar.gz

Extract the server software program into the /choose/ folder on the server’s file system.

sudo mkdir -p /choose/utorrent-server/
sudo tar -zxvf utserver-ubuntu-*.tar.gz -C /choose/utorrent-server/ --strip=1

or

sudo tar -zxvf utserver-debian-*.tar.gz -C /choose/utorrent-server/ --strip=1

This model of uTorrent server is for Ubuntu 13.04, and Debian 7. Nonetheless, it’s going to run on newer variations like Ubuntu server 18.04, and Debian 9. To do that, you’ll want to put in just a few issues. Particularly, LibSSL 1.0. In a terminal, enter the next instructions to get it going.

sudo apt set up libssl1.0.0 libssl-dev

or, for Debian customers:

sudo apt-get set up libssl1.0.0 libssl-dev

Set up uTorrent

Downloading uTorrent server for Linux accommodates just a few issues. Primarily, the core server software program, which is essential to run the app. Along with the server binary, there’s an internet UI part that wants establishing. Fortunately, to arrange the net UI, you’ll solely have to extract some information to a listing. In a terminal, use the cd command and transfer the terminal to the brand new /choose/utorrent-server/ folder in your server. Then acquire root entry to begin the extraction course of.

cd /choose/utorrent-server/
sudo -s

The uTorrent software program package deal has one other archive inside it, that wants extracting. To extract it, run unzip.

unzip webui.zip

Begin tuTorrent Server

With the uTorrent Server utility arrange accurately, it’s time to launch it. Open up a terminal and use the CD command to maneuver to the uTorrent server listing.

cd /choose/utorrent-server/

Within the uTorrent server listing, use the chmod command to replace the server app’s permissions and set it to “executable”. It’s essential to replace the permissions of this file, in any other case, the server won’t begin up.

sudo chmod +x utserver

Now that the permissions are arrange accurately, uTorrent server is able to begin up. Within the terminal, execute the utserver file.

sudo ./utserver

Run uTorrent Server In Background

The uTorrent server is working, although it doesn’t have a script to routinely begin it up. Consequently, the admin might want to manually run the utserver command and maintain a terminal open.

Fortunately, it’s potential to arrange uTorrent server to run within the background, with the assistance of a easy script. To arrange the script, open up a terminal and comply with the directions under.

png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAAklEQVR4AewaftIAAABOSURBVI3BMRJAMBQE0P1JdImSDjPufyk1lS78XRqdMd6zbu5Z92j0ClIIcLgMIPHIOStty2o8cSMk4U0TzJIfjj8CfkrDOCnGYPjQlqILPOodlRO29XsAAAAASUVORK5CYII=

First, add the Shebang to the autostart program. Including a Shebang permits Bash and the terminal to know what to do with the script when run.

sudo contact /choose/utorrent-server/utorrent-start

sudo -s 
echo '#!/bin/bash' >> /choose/utorrent-server/utorrent-start
echo '' >> /choose/utorrent-server/utorrent-start

Use the echo command so as to add the automated begin command to the startup script.

sudo -s 

echo 'cd /choose/utorrent-server/' >> /choose/utorrent-server/utorrent-start
echo '' >> /choose/utorrent-server/utorrent-start
echo './utserver &>/dev/null &' >> /choose/utorrent-server/utorrent-start

Replace the permissions of the script and transfer it into place.

sudo chmod +x /choose/utorrent-server/utorrent-start

sudo mv /choose/utorrent-server/utorrent-start /usr/bin

To run uTorrent server, enter the next command.

sudo utorrent-start

Accessing uTorrent Server

Set up is full! Now it’s time to entry the server! Open up a brand new browser tab in your Linux PC, and go to the next web site URL.

Observe: enter “admin” within the username part, and depart “password” clean to log in.


Working uTorrent server in your Ubuntu/Debian desktop? Open an internet browser and go to this URL as an alternative.




Source link

Share.
Leave A Reply

Exit mobile version