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
- Go on Xornet and click the + button and copy the generated token
- Run the installation script for your platform as noted below
curl https://raw.githubusercontent.com/otiskujawa/Reporter/main/scripts/install.sh | sudo bash
- Set execution policies so you can install scoop
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
- Install scoop (if you haven't already)
iwr -useb get.scoop.sh | iex
- Install Xornet Reporter (with admin for no popups)
scoop install "https://raw.githubusercontent.com/otiskujawa/Reporter/main/scripts/xornet-reporter.json"
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