Jump to content

Utorrent sevrer ubuntu installation?


sido1545

Recommended Posts

Here are the few steps which you should follow to dowanload Utorrent in Ubuntu 

 

 step1. cd Downloads

wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz

 step2. extract uTorrent files to the /opt directory.

 

sudo tar xvzf utorrent-server-3.0-25053.tar.gz -C /opt/

step3.  change the permission on uTorrent-server folder.

 

sudo chmod -R 777 /opt/utorrent-server-v3_0/

step4. link uTorrent server to the /user/bin directory.

 

sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver

Last Step:  run the commands below to start uTorrent.

 

utserver -settingspath /opt/utorrent-server-v3_0/

error: in the case of error

 

sudo apt-get install libssl0.9.8:i386

Now that uTorrent server is started, open your web browser (Firefox) and type the address below.

http://localhost:8080/gui/

The username is admin and leave the password field empty. 

 

Hope that works!

 

Here are the few steps which you should follow to dowanload Utorrent in Ubuntu 

 

 step1. cd Downloads

wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz

 step2. extract uTorrent files to the /opt directory.

 

sudo tar xvzf utorrent-server-3.0-25053.tar.gz -C /opt/

step3.  change the permission on uTorrent-server folder.

 

sudo chmod -R 777 /opt/utorrent-server-v3_0/

step4. link uTorrent server to the /user/bin directory.

 

sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver

Last Step:  run the commands below to start uTorrent.

 

utserver -settingspath /opt/utorrent-server-v3_0/

error: in the case of error

 

sudo apt-get install libssl0.9.8:i386

Now that uTorrent server is started, open your web browser (Firefox) and type the address below.

http://localhost:8080/gui/

The username is admin and leave the password field empty. 

 

Hope that works!

thank you just wow!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...