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

General support for problems installing or using Deluge
Post Reply
zemiudo
New User
New User
Posts: 2
Joined: Mon Dec 01, 2014 12:18 pm

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

Post 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 6449 times
greetz.
Last edited by zemiudo on Mon Dec 01, 2014 3:25 pm, edited 2 times in total.
zemiudo
New User
New User
Posts: 2
Joined: Mon Dec 01, 2014 12:18 pm

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

Post 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.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

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

Post by Cas »

Looks like your actual issue was this: http://forum.deluge-torrent.org/viewtop ... 77#p214877
Post Reply