Below are the steps to install Uptime Kuma in Alma Linux 10.1. This is Docker based solution and very easy to install.
# dnf update -y # dnf install -y dnf-utils # dnf config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo # dnf install -y docker-ce docker-ce-cli containerd.io # dnf install -y podman # podman run -d --name uptime-kuma -p 3001:3001 -v uptime-kuma-data:/app/data docker.io/louislam/uptime-kuma
Now in browser type following Url.
http://<serverip>:3001
Replace <serverip> by your your real server public IP.