manacit

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by manacit

  1. I think the secret here lies in the configuration file, you have something like this:

    "webui" :

    {

    "listen" : "0.0.0.0:8888",

    0.0.0.0 would indicate it's listening on all of the addresses present, and something like 127.0.0.1:8888 would be localhost only, etc. If you're using the default configuration, it should be 0.0.0.0, but I would check anyway.