Autoconnect web UI to daemon

General support for problems installing or using Deluge
mhertz
Moderator
Moderator
Posts: 2195
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Autoconnect web UI to daemon

Post by mhertz »

It would help to state first if you've followed the previously suggested FAQ entry to the letter...

For your conveinience, and to hopefully lay this thread to rest:
How do I auto-connect to a specific daemon?

Stop the Web UI before modifying the web.conf file.
Edit web.conf in config, find "default_daemon" and set its value to the daemon id in hostlist.conf
e.g. To connect to localhost you would open hostlist.conf as see a snippet such as:
...
"123459d5a5b414159caa1323f6e0c9b240c7abcd",
"localhost",
58846,
...
Use the first entry from hostlist, which is the id and add it to web.conf:
"default_daemon": "123459d5a5b414159caa1323f6e0c9b240c7abcd",
Restart the Web UI.
Edit: Also, v1.3.14 isn't the latest version - v1.3.15 is, though unrelated to this issue I believe.
Locked