Ubuntu Server 22.04
https://ubuntu.com/download/server
List of Commands for Uptime Kuma
Install Nodejs and NPM
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
Install Uptime Kuma
sudo apt install git
git clone https://github.com/louislam/uptime-ku...
cd uptime-kuma
npm run setup
Start Uptime Kumar with Pm2
sudo npm install pm2 -g && pm2 install pm2-logrotate
pm2 start server/server.js --name uptime-kuma
pm2 startup
Web Access
server’s IP address and port 3001