Skip to content

Installation

Connect to the instance with ssh:

ssh debian@<IP_ADDRESS>

Upgrade the server and install the dependencies:

sudo apt update && apt upgrade -y
sudo apt install -y git curl
curl -sL https://deb.nodesource.com/setup_16.x | sudo bash -
sudo apt update
sudo apt install -y nodejs
sudo npm install pm2 -g

Get the Uptime Kuma project:

git clone https://github.com/louislam/uptime-kuma.git

Start the installation:

cd uptime-kuma
npm run setup
sudo pm2 start server/server.js --name uptime-kuma
sudo pm2 startup

Connexion

You just have to connect to the address : http://<IP_ADDRESS>:3001

Uptime-Kuma.png