# Server Status

The Server Status page allows system administrators to quickly gather server information for the execution environment. Server status will show:

* The current versions of the SanteDB software running on the server
* The installed plugins and applets installed on the SanteDB dCDR and iCDR
* The applets which have been enabled in the SanteDB server
* The installed services and their current state.

![](/files/Fr1u6kdB0RbeP74wGzHt)

{% hint style="info" %}
Administrators can enable or disable services on the local dCDR instance. This is not recommended on a Windows or Docker instance of SanteDB and is intended primarily for the Disconnected Gateway and Android applications. The setting of these enable/disable flags requires a restart of the host environment to take full effect.
{% endhint %}

The server status page has two tabs:

* Local Server - Showing information related to the dCDR software on which the page has been rendered.
* Realm Server - Showing information related to the iCDR software to which the dCDR is connected.

## Core Information

The core information section of the server status screen shows information related to the server software itself.

![](/files/QCaz3VumzoWP8gxvnbzK)

## Installed Applets

The installed applets section of the server status screen shows the applets (see: [Applets](/developers/applets.md)) which are active and installed on the iCDR or dCDR. Applets are responsible for adding new user interface screens, clinical decision support rules, business rules, etc.

![](/files/driAJPsvCaAudUNLmTYM)

Applets are digitally signed when running in production (unless unsignedApplets are permitted, see: [SanteDB Software Publishers](/developers/santedb-software-publishers.md)) , the list of applets includes the applet identifier (which appears in logs), the verified publisher, and the version of the applet installed.

## Services

The services panel of the SanteDB iCDR server shows the currently running services which are registered and active on the SanteDB iCDR or dCDR server. On the dCDR users may enable or disable services based on performance or operational requirements.

![](/files/3sM5EenlCiYie5ltydcT)

See: [Software Architecture](/santedb/software-architecture.md#service-architecture) for more information about services.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.santesuite.org/operations/cdr-administration/santedb-administration-panel/system-administration/server-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
