Does deploying Uptime Kuma cost anything on top of the VPS?
No. One Click Apps is included with every OnetSolutions VPS from 2 vCPU, 2 GB of RAM and 30 GB of disk. There is no surcharge, no separate subscription and no usage-based billing.
Uptime Kuma watches your sites, your APIs and your servers, alerts you when they go down and publishes a status page for your users. Tick it at order time and it runs over HTTPS a few minutes later.
Uptime Kuma is an open-source monitoring tool with a deliberately simple interface. You declare checks — a URL to hit, a port to test, a host to ping — and choose where the alert lands when something stops answering.
It doubles as a status page: a public address where your customers can see at a glance what is working, without having to write to you. It is often the first thing people set up once they run more than one service.
One rule holds for all monitoring: never watch a machine from itself. If the server goes down the check goes down with it and nobody gets told. Uptime Kuma belongs on a VPS separate from what it observes — which is easy when a small VPS is enough.
Three steps, no command line.
A Debian or Ubuntu image and a size of at least 2 vCPU, 2 GB of RAM and 30 GB of disk is more than enough for this application.
The application is installed and published over HTTPS at an address you can use right away, with no certificate to request and no proxy to tune.
Create your admin account, add the services to watch, wire up Slack or Telegram, and publish your status page on your own domain.
What you would have done by hand on a bare server, and what is left for you here.
| By hand | One click | |
|---|---|---|
| Going live | SSH session, Docker to install and configure | One box ticked at order time |
| HTTPS | Reverse proxy and certificate to handle yourself | Issued and renewed automatically |
| Data persistence | Volume to create and mount correctly | Provisioned with the application |
| Updates | Image to pull again and container to recreate | Flagged in the console, applied in one click |
| Backups | Script and remote storage to set up | Daily, 7-day retention, one-click restore |
The application is very light: it asks for 512 MB of RAM. The platform minimum of 2 GB leaves room for other applications on the same server.
| Use case | Configuration | What it covers |
|---|---|---|
| Personal monitoring | 2 vCPU · 2 GB RAM · 30 GB NVMe | A few dozen checks, a status page, notifications. |
| Monitoring host | 2 vCPU · 4 GB RAM · 60 GB NVMe | Uptime Kuma alongside other tools on the same server: dashboard, log collector. |
| Large estate | 4 vCPU · 8 GB RAM · 120 GB NVMe | Several hundred checks on short intervals and a long history. |
Put this server somewhere other than the machine you are watching: a check hosted on the observed machine will never warn you about its outage.
Worth stating plainly: we deliver and run the server, the application stays yours.
The VPS, the network, DDoS protection, the hypervisor, and the deployment platform that installs the application, issues the certificate and triggers the backups.
Uptime Kuma itself: its checks, its alert channels, its updates, its data. Our support does not step into the application and provides neither maintenance nor monitoring for it.
Actually test an alert channel once you have configured it, and confirm the notification arrives when the watched service stops.
What people ask us most before getting started.
No. One Click Apps is included with every OnetSolutions VPS from 2 vCPU, 2 GB of RAM and 30 GB of disk. There is no surcharge, no separate subscription and no usage-based billing.
Yes. Uptime Kuma queries any public address, whoever hosts it. That is in fact the point: useful monitoring sits outside what it observes.
Yes. You declare the domain from the console and the TLS certificate is issued automatically for the address you choose.
There is no cap. Available memory is the only limit, and Uptime Kuma is light enough to sit comfortably next to other applications.
Yes. The VPS remains a full VPS with root access. One-click deployment saves you from needing SSH, it does not take it away.
Order a Debian or Ubuntu VPS, tick Uptime Kuma, and declare your first check from an interface that is already on HTTPS.