There are 2 ways to configure your Resilio Agents to connect to your local Tracker Server:
Option 1: Using profile
- Open your Connect Server
- Navigate to Settings -> Profiles
- Edit the profile, which you applied to clients you want to use your local Tracker server
- Find "Custom Trackers" parameter
- Put your
IP:port
Tracker there. If you have a few ones, enter each from as a separate line. Note, that by default multiple trackers are working in load balancing mode.
Option 2: Using config file
Before applying sync.conf to a client, add a new section there:
"folder_config" : {
"trackers" :
[
{"addr" : "<IP1:PORT1>"},
{"addr" : "<IP2:PORT2>"}
]
},
You can add mode addr
values if you have more tracker servers. Resilio Connect support IPv6 addresses, so you can use these in config. The correct syntax will be "addr" : "[ip:v6:add:r]:port"
.