In this video we will host uptime kuma on windows
-----------------------
Links
-----------------------
Git : https://git-scm.com/download/win
Node.js : https://nodejs.org/dist/v18.17.0/node...
PM2 : https://pm2.keymetrics.io/
-----------------------
Commands
-----------------------
Update your npm to the latest version
npm install npm -g
git clone https://github.com/louislam/uptime-ku...
cd uptime-kuma
npm run setup
Option 1. Try it
node server/server.js
(Recommended) Option 2. Run in background using PM2
Install PM2 if you don't have it:
npm install pm2 -g && pm2 install pm2-logrotate
Start Server
pm2 start server/server.js --name uptime-kuma