访问 Syncthing
- 打开浏览器,访问:
https://<Server_IP>:8384 - 接受 SSL 警告(自签名证书)。
- 使用以下文件中存储的凭据登录:
/root/.cloudzy-creds.
重要文件与目录
config.xml· Syncthing 配置-
/root/.local/state/syncthing/config.xml - Systemd 服务文件:
[email protected]
管理 Syncthing
启动服务:
systemctl start [email protected]
停止服务
systemctl stop [email protected]
重启服务:
systemctl restart [email protected]
查看实时日志:
journalctl -u [email protected] -f
注意事项
- Syncthing 作为 systemd 服务运行:
[email protected] - 已启用 TLS 以实现安全访问。