https://github.com/kentico/kinspector
KInspector is an application for analyzing health, performance and security of your Kentico solution.
https://github.com/kentico/kinspector
analysis health-check kentico kentico-cms kentico-ems performance-analysis security-audit
Last synced: 6 months ago
JSON representation
KInspector is an application for analyzing health, performance and security of your Kentico solution.
- Host: GitHub
- URL: https://github.com/kentico/kinspector
- Owner: Kentico
- License: mit
- Created: 2015-07-17T09:58:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T06:25:51.000Z (9 months ago)
- Last Synced: 2025-03-29T04:11:22.751Z (6 months ago)
- Topics: analysis, health-check, kentico, kentico-cms, kentico-ems, performance-analysis, security-audit
- Language: C#
- Homepage:
- Size: 3.21 MB
- Stars: 57
- Watchers: 38
- Forks: 63
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# KInspector

[](https://github.com/kentico/kinspector/actions/workflows/dotnet.yaml)
## Description
KInspector is an application for analyzing the health, performance and security of **[Kentico EMS](https://www.kentico.com/)** solutions.
The application is Kentico version agnostic and has no dependencies on version-specific DLLs. Most modules are designed to support Kentico 12 and 13, but some will work on older versions as well.
## Quick Start
Download the [latest release](https://github.com/kentico/kinspector/releases/latest) and extract the contents to a local directory. Run `KenticoInspector.WebApplication.exe` and open your browser to either https://localhost:5001 or http://localhost:5000.
You can optionally register the application in IIS. This allows you to have the tool always available, for example, on a development server. Point your IIS directory to the folder where you extracted everything to and make sure the application pool's .NET CLR version is set to `No managed code`. Open the site in your browser.
## Full Instructions
View the [Usage Guide](./docs/Usage-Guide.md) for more detailed instructions.
## Contributing
To see the guidelines for Contributing to Kentico open source software, please see [Kentico's `CONTRIBUTING.md`](https://github.com/Kentico/.github/blob/main/CONTRIBUTING.md) for more information and follow the [Kentico's `CODE_OF_CONDUCT`](https://github.com/Kentico/.github/blob/main/CODE_OF_CONDUCT.md).
Instructions and technical details for contributing to **this** project can be found in [Contributing Setup](./docs/Contributing-Setup.md).
## Support
[](https://github.com/Kentico/.github/blob/main/SUPPORT.md#labs-limited-support)
This project has **Kentico Labs limited support**. See [`SUPPORT.md`](https://github.com/Kentico/.github/blob/main/SUPPORT.md#full-support) for more information.
For any security issues see [`SECURITY.md`](https://github.com/Kentico/.github/blob/main/SECURITY.md).