Changes between Version 154 and Version 155 of Faq


Ignore:
Timestamp:
01/24/2014 07:11:39 PM (10 years ago)
Author:
Cas
Comment:

Update setting default webui daemon

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v154 v155  
    385385 
    386386 1. Stop the Web UI 
    387  1. Edit web.conf, find "default_daemon" and set its value to the daemon & port you want to auto-connect to.[[br]] 
    388     e.g. to connect to 127.0.0.1 (localhost) on port 58846, you would have something like this: 
    389 {{{ 
    390 "default_daemon": "127.0.0.1:58846", 
     387 1. Edit `web.conf`, find "default_daemon" and set its value to the daemon `id` in `hostlist.conf`[[br]] 
     388    e.g. to connect to localhost you would open hostlist.conf as see a snippet like this: 
     389{{{ 
     390... 
     391      "123459d5a5b414159caa1323f6e0c9b240c7abcd", 
     392      "localhost", 
     393      58846, 
     394... 
     395}}} 
     396 use the first entry, which is the `id` and add it to `web.conf` 
     397{{{ 
     398"default_daemon": "123459d5a5b414159caa1323f6e0c9b240c7abcd", 
    391399}}} 
    392400 1. Restart the Web UI