As in a dashboard for all devices
Unfortunately the demo pc does not have a GPU but you can still check out the demo at https://demo.dashball.dualzit.nl
Dashball is not one of those cloud monitoring software.
We create a webserver with all the information you need to remotely check in on your system.
There are multiple ways to install and run Dashball
Download dashball.exe from the latest release and run it.
Windows will give some security warnings that you need to ignore
curl -s -L dualzit.nl/install_dashball.sh | sudo bash
Default the website is at localhost:8080
if you don't have already you need to install golang For Ubuntu/Debian
sudo apt update
sudo apt install golang
or for red-hat based distro's
sudo yum update
sudo yum install golang
download the zip file or clone using
git clone https://github.com/DualzIT/Dashball.git
go to the dashball/src directory
cd dashball/src
And run dashball.go using go
sudo go run dashball.go
for windows you can uninstall Dashball using either the normal windows settings or with appwiz.cpl