Quartz.Dashboard
3.20.0
Prefix Reserved
See the version list below for details.
dotnet add package Quartz.Dashboard --version 3.20.0
NuGet\Install-Package Quartz.Dashboard -Version 3.20.0
<PackageReference Include="Quartz.Dashboard" Version="3.20.0" />
<PackageVersion Include="Quartz.Dashboard" Version="3.20.0" />
<PackageReference Include="Quartz.Dashboard" />
paket add Quartz.Dashboard --version 3.20.0
#r "nuget: Quartz.Dashboard, 3.20.0"
#:package Quartz.Dashboard@3.20.0
#addin nuget:?package=Quartz.Dashboard&version=3.20.0
#tool nuget:?package=Quartz.Dashboard&version=3.20.0
Quartz.Dashboard
Quartz.Dashboard is a Blazor-based dashboard for Quartz.NET that runs inside your ASP.NET Core app and accesses the scheduler in-process.
Warning: Quartz Dashboard is a work in progress and its API surface may change between releases. Supported target frameworks are .NET 8 and newer (Quartz 3.16 or later required).
Installation
dotnet add package Quartz.Dashboard
Basic setup
Configure Quartz and add the dashboard services:
services.AddQuartz(q =>
{
// configure jobs and triggers
});
services.AddQuartzDashboard();
services.AddQuartzHostedService(options => options.WaitForJobsToComplete = true);
Map the endpoints:
app.UseRouting();
app.UseAuthentication();
app.UseAuthorization();
app.UseAntiforgery();
app.UseEndpoints(endpoints =>
{
endpoints.MapQuartzDashboard();
});
By default the dashboard UI is available at /quartz.
Documentation
📖 The full guide covers custom hosting paths, history plugins, production hardening and authorization, integrating with an existing Blazor Server app, and API-only project setup:
https://www.quartz-scheduler.net/documentation/quartz-3.x/packages/dashboard.html
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.AspNetCore.SignalR.Client (>= 8.0.8)
- Quartz.AspNetCore (>= 3.20.0)
- Quartz.Serialization.SystemTextJson (>= 3.20.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Quartz.Dashboard:
| Repository | Stars |
|---|---|
|
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0-rc.2 | 0 | 9/3/2026 |
| 4.0.0-rc.1 | 0 | 9/3/2026 |
| 4.0.0-beta.1 | 28 | 9/2/2026 |
| 4.0.0-alpha.5 | 51 | 8/31/2026 |
| 4.0.0-alpha.4 | 40 | 8/31/2026 |
| 4.0.0-alpha.3 | 47 | 8/27/2026 |
| 4.0.0-alpha.2 | 60 | 8/25/2026 |
| 4.0.0-alpha.1 | 68 | 8/22/2026 |
| 3.20.0 | 868 | 8/27/2026 |
| 3.19.1 | 6,742 | 7/26/2026 |
| 3.19.0 | 1,321 | 7/24/2026 |
| 3.18.2 | 14,744 | 6/27/2026 |
| 3.18.1 | 18,460 | 4/25/2026 |
| 3.18.0 | 7,136 | 4/11/2026 |
| 3.17.1 | 1,412 | 4/3/2026 |
| 3.17.0 | 896 | 3/29/2026 |
| 3.16.1 | 8,010 | 3/4/2026 |
| 3.16.0 | 245 | 3/1/2026 |