/xornet-reporter

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

Primary LanguageRustGNU General Public License v3.0GPL-3.0





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/otiskujawa/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/otiskujawa/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/otiskujawa/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