Resilio Sync

  • When the resilio-sync task ist running,

    check http://<publicserverip>:8888/gui/


    Otherwise the output of systemctl status resilio-sync would be helpful.


    If other errors should occur, please report them too.

  • Here is the output

  • Is the port in the firewall open to the outside?


    What says netstat -tulpen

  • What does your "sync.conf" file look like? Has this been configured correctly for using the WebUI?


    and please censor your private data in your expenses.

    Ahh i forgot to delete my vserver ip :)


    Here is resilio-conf file under apache2/sites-available

    /etc/resilio-sync

    this is /etc/resilio-sync/user-config.json

    Code
    {
        "storage_path" : "{HOME}/.config/resilio-sync/storage",
        "pid_file" : "{HOME}/.config/resilio-sync/sync.pid",
    
        "webui" :
        {
            "force_https": true,
            "listen" : "127.0.0.1:8888"
        }
    }

    /etc/resilio-sync/config.json

    Code
    {
        "storage_path" : "/var/lib/resilio-sync/",
        "pid_file" : "/var/run/resilio-sync/sync.pid",
    
        "webui" :
        {
            "listen" : "127.0.0.1:8888"
        }
    }
  • How well do you know about the administration, configuration and maintenance of a server in general?


    Your resilio configuration is not really compatible with that of your apache2 and vice versa.


    For example: resilio forced https, apache2 only listens to http @ 127.0.0.1?!


    edit: too late :P