patach

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by patach

  1. I wanted to get Sync working on my Raspberry Pi, and used this guide to help me: https://www.resilio.com/blog/sync-wd-raspberry-pi I was able to get the web Gui to work so I could access the sync with Windows, but it wouldn't grant me access to any of the folders I wanted to sync. Using a different guide on this forum, I edited my config file to be this: { "listening_port" : 0, "storage_path" : "/home/pi/data/.syncsystem", "pid_file" : "/home/pi/data/.syncsystem/btsync.pid", "use_upnp" : true, "download_limit" : 0, "upload_limit" : 0, "delete_folder_from_disk" : true, "folder_defaults.delete_to_trash" : true, "webui" : { "directory_root" : [ "/home/pi/share", "shares" ] "listen" : "0.0.0.0:8888", }, "vendor" : "PiDrive", "display_new_version": false } After a reload, the web gui was gone, and this showed up instead: I reinstalled the btsync service, deleted it (and installed again), rebooted several times, and tried to play around with the config, and I could never get back to the web gui that I had originally. It seems not even the Raspberry Pi itself can reach it, and I wonder if it's even on. I'm still fairly new to the Pi, if anybody have any suggestions to solve this, let me know.