Campbell

Members
  • Posts

    1
  • Joined

  • Last visited

Campbell's Achievements

New User

New User (1/3)

  1. I've been beating my head against the wall for 2 days straight trying to get this to work. I've performed a fresh installation of btsync. From what I can read, after the install, the webui should be available immediately after install so that it can be configured further. However, I can't get it to show up at all. Here is my config: { "storage_path" : "/var/lib/btsync/", "vendor": "tuxpoldo", "display_new_version": false, "disk_low_priority" : true, "lan_encrypt_data" : true, "rate_limit_local_peers" : false, "folder_rescan_interval" : 600, "folder_defaults.delete_to_trash" : true, "folder_defaults.use_dht" : false, "folder_defaults.use_lan_broadcast" : true, "folder_defaults.use_relay" : true, "folder_defaults.use_tracker" : true, "folder_defaults.known_hosts" : "", "webui" : { "directory_root" : "/home/rtorrent/btsync", "listen" : "0.0.0.0:8888", "force_https" : false, "ssl_certificate" : "/etc/btsync/debconf-default.crt", "ssl_private_key" : "/etc/btsync/debconf-default.key" } } I do have some weird errors in sync.log: [20160808 13:58:39.652] total physical memory 536870912 max disk cache 2097152 [20160808 13:58:39.653] Using IP address 127.0.0.2 [20160808 13:58:39.655] Loading config file version 2.0.93 [20160808 13:58:39.655] My PeerID: 1099EC3D946C79DD30A8BC5F7AB749FDBB9D16D7 [20160808 13:58:43.878] UPnP: Could not map UPnP Port on this pass, retrying. [20160808 13:58:48.883] UPnP: Could not map UPnP Port on this pass, retrying. [20160808 13:58:51.887] NAT-PMP: Unable to map port with NAT-PMP. [20160808 13:58:53.888] UPnP: Could not map UPnP Port on this pass, retrying. [20160808 13:58:58.894] UPnP: Unable to map port 127.0.0.2:18213 with UPnP. I suspect the problem is where it says it is using IP address 127.0.0.2, but I have no idea why it would do that. This application is installed on a headless VPS running Ubuntu 14.04 x64.