Resources

Everything you need for AdminLTE 4 on ASP.NET Core — the package, the source, the live demo and the wider AdminLTE ecosystem.

Project links

ResourceLink
Repositorygithub.com/ColorlibHQ/adminlte-aspnet
NuGet packageColorlibHQ.AdminLTE.AspNetCore
Live demoaspnet.adminlte.io
Issuesgithub.com/ColorlibHQ/adminlte-aspnet/issues
AdminLTE (core)adminlte.io
LicenseMIT

Install

dotnet add package ColorlibHQ.AdminLTE.AspNetCore

Run the demo locally

A runnable Blazor Web App that dogfoods the library lives in samples/AdminLte.Demo. It includes dashboards, widgets, forms, a profile page, login pages using AuthLayout, and the JS-plugin pages (ApexCharts, FullCalendar, SortableJS, Quill, jsvectormap).

git clone https://github.com/ColorlibHQ/adminlte-aspnet.git
cd adminlte-aspnet
dotnet run --project samples/AdminLte.Demo

Then open the printed https://localhost:7080 URL.

Build from source

dotnet restore
dotnet build
dotnet run --project samples/AdminLte.Demo                  # run the demo
dotnet pack src/ColorlibHQ.AdminLTE.AspNetCore -c Release   # produce the NuGet package

License

AdminLTE 4 for ASP.NET Core is released under the MIT license, © 2014-2026 ColorlibHQ. It is built on the AdminLTE admin template. You may use it freely in commercial and open-source projects; keep the copyright notice in distributions.

Contributing

Issues and pull requests are welcome. The port keeps its component API and AdminLTE markup consistent with the other official ports, so changes that diverge from React, Vue, Laravel, Django or Symfony are unlikely to be accepted without good reason. File bugs and feature requests on the issue tracker.

The AdminLTE ecosystem

The same AdminLTE 4 dashboard is available as official ports for other stacks:

New to the port? Start with the Installation guide, then explore Layout and Components.


AdminLTE 4 · ASP.NET port Edit on GitHub