A dashboard where your servers stats can be seen
- Real-time system statistics
- Support for multiple servers
- User-friendly dashboard
- Responsive design
- Easy setup
- Node.js (version 14 or higher)
- NPM (version 7 or higher)
There are two directories frontend
and backend
.
You need to move the frontend
directory to the place where you want to host the panel and backend
to be placed in the servers you want to get stats for
Now go frontend file there you will get .env
file, JUST OPEN IT, you will know what to do there
Now copy paste following in respective directories
echo "[=] Running Frontend Setup" && npm i > /dev/null && npm run build > /dev/null && echo "[+] Great! Frontend Setup Done"
echo "[=] Running Backend Setup" && npm i > /dev/null && echo "[+] Great! Frontend Setup Done"
npm run start
node infoserver.js