Server: jp IP: 47.79.146.20 OS: Alibaba Cloud Linux 3 (OpenAnolis) Purpose: Proxy server (X-UI + Xray + Nginx default site) Services: - Nginx (port 80, default site with /var/www/html/ content) - X-UI (port 6688) - Xray (multiple ports: 5200, 8080, 52080, 2001, 5555, 5556, 7701, 41624, 1116, 46310, 31977) - Alibaba Cloud Agent (19091, 8999) Key Paths: - /etc/nginx/ - Nginx configs - /var/www/html/ - Default web root - /root/ - Scripts (bbr.sh, hy2.sh, l2tp.sh, nginx.sh, x.sh, etc.) Backup Files: - jp-backup.tar.gz (8.0K) - Contains /etc/nginx/ and /var/www/html/ Note: X-UI and Xray configs are excluded from backup. No databases, no Docker, no custom apps (proxy only). Recovery Steps: 1. Install Nginx: yum install -y nginx 2. Restore configs: tar -xzf jp-backup.tar.gz -C / 3. Restart Nginx: systemctl restart nginx 4. Reinstall X-UI if needed (use scripts in /root/) === 7/31补充 === - jp-root-20260731.tar.gz (2.1M) - /root 全量补漏 (原备份无root, 排除.trae*缓存) - 注: 实际另有 strongSwan + xl2tpd 服务运行中 (README原述仅nginx+x-ui)