[Solved] Web UI unreachable and a few questions

General support for problems installing or using Deluge
Post Reply
Guilo
New User
New User
Posts: 5
Joined: Wed Mar 25, 2009 9:27 pm

[Solved] Web UI unreachable and a few questions

Post by Guilo »

Hello !

I am using deluge 1.1.5 on Linux.

So first, I don't know how to reach the Web UI : http://127.0.0.1:[daemon port] gives mes a blank page.

Any idea ?

Next, I wanted to know if 1.1.5 is still problematic on private trackers (still disabled on the main one I use)

And at last, are there some issues regarding speed with 1.x against 0.5 ?

Thanks a lot for the great work you do on Deluge.
Last edited by Guilo on Thu Mar 26, 2009 1:51 pm, edited 1 time in total.
sympathy
New User
New User
Posts: 7
Joined: Thu Oct 30, 2008 12:39 am

Re: Web UI unreachable and a few questions

Post by sympathy »

So you're trying to access the WebUI from the same machine that the daemon is installed on?
Guilo
New User
New User
Posts: 5
Joined: Wed Mar 25, 2009 9:27 pm

Re: Web UI unreachable and a few questions

Post by Guilo »

Yes : not possible ?
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: Web UI unreachable and a few questions

Post by loki »

You should try http://localhost:8112
I think localhost is not always set as 127.0.0.1, and make sure the webUI is running.
sympathy
New User
New User
Posts: 7
Joined: Thu Oct 30, 2008 12:39 am

Re: Web UI unreachable and a few questions

Post by sympathy »

Guilo wrote: Next, I wanted to know if 1.1.5 is still problematic on private trackers (still disabled on the main one I use)
Basically it's up to the Deluge users to convince private tracker admins that its worthwhile for them to unblock the client. Email the admin and ask him to take it off the block list, also note that past problems with people cheating share ratios using this client are more or less gone, at least just as prevalent as any OSS client.
Guilo wrote: And at last, are there some issues regarding speed with 1.x against 0.5 ?
I've used since 0.5 and the >1.1.0 releases have been better than ever. I haven't experienced any sluggishness on Windows or Linux.
Guilo
New User
New User
Posts: 5
Joined: Wed Mar 25, 2009 9:27 pm

Re: Web UI unreachable and a few questions

Post by Guilo »

Ok thank for your answers.

regarding the Web UI, I do launch deluge -ui web

Next, http://localhost:8112/ doesn't work (unable to reach server). Isn't it possible to set the web ui port ?

Thanks
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Web UI unreachable and a few questions

Post by johnnyg »

Guilo wrote:Ok thank for your answers.

regarding the Web UI, I do launch deluge -ui web

Next, http://localhost:8112/ doesn't work (unable to reach server). Isn't it possible to set the web ui port ?

Thanks
it should be

Code: Select all

deluge -u web
or

Code: Select all

deluge --ui=web
NOT

Code: Select all

deluge -ui web
Guilo
New User
New User
Posts: 5
Joined: Wed Mar 25, 2009 9:27 pm

Re: Web UI unreachable and a few questions

Post by Guilo »

Arf..

Thanks a lot, works mutch better
Post Reply