In this tutorial, we will show you how to install Uptime Kuma on Ubuntu and update the configuration to run on port 80 to support standard web traffic without the need for a reverse proxy.
First, you need to log in as a root using SSH to your server

Next, we need to add the node repository to our server to allow us to install node 14
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash –