Documentation
DocumentationDiscussions
These docs are for v2021.3. Click to read the latest docs for v2024.2.

Overview

Deployment on Windows

Seq is a log server that runs on a central machine. Your application uses a logging library like Serilog or Microsoft.Extensions.Logging to send structured log events to Seq's HTTP API, which stores them and makes them searchable through Seq's web interface.

1. Download the Seq installer

Download the latest Seq .msi from the Seq website.

2. Install Seq

Launching the installer will start the Setup Wizard:

Seq Setup Wizard

Step through each page of the wizard. Once the installer has finished copying files, choose to start the Seq service.

Unless you've installed Seq previously, this will open the Seq Service Administration dialog and you'll be prompted for a location to store Seq's data files, and a URL to host the user interface and HTTP API. Choose the defaults if you're unsure.

🚧

It's important to set an administrator username and password for Seq when prompted.

After the service is configured, browse the Seq UI at http://localhost:5341.

1280

The Seq web UI, showing a search bar and a list of most recent events in descending order.

📘

Before you go live...

If you're hosting Seq on a shared server for your team, check out the System Requirements and Production Deployment Checklist.