← Package directory
Available on winget

Install Seq Forwarder

Local collection and reliable forwarding of log data to Seq

Install with winget
winget install --id Datalust.seqfwd
Upgrade
winget upgrade --id Datalust.seqfwd
Uninstall
winget uninstall --id Datalust.seqfwd

About Seq Forwarder

Seq Forwarder is a client-side log collector that receives events over its local HTTP API and persists them to its own internal storage until a remote Seq server can be reached.

What's new in 2.1.128

The upgrade to .NET/ASP.NET Core 8.0 in v2.1 caused SSL certificate bindings to stop working due to the change in default web server. This maintenance release re-enables this using Kestrel's support for the Windows certificate store. - #73 - Load certificates from LocalMachine\My when serving HTTPS on Windows (@nblumhardt)

Read release notes

Version history

Version Updated Notes
2.1.128 Unknown The upgrade to .NET/ASP.NET Core 8.0 in v2.1 caused SSL certificate bindings to stop working due to the change in default web server. This maintenance release re-enables this using Kestrel's support for the Windows certi...