How to host Uptime Kuma on AWS Lightsail VM Instance - ServerAvatar

Published : Aug 9, 2024

Share This Post

cloud-platform

AWS Lightsail

AWS Lightsail is a simplified and cost-effective way to launch and manage virtual private servers (VPS) in the cloud. It provides a user-friendly interface for deploying and scaling VPS instances with pre-configured options for operating systems, applications, and storage. Additionally, it offers a predictable pricing model that includes a flat monthly fee based on the instance size and data transfer limits.

Get started with AWS Lightsail
application

Uptime Kuma

Uptime Kuma is a tool that helps you keep track of whether your websites or servers are up and running smoothly. It's free and can be hosted on your own servers or in the cloud. With Uptime Kuma, you can monitor things like website responses, specific keywords on pages, or basic network services.

More info

Uptime Kuma is an open-source, self-hosted monitoring tool designed to keep track of your services and their availability. It enables organizations to effectively monitor and optimize website uptime, performance metrics, and server health. When selecting a hosting solution for Uptime Kuma, AWS Lightsail stands out as a reliable option with scalable infrastructure and simple deployment solutions. ServerAvatar makes the deployment of the Uptime Kuma application on the AWS Lightsail platform straightforward through a simplified process.

NOTE: To install the Node.js applications (UptimeKuma), you must have the MERN stack installed on your Server.

Create VM Instance in AWS Lightsail

To create a server in AWS Lightsail, First log in to the AWS Lightsail console. Once you are there, Follow the steps given below.

Step 1: Go to the Instance Creation Form

To access the instance creation form, Go to the AWS Lightsail dashboard and click on the orange button with the Create Instance text. See the following image for reference.

Create VM Instance in AWS Lightsail - Step 1

Step 2: Select the Location of your Instance

First of all, You have to select the location for your instance. It is always better to select a location closest to your major traffic source. It will decrease the latency for the majority of your website visitors.

Create VM Instance in AWS Lightsail - Step 2

If you want to change the location of your server, You can simply update the current region in your AWS account.

Step 3: Select the OS for your Instance

After selecting the location, Select the operating system for your instance. In this case, First, click on OS Only and then select Ubuntu 20.04 as an operating system just like the following image.

Create VM Instance in AWS Lightsail - Step 3

Step 4: Select SSH Key and Launch Script (Optional/Advanced)

This is an optional step. Here you can set the Launch script and the main SSH key for your server. If you don't understand the launch script and SSH keys, Just ignore this step.

Create VM Instance in AWS Lightsail - Step 4

Step 5: Select the Plan

In this step, select the size of your VM instance. AWS Lightsail provides lots of different options when it comes to plans and pricing. The minimum requirements for hosting Uptime Kuma are 1GB or more of RAM for handling more extensive monitoring tasks and 1GB or more of disk space to accommodate the application, logs, and data. The exact amount will depend on your usage and data storage needs. Select the plan based on the complexity and traffic of your sites.

Create VM Instance in AWS Lightsail - Step 5

Step 6: Verify and Create the Instance

Finally, Enter the name of your instance, and the number of instances you want to create and assign the tags accordingly for identification. Once done, click on the Create Instance button to start the instance creation process.

Create VM Instance in AWS Lightsail - Step 6

It might take a few minutes to deploy the instance. Once done, follow the below-given step to update the firewall rules for the VM instance.

Step 7: Update Firewall Rules

ServerAvatar requires 43210 port open. In total, You need to keep the following ports open on the instance.

  • 22 (SSH): To access your server via SSH.
  • 80 (HTTP): To access your sites on HTTP.
  • 443 (HTTPS): To access your sites on HTTPS.
  • 43210 (ServerAvatar): To allow communication between ServerAvatar and your instance.

To update the firewall rules for a specific instance, Go to the AWS Lightsail dashboard and click on the name of the instance you want to update. Then go to the Networking section and add the missing firewall rules. After updating the firewall rules, the networking section of your Instance should look like the following image.

Create VM Instance in AWS Lightsail - Step 7

Initial Server Configuration

The Initial server configuration includes the installation and configuration of various packages required to host your website. Usually, You have to write commands and modify configuration files. Luckily, With ServerAvatar, Your full server configuration and optimization can be automated.

Here are the three ways to automatically configure your server with ServerAvatar.

Deploy Self-Hosted Monitoring Tool Uptime Kuma on Cloud using ServerAvatar

Note: You must have a Server connected in Node Stack.

What is Uptime Kuma?

Uptime Kuma is a tool that helps you keep track of whether your websites or servers are up and running smoothly. It's free and can be hosted on your own servers or in the cloud. With Uptime Kuma, you can monitor things like website responses, specific keywords on pages, or basic network services. If something goes wrong, it can alert you through different channels. In simple terms, it's like having a personal watchdog for your online presence.

This guide will walk you through how to install the self-hosted monitoring tool UptimeKuma with ServerAvatar.

Features Of Uptime Kuma

  • Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / HTTP(s) Json Query / Ping / DNS Record / Push / Steam Game Server / Docker Containers
  • Fancy, Reactive, Fast UI/UX
  • Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 90+ notification services, click here for the full list
  • 20-second intervals
  • Multi Languages
  • Multiple status pages
  • Map status pages to specific domains
  • Ping chart
  • Certificate info
  • Proxy support
  • 2FA support

Prerequisites

  • Node.js (v18 / v20.4)
  • NPM (v9)
  • Pm2

Step 1: Create An Application

On the ServerAvatar server panel, navigate to the Applications tab and click the Create button like the following image.

Deploy Self Hosted Monitoring Tool Uptime Kuma on Cloud using ServerAvatar

To proceed with the installation and deployment of UptimeKuma, ensure you have met the prerequisites.

  • Enter an Application Name of your choice.
  • Specify a Domain (choose between a Test Domain or a Primary Domain).

Note: If hosting Uptime Kuma on your own domain, ensure your domain points to your server's current IP address.

Deploy Self Hosted Monitoring Tool Uptime Kuma on Cloud using ServerAvatar

Select the following options:

Method: One Click Application: UptimeKuma

Deploy Self Hosted Monitoring Tool Uptime Kuma on Cloud using ServerAvatar

Now, click on Show Advanced Options to create a new system user or select an existing one based on your needs.

Deploy Self Hosted Monitoring Tool Uptime Kuma on Cloud using ServerAvatar

Click on the Create Application button. You will be redirected to the Application Installation Status page where you can monitor the installation process and view command outputs.

Deploy Self Hosted Monitoring Tool Uptime Kuma on Cloud using ServerAvatar

Once all commands run successfully you will redirect to the Application Dashboard.

Visit your domain to access your Uptime Kuma application.

Deploy Self Hosted Monitoring Tool Uptime Kuma on Cloud using ServerAvatar

Now, create your admin account for Uptime Kuma.

Deploy Self Hosted Monitoring Tool Uptime Kuma on Cloud using ServerAvatar

Congratulations! You have successfully installed and deployed Uptime Kuma through ServerAvatar.