P2P 同步工具 resilio-rsync 使用

下载地址: https://www.resilio.com/platforms/desktop/

安装

Windows

根据提示安装程序
安装完成之后使用浏览器打开:

http://localhost:8443

由于使用的是自签名证书 ,浏览器会有警告,忽略之。

连接到服务器之后,提供用户名和密码就可以使用了

Linux

手动安装:

https://help.resilio.com/hc/en-us/articles/206178924

配置

配置文件地址:

/etc/resilio-sync/config.json

在服务器上安装并使用 Nginx 管理界面

启动

sudo systemctl start resilio-sync

之后在浏览器中打开: localhost:8888

端口

Connect Agent

    Connecting to the tracker server for automatic peer discovery (by default tracker runs on same machine where Management Console runs):
    TCP and UDP, port 3000

    Direct connection to transfer data and listen for incoming connections:
    TCP and UDP port 3839

    Peer discovery in LAN
    Multicast UDP 239.192.0.0 over port 3838

    Automatic port mapping over UPnP and NAT-PMP
    UDP multicast to 239.255.255.250 port 1900
    UDP unicast to default gateway port 5351

Connect Management Console

    Listening TCP port 8445 to receive file operations events from clients

    Listening TCP port 8444 for connecting clients and distributing new policies

    Listening TCP port 8443 for connecting administrators and providing WebUI of the Management Console

Tracker server

    Listening TCP and UDP port 3000 to help Agents find each other

posted @ 2019-01-11 17:40  风在山路吹  阅读(1658)  评论(0)    收藏  举报