Uptime Kuma
Requirements
- An AIO server
Tutorial
- To start, run these commands
git clone https://github.com/louislam/uptime-kuma.git
cd uptime-kuma
npm run setup
npm install pm2 -g && pm2 install pm2-logrotate
pm2 start server/server.js --name uptime-kuma
- Then create a file named
.env
and inside it put this text
PORT=insert-server-port
Note: Make sure both servers are running when going through this process.
Note:
Thank you to caliwyr and krazykleb for creating this guide on the support channel.
Source: UptimeKuma GitHub