Vitrina Engine compared with Uptime Kuma
Uptime Kuma is excellent free, open-source software that you run yourself, and a great many people rely on it. So the real comparison is not feature against feature: it is a hosted service against running, securing and looking after your own monitor.
Checked on 13 September 2026, against Uptime Kuma 2.5.4. Our prices are list prices in US dollars before tax, set per country, so yours may differ.
Where Uptime Kuma is the better choice
- It is free under the MIT licence, with no plan limits on monitors or pages.
- It has a very wide range of checks, including databases, message brokers, Docker containers, game servers, gRPC, a real browser, SNMP and SIP.
- It has about a hundred notification integrations, more than most commercial tools.
- It runs inside your own network, so private addresses are reachable without opening anything, and your data never leaves your hands.
- Intervals can go down to a second, if your hardware can take it.
- Multiple status pages with custom domains and custom CSS cost nothing.
- It is an active and very popular project that releases often.
Where Vitrina Engine is the better choice
- There is no server to run. Nothing to patch, back up, upgrade or keep up, and the monitor does not live on the same network as the things it watches, so it is still there when that network is not.
- Checks come from several locations, and a failure is confirmed by consecutive failures seen from different places. With one host, a fault on the path between it and your server looks exactly like an outage.
- Teams, not one login. Members with roles, instead of a single admin account shared by everyone.
- On-call schedules and escalation, from the Pro plan.
- Status page subscribers, who are told when something happens.
- An official, versioned REST API, and an MCP server for AI agents.
- An audit log from the Business plan, and single sign-on on Enterprise.
- Client workspaces, so an agency’s clients each see only their own monitors, pages and incidents.
- Monitors declare what they depend on, so a failing upstream opens one incident for the root cause instead of one per symptom.
- Checks Uptime Kuma does not have: SMPP and XMPP, IMAP and POP3, a TLS configuration audit, SPF, DMARC and DKIM, blocklist monitoring, and NetFlow, sFlow, J-Flow and IPFIX traffic analysis.
- An alert when a monitor answers far slower than its own history, and private postmortems written in Markdown once an incident is resolved.
- Sentry-compatible error tracking and cookie-free web analytics, in the same account.
- Private probes, for when you do need to see inside a network, without giving up the view from outside it.
What running your own actually costs
The licence is free and the rest is not. You need a host to run it on, and it should not be the host it is watching. Upgrades are yours: moving from version 1 to 2 was a one-way database migration that could take hours and could not be interrupted. Backups are yours: copying the data directory is the supported method. TLS is yours. And nothing watches the watcher, so if the monitor stops, the first sign may be an outage nobody was told about.
| Uptime Kuma | Vitrina Engine | |
|---|---|---|
| Software | $0, MIT licence | Free plan $0 for 50 monitors; Starter $7 a month; Pro $19 a month |
| Somewhere to run it | A small VPS, or a machine you already have | Included |
| Upgrades, backups, TLS | Your time | Included |
| Knowing the monitor itself is down | Up to you to arrange | Our job |
Side by side
| Uptime Kuma | Vitrina Engine | |
|---|---|---|
| Cost | Free, plus hosting and your time | Free plan; paid plans from $7 a month |
| Who runs it | You | We do |
| Fastest check | 1 second, hardware permitting | 1 minute on Free, 45 seconds on Starter, 30 on Pro, 15 on Business, 5 on Enterprise |
| Where checks run from | The one host it is installed on | Several locations, plus private probes inside your network |
| Confirming a failure | From the same host | Consecutive failures seen from different locations |
| Kinds of check | Very wide, including databases, brokers, Docker and a browser | 30, including DNS, certificates, domains, heartbeats, a server agent, databases, Docker and network flow |
| Mail servers | SMTP | SMTP, IMAP and POP3, plus SPF, DMARC and DKIM |
| Telecoms protocols | SNMP and SIP | SNMP, SIP, SMPP and XMPP |
| Users and roles | One admin account | Members with roles |
| On-call and escalation | No | From Pro |
| Status pages | Multiple, own domains, custom CSS; no subscribers | Password protection on every plan; own domain and subscribers from Starter; white-label from Pro |
| Notifications | About a hundred integrations | Email, Slack, Teams, Discord, Telegram, WhatsApp, PagerDuty, webhooks, and SMS from Pro |
| API and MCP | No official API; community MCP projects | Official REST API and MCP server |
| Audit log and SSO | No | Audit log from Business; SSO on Enterprise |
| Error tracking | No | Sentry-compatible, on every plan |
| Web analytics | No | Cookie-free, on every plan |
Watching internal networks and telecoms systems
Uptime Kuma is inside your network by nature, which is a real advantage for private systems, and it has SNMP and SIP checks. What it cannot give you is a second opinion: every check comes from the one machine it runs on, and there is no multi-location confirmation, so a problem on that machine’s path looks the same as a problem with the service.
Vitrina Engine does both. A private probe runs inside your network, leases its work over HTTPS without ever holding a database credential, and reports into the same dashboard as the checks we run from outside. The telecoms checks do the protocol rather than just the port: SNMP polls the OIDs you name and judges each against a threshold, SMPP binds and unbinds, SIP sends OPTIONS, and XMPP opens a stream and negotiates STARTTLS.
Sources
- Uptime Kuma repository
- README
- Release 2.5.4
- Migrating from version 1 to 2
- Internal API
- Multi-location checks
- Multiple users
- On-call and escalation
- Status page subscribers
- Notification providers
See pricing for every plan’s limits, the monitors guide for what each check proves, or start free.