Skip to content

cloudray-io/cloudray-agent

Repository files navigation

CloudRay Agent

Licence: MIT Repository

Agent for CloudRay, a server management & monitoring service.

For detailed information and installation instructions please visit the Agent Docs.

Building from Source

Note

These instructions are intended for developers building the agent from source. If you're looking to install the agent, please follow the official installation guide.

  1. Install Rust from https://www.rust-lang.org/tools/install
  2. Clone the repository:
    git clone https://github.com/cloudray-io/cloudray-agent.git
    cd cloudray-agent
  3. Build the agent:
    cargo build --release
  4. To test installing service:
    sudo ./target/release/cloudray-agent install-service --reg-code <REG_CODE>
  5. To run directly:
    ./target/release/cloudray-agent run