🔄️ Run Resilio Sync without system privileges. (No root permission)
Find a file
2026-04-27 10:36:01 +00:00
.gitignore Init: first commit 2023-06-23 01:05:10 +09:00
force-stop.sh Init: first commit 2023-06-23 01:05:10 +09:00
LICENSE Initial commit 2023-06-23 00:57:27 +09:00
README.md Create README.md 2023-06-23 01:14:37 +09:00
setup.sh Update download link for Resilio Sync binary in setup.sh 2026-04-27 10:35:33 +00:00
start.sh Init: first commit 2023-06-23 01:05:10 +09:00
stop-schedule.sh Change file permissions for stop-schedule.sh to make it executable 2026-04-27 10:35:28 +00:00
stop.sh Init: first commit 2023-06-23 01:05:10 +09:00
user_config.json Update web UI listen port in user_config.json to 7001 2026-04-27 10:36:01 +00:00

ResilioSync_Unprivileged

🔄 Run Resilio Sync without system privileges. (No root permission)

How to use

# This will download Resilio Sync binary from
#  - https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz
# and extract in current work dir
# and create "./storage" dir which save rslsync database and runtime files
./setup.sh

# Check your config file (default webui https port is 8888)
nano user_config.json

# Start daemon
./start.sh

# Stop daemon
./stop.sh

# Force stop daemon
./force-stop.sh

Disclamer

This repository's script is under MIT license, but the associated Resilio Sync items are under their license.