Can't access utorrent web UI

User avatar
clinton.hall
Posts: 845
youtube meble na wymiar Warszawa
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Can't access utorrent web UI

Post by clinton.hall »

utorrent's web UI is NOT compatible with Internet Explorer 11
Please try chrome, firefix, safari etc
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
makuletchi
Posts: 1
Joined: Thu Mar 13, 2014 10:39 pm

Re: Can't access utorrent web UI

Post by makuletchi »

Hi Clinton.hall,

I'm having issue accessing utorrent web UI through chrome, firefox and tried in IE as well.

iI just got AS-202TE and installed a HDD on it. uTorrent version is 20140304 and 2.1.1 R3B2.

I have uninstall all the application and just install uTorrent with no luck. Restarted, shut down NAS but nothing works.

Appreciate the help.

Thanks.
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Can't access utorrent web UI

Post by clinton.hall »

do you get any error messages, or just "unable to connect"?

have you modified any other services to be accessible over ports in the ranges 6880-6888?

if you disable other apkg's are you able to access utorrent.

via ssh try

Code: Select all

/usr/local/AppCentral/utorrent/CONTROL/start-stop.sh restart
and post the output here.
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
killi
Posts: 5
Joined: Sun Mar 16, 2014 9:05 am

Re: Can't access utorrent web UI

Post by killi »

same problem here as guy above.

There is no error, just a browser cant connect message.

no other modifications of ports

Get this error when running that restart command from root:

root@Asustor:/volume1/.@root # /usr/local/AppCentral/utorrent/CONTROL/start-stop.sh restart
Shutting down utorrent...
Starting PKG_NAME...
Creating Symbolic links for required utils... Done
Starting utserver daemon...
start-stop-daemon: can't execute '/usr/local/bin/utserver': Permission denied


as a matter of fact, doesnt connect to transmission either.

I am a new user, new 202te box, first time installed with the newest 2.1 beta on first boot.
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Can't access utorrent web UI

Post by clinton.hall »

Can you show the output of the following commands?

Code: Select all

 ls -l /usr/local/bin/utserver
 ls -l /usr/local/AppCentral/utorrent/repository-32/bin/utserver
then can you try the following to see if it now works?

Code: Select all

 chown admin /usr/local/bin/utserver
chmod 777 /usr/local/bin/utserver
chown admin /usr/local/AppCentral/utorrent/repository-32/bin/utserver
cmod 777 /usr/local/AppCentral/utorrent/repository-32/bin/utserver
/usr/local/AppCentral/utorrent/CONTROL/start-stop.sh restart
If this works, i can add these extra checks to the start script, but I'm really surprised this doesn't have execute permissions...
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
killi
Posts: 5
Joined: Sun Mar 16, 2014 9:05 am

Re: Can't access utorrent web UI

Post by killi »

root@Asustor:/volume1/.@root # ls -l /usr/local/bin/utserver
lrwxrwxrwx 1 root root 57 Mar 15 14:36 /usr/local/bin/utserver -> /usr/local/AppCentral/utorrent/repository-32/bin/utserver*

root@Asustor:/volume1/.@root # ls -l /usr/local/AppCentral/utorrent/repository-32/bin/utserver
-rwxrwxrwx 1 admin root 1230800 Oct 15 04:07 /usr/local/AppCentral/utorrent/repository-32/bin/utserver*

then:

root@Asustor:/volume1/.@root # chown admin /usr/local/bin/utserver
root@Asustor:/volume1/.@root # chown admin /usr/local/bin/utserver
root@Asustor:/volume1/.@root # chmod 777 /usr/local/bin/utserver
root@Asustor:/volume1/.@root # chown admin /usr/local/AppCentral/utorrent/repository-32/bin/utserver
root@Asustor:/volume1/.@root # cmod 777 /usr/local/AppCentral/utorrent/repository-32/bin/utserver
-sh: cmod: not found
root@Asustor:/volume1/.@root # chmod 777 /usr/local/AppCentral/utorrent/repository-32/bin/utserver
root@Asustor:/volume1/.@root # /usr/local/AppCentral/utorrent/CONTROL/start-stop.sh restart
Shutting down utorrent...
Starting PKG_NAME...
Creating Symbolic links for required utils... Done
Starting utserver daemon...
start-stop-daemon: can't execute '/usr/local/bin/utserver': Permission denied
root@Asustor:/volume1/.@root #
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Can't access utorrent web UI

Post by clinton.hall »

have you changed the "RUNAS" in the start-stop.sh?

via ssh, can you try

Code: Select all

/usr/local/bin/utserver -usage
and post the output?
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
killi
Posts: 5
Joined: Sun Mar 16, 2014 9:05 am

Re: Can't access utorrent web UI

Post by killi »

in the start-stop.sh file, it says RUN_AS="admin"

here is the output:


root@Asustor:/volume1/.@root # /usr/local/bin/utserver -usage
Locale en_US.UTF-8
330B (30235) 2013-10-14 10:42:53 -0700
Usage: utserver -settingspath -logfile -configfile -pidfile -daemon -usage
settingspath - location of settings directory
logfile - location and name of log file
configfile - location and name of configuration file
pidfile - location and name of file to contain process ID
daemon - run process as a daemon
usage - print this message and exit
root@Asustor:/volume1/.@root #
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Can't access utorrent web UI

Post by clinton.hall »

And if you login as admin and then run that same last command?

Clearly this is executable by root, so now need to see if admin can run it...
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
Auberon2k
Posts: 213
Joined: Sat Aug 31, 2013 12:47 am

Re: Can't access utorrent web UI

Post by Auberon2k »

I'm having similar issues with the WebUI. UT is running, I can still send and manage torrents using a utorrent Chrome plugin, but the WebUI never loads. When I try to hit it I just get a spinning "loading" and never gets anywhere. Any thoughts? I could try pulling and replacing the WebUI.zip i guess?
Post Reply

Return to “uTorrent”