Posts

Showing posts from December, 2019

Installing Sync Package On Linux without root access

# on Linux server  cd ~ wget https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz mkdir -p ~/.local/bin && cd ~/.local/bin  tar -xf ~/resilio-sync_x64.tar.gz  ./rslsync --w ebui.listen 0.0.0.0:8888 #on local machine access URL  http://YOUR remotehost IP or Name:8888/gui/ #ARM VPS wget https://download-cdn.resilio.com/stable/linux-arm64/resilio-sync_arm64.tar.gz -4