# Security Management Console

The svySecurity has a companion administration console, svySecurityConsoleUX, which provides out of the box intuitive options for all security-related administration tasks along with some useful summary and usage statistics. This modern svySecurityConsoleUX deprecates the former [svySecurityConsole](/guides/develop/programming-guide/extensions/modules/svysecurity/security-management-console/classic-security-management-console.md).

Only users that are members of the built-in Servoy security Administrators group can access the Security Management Console. You can create administrator user accounts on the [Servoy Application Server admin page](/guides/deploy/server-configuration.md#servoy-admin-page). You can learn more about [User and Group Security](https://wiki.servoy.com/display/DOCS/Defining+User+and+Group+Security).

## The Administration Console

### Home

Home page has an overview of registered Tenants and Users. Also provides detailed information for user sessions.

![Security Management Console Home Page](/files/WUD9PjeUvAQxXIp09Mb0)

### Tenants

Manage Tenants in the Tenant List. Double click the Tenant to Manage the single Tenant.

![Security Management Console Tenants List Page](/files/AWxJ1aQasbZ3AWH514Ec) ![Security Management Console Tenant Page](/files/t3s6erb6Cg8PjTnAolA4)

### Roles

Manage the Roles for the Tenant and assign Permissions to Roles.

![Security Management Console Roles List Page](/files/IwyIRJcIXTgSimIHWgai)

### Users

Manage the Tenant's User and Roles assignment.

![Security Management Console Users List Page](/files/fREZ7Ov5rMuXry5dTEtO) ![Security Management Console User Page](/files/WTX36iE2vvXO5dZXlEns)

## How to install the administration console

The svySecurityConsoleUX can be installed via the Solution section of the Servoy Web Package Manager.

![Security Management Console WPM](/files/k8PKgojd6WMOkrCwXNEU)


---

# 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://docs.servoy.com/guides/develop/programming-guide/extensions/modules/svysecurity/security-management-console.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.
