Page 1 of 1

[Solved] Install deluged + deluge web-ui on ubuntu-server

Posted: Mon Dec 01, 2014 12:53 pm
by zemiudo
hello people,

I need your help to solve the problem of configuration problem.

I followed this link http://dev.deluge-torrent.org/wiki/User ... aemonSetup to install deluged.

I installed deluge, deluged and delube-webui.

When I acess interface web via browser I view that daemon server is connect at window pop-up, but when I close this pop-up, in the left of status bar appears not connect.

When I kill processes correspondent deluge (deluged and deluge-web), I lost configurations parameters of the preferences.

anyone can help me?

if is possible i can to enable remote session on team viewer.
printscreen
printscreen
problema.jpg (85.34 KiB) Viewed 7135 times
greetz.

Re: Problem to install thin client deluged + deluge web-ui

Posted: Mon Dec 01, 2014 2:28 pm
by zemiudo
Problem solved.

I needed to create a file in /var/lib/deluge/.config/deluge/hostlist.conf.1.2

Code: Select all

{
  "file": 1,
  "format": 1
}{
  "hosts": [
    [
      "ee83779bfb4fba9fe84adeef225b4ssssssssss",
      "localhost",
      58846,
      "deluge",
      "choose_your_password_to_enter_web_interface"
    ]
  ]
}
this id ee83779bfb4fba9fe84adeef225b4ssssssssss I found in /home/user_account/deluge/.configs/hostlist.conf.1.2

Code: Select all

{
  "file": 1,
  "format": 1
}{
  "hosts": [
    [
      "ee83779bfb4fba9fe84adeef225b4ssssssssss",
      "127.0.0.1",
      58846,
      "",
      ""
    ]
  ]
}
after this I reboot machine it's been worked...

several hours lost in this problem :(, but I like very much this thin client torrent.

Re: [Solved] Install deluged + deluge web-ui on ubuntu-serve

Posted: Thu Aug 20, 2015 10:24 pm
by Cas
Looks like your actual issue was this: http://forum.deluge-torrent.org/viewtop ... 77#p214877