Wingetlywingetly
← All apps
U

UptimeLogger

by Patrick Bartelsv0.2.2

Last updated

Records every internet outage and shows the history as a calendar heatmap.

Install with winget

$ winget install --id PatrickBartels.UptimeLogger --exact --version 0.2.2

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for UptimeLogger

UptimeLogger uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, user scope)
UptimeLogger-0.2.2-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for UptimeLogger

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

UptimeLogger watches an internet connection around the clock and records every

interruption. A tray icon shows the current state; a dashboard served locally in

the browser shows a calendar heatmap of the last year, the figures for any period

(outages, time offline, longest outage, availability, monitored time) and a full

event log. A filter above the calendar decides which lengths of outage count, so

the short blips a five-second probe interval produces can be left out. The log

exports as CSV, and a chosen period exports as a PDF report for the conversation

with a provider.

It probes a configurable list of servers over TCP rather than ICMP, so it needs no

administrator rights. Everything is stored in a local database: no account, no

backend, no telemetry.

Installers · v0.2.2

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for UptimeLogger.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Happ - Proxy UtilityHapp
    Happ.Happv4.2.1

    Desktop proxy client powered by Xray core.

  • spacedesk Windows DRIVERdatronicsoft Inc.
    Datronicsoft.SpacedeskDriver.Serverv2.2.32.0

    Spacedesk Driver Software for Windows PRIMARY PC (server) runs only with Windows 11 and Windows 10

  • Google ChromeGoogle LLC
    Google.Chromev153.0.8010.53

    The Fast & Secure Web Browser Built to be Yours

  • Speedtest by OoklaOokla
    Ookla.Speedtest.Desktopv1.15.200.001

    The definitive way to test the speed and performance of your internet connection.

  • X
    Xray-coreXTLS
    XTLS.Xray-corev26.3.27

    Xray, Penetrates Everything.

  • KaringSupernova Nebula LLC
    KaringX.Karingv1.2.25+2802

    A singbox GUI based on flutter.

More from Patrick Bartels or browse internet, monitoring, network.

Frequently asked questions

How do I install UptimeLogger on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id PatrickBartels.UptimeLogger --exact --version 0.2.2. winget downloads the installer from Patrick Bartels and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install UptimeLogger silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id PatrickBartels.UptimeLogger --exact 0.2.2 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for UptimeLogger?
UptimeLogger uses EXE (Inno Setup). Run the downloaded installer with: UptimeLogger-0.2.2-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall UptimeLogger via winget?
Run: winget uninstall --id PatrickBartels.UptimeLogger --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from UptimeLogger's Apps & Features entry.
Is UptimeLogger free?
UptimeLogger is distributed under Proprietary. Refer to the publisher (https://uptimelogger.bartels.ug/) for the full license terms - Wingetly itself does not charge for installation.
Does UptimeLogger work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls UptimeLogger directly from the publisher.
How do I keep UptimeLogger up to date?
Run winget upgrade --id PatrickBartels.UptimeLogger --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of UptimeLogger from microsoft/winget-pkgs.