Sync without using webui


Rostyslav

Recommended Posts

Hello folks,

 

I've just started introduction with resilio sync.

I'm interesting in using such utility without webui at all. I have my laptop and VM both they are running on ubuntu x64.

I've already installed this utility, generated secret and distributed config among both instances. But couldn't start to sync.

It works well when I configured it trough webui. Here is my config below:

```

{
  "device_name": "ubuntu server",
  "listening_port" : 8888,
  "storage_path" : "/home/rossardy/sync/",
  "pid_file" : "/var/run/resilio-sync/sync.pid",
  "check_for_updates" : false,
  "use_upnp" : false,
  "download_limit" : 0,
  "upload_limit" : 0,
  "webui" : {
    "login" : "rossardy",
    "password" : "some_pass"
  },
  "shared_folders" :
  [
    {
      "secret" : "ANGAHRXFWUCB26EHFFSKS3R7FFEAPQWB2",
      "dir" : "/home/rossardy/sync/data/",
      "use_relay_server" : false,
      "use_tracker" : false,
      "use_dht" : false,
      "search_lan" : false,
      "use_sync_trash" : false,
      "known_hosts" :
      [
        "192.168.100.201:8888"
      ]
    }
  ]
}```

Maybe I missed something in confing file? Please advise.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.