a gui for vnstat
- you can make your own themes see how to create a theme
- themes are configurable
- easily installed via npm
- support for both vnstat v1.x and v2.x
- for developes: made in typescript
- mac support
on mac:
brew install node
on linux:
sudo apt-get install nodejs
npm i -g vnstat-ui
vnstat-ui themes install npm:vnstat-ui-default-theme
vnstat-ui start
to run it automatically on startup
on linux:
crontab -e
and add this line
@reboot vnstat-ui start
copyrights AliBasicCoder (c) 2020