Skip to content

This is the data collector that gets your system's state and sends it to the backend

License

Notifications You must be signed in to change notification settings

jacuniadev/Reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation





Xornet Reporter

This is the data collector that gets your system's state and sends it to the backend, it can also be used as a pure system stat inspector without needing to connect it to Xornet

⚡ Installation

  1. Go on Xornet and click the + button and copy the generated token
  2. Run the installation script for your platform as noted below

🐧 Linux

curl https://raw.githubusercontent.com/xornet-cloud/Reporter/main/scripts/install.sh | sudo bash

🏢 Windows

Scoop

  1. Set execution policies so you can install scoop
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  1. Install scoop (if you haven't already)
iwr -useb get.scoop.sh | iex
  1. Install Xornet Reporter (with admin for no popups)
scoop install "https://raw.githubusercontent.com/xornet-cloud/Reporter/main/scripts/xornet-reporter.json"

🌐 OpenWRT

This script updates an existing installation of Xornet Reporter. It will not work if you have not already installed Xornet Reporter.

wget https://raw.githubusercontent.com/xornet-cloud/Reporter/main/scripts/update-mipsel.sh -O /tmp/update-mipsel.sh && chmod +x /tmp/update-mipsel.sh && /tmp/update-mipsel.sh && rm /tmp/update-mipsel.sh

About

This is the data collector that gets your system's state and sends it to the backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 77.0%
  • Shell 23.0%