ABOUT
A complete task scheduler and server monitoring system with workflow automation, multi-server management, real-time monitoring, and a built-in satellite agent (xySat) for running jobs on remote servers.
infoA local xySat satellite is started automatically alongside the conductor, allowing jobs to run on this server right away.
infoThe WebSocket port 5523 is used for secure wss:// connections. Port 5522 serves the web interface and ws:// connections.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM8 GB disk
Config path/opt/xyops/conf/config.json
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/xyops.sh'; sha='7aa6e7c89363bab8ab8b73bdbb87d234178c99181e580405118b5f1389644b6c'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/xyops.shSHA-256 7aa6e7c89363bab8ab8b73bdbb87d234178c99181e580405118b5f1389644b6c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.