my-server-status-api
my-server-status-api copied to clipboard
REST API that provides realtime info about your server's hardware.
REST API that provides system information
My Server Status application repository
My Server Status works thanks to Systeminformation, a Node.js library that exposes hardware status and specifications.
⚠️ PROJECT DISCONTINUED ⚠️
This project is discontinued and won't receive more updates. If you are looking for a server monitoring API, I recommend you checking out Status.
How to deploy
How to develop
⚠️ The API requires root access on Windows and Linux ⚠️
- Clone this repository.
- The recommended Node.js version is
v16.19.1. - Run
npm install. - The API by default starts on port 3000. If you want to use another port, create a .env file and declare there the
PORTvariable with the desired port. - Run
npm run devto start the API.
Created by JGeek00