Skip to content
GitHub

Resilio Sync


A fast, reliable, and simple file sync and share solution, powered by P2P technology.

Download newest installer from Resilio.com

Download newest release from Resilio.com

sudo dpkg -i <resilio-sync.deb>

If you want the Resilio Sync Service to listen on another interface, edit /etc/resilio-sync/config.json.

http://localhost:8888
sudo nano /usr/lib/systemd/user/resilio-sync.service

Change:

  • Old: WantedBy=multi-user.target
  • New: WantedBy=default.target
sudo systemctl enable resilio-sync.service

Resilio Sync will run under the rslsync user. To give this user the required access on specific folder(s) you can use ACLs.

sudo apt install acl
sudo setfacl -R -m "u:rslsync:rwx" /var/www/*
systemctl stop resilio-sync.service
sudo rm /var/lib/resilio-sync/settings.dat
sudo rm /var/lib/resilio-sync/settings.dat.old