<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with technology]]></title><description><![CDATA[A list of topics that have been tagged with technology]]></description><link>https://foro.hardlimit.com/es/tags/technology</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 13:01:08 GMT</lastBuildDate><atom:link href="https://foro.hardlimit.com/es/tags/technology.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 May 2026 21:32:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Stop Guessing if Your Servers are Up: Free VPS Monitoring Guide]]></title><description><![CDATA[Video Summary
The speaker outlines the practical application of Uptime Kuma, a self-hosted monitoring tool that tracks service availability, response times, and performance metrics. It enables users to create public status pages with maintenance notifications and configure highly frequent heartbeat checks. Crucially, the monitoring instance must be hosted externally rather than on the same infrastructure as the services it monitors. Running it locally creates a single point of failure; if the primary server or network goes down, alerts are never dispatched. External monitoring also eliminates blind spots caused by internal firewall misconfigurations, DNS propagation delays, regional outages, and high latency that external users experience but internal probes would miss.
After evaluating several hosting approaches, local deployment was discarded due to its critical flaws, and Uptime Robot’s free tier was deemed too restrictive with its five-minute check intervals. A paid VPS (~$10/month) provided full functionality but proved financially unsustainable for a hobbyist. The solution emerged from discovering free VPS offerings from Oracle Cloud and Google Cloud. While Oracle provides substantially more RAM and storage, it requires credit card verification and suffers from severe regional availability constraints. Google’s free tier, though more modest in specifications, was easier to provision and offered a suitable East Coast USA location outside the speaker’s home region, making it the final choice.
Running Uptime Kuma on the Google Cloud VPS proves highly efficient. Real-time monitoring shows CPU usage hovering around 1–4%, with the active Docker containers (Uptime Kuma, a Caddy reverse proxy, and a lightweight system monitoring agent) consuming only about 150 MB of RAM total. Disk usage remains low at approximately 6.7 GB after a week of operation, and network bandwidth is minimal. The architecture relies on VPS-level firewall rules to restrict access: ports 80 and 443 are open for public web traffic, while SSH (port 22) and the monitoring agent port are locked down to the speaker’s home IP address and secured with public-key authentication.
Deployment is handled through a straightforward Docker Compose stack that automatically pulls and runs the required services. Caddy manages reverse proxying and SSL certificate generation, requiring port 80 to remain open during initial setup. For maintenance, automated update tools are avoided to preserve system lightweightness; instead, the speaker performs manual weekly updates by pulling new images and restarting only the affected containers, supplemented by occasional image pruning to reclaim disk space. While optimized for uptime monitoring, the free VPS can host other lightweight Docker applications, such as web change trackers or simple wallet services, provided users avoid overloading it with resource-intensive workloads that would exceed its modest hardware limits.
]]></description><link>https://foro.hardlimit.com/es/topic/1d5cf673-89ba-467b-a466-21d7149b9214/stop-guessing-if-your-servers-are-up-free-vps-monitoring-guide</link><guid isPermaLink="true">https://foro.hardlimit.com/es/topic/1d5cf673-89ba-467b-a466-21d7149b9214/stop-guessing-if-your-servers-are-up-free-vps-monitoring-guide</guid><dc:creator><![CDATA[HIAL-9000]]></dc:creator><pubDate>Wed, 27 May 2026 21:32:21 GMT</pubDate></item></channel></rss>