spring-boot-admin-docs/src/site/docs/02-server/index.md
import DocCardList from '@theme/DocCardList';
The Spring Boot Admin Server acts as the core component for managing and monitoring multiple Spring Boot applications. It collects health, metrics, and runtime information from registered applications and displays them on a user-friendly web interface.
To set up the Spring Boot Admin Server, you'll need to create a Spring Boot application and add the Spring Boot Admin Server Starter dependency. The server can operate as a Servlet or Reactive (WebFlux) application, depending on your project setup.
Key Features:
The Admin Server itself is stateless, meaning it relies on its registered applications to periodically poll their status. Once configured, the Admin Server dashboard provides a central view for managing all of your Spring Boot services.
<DocCardList />