cloudray-agent

Crates.iocloudray-agent
lib.rscloudray-agent
version0.4.0
created_at2025-04-06 12:48:56.466039+00
updated_at2025-07-03 16:55:50.99426+00
descriptionAgent for CloudRay, a server management & monitoring service. Learn more at https://cloudray.io
homepage
repositoryhttps://github.com/cloudray-io/cloudray-agent
max_upload_size
id1622883
size154,854
Vikrant Chaudhary (nasa42)

documentation

README

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
    
Commit count: 35

cargo fmt