Agent for CloudRay, a server management & monitoring service. Learn more at https://cloudray.io.
This agent runs on your server, collects metrics, manages tasks, and communicates with the CloudRay platform.
curl -sSfL https://cloudray.io/install.sh | bash
# Run the cloudray-agent in the background.
# You can find the value of REG_CODE in your CloudRay project at https://cloudray.io
sudo cloudray-agent -d --reg-code <REG_CODE>- Install Rust from https://www.rust-lang.org/tools/install
- Clone the repository:
git clone https://github.com/cloudray-io/cloudray-agent.git cd cloudray-agent - Build the agent:
cargo build
- Run the agent:
RUST_LOG=debug cargo run -- --reg-code <REG_CODE>