# Default Admin User

During the installation, Connectware creates a default *admin* user with user name `admin` and the `connectware-admin` role which contains all administrative permissions.

The initial password of a default *admin* user is defined by using an environment variable `CYBUS_INITIAL_ADMIN_USER_PASSWORD` which contains the initial password as base-64 encoded string. (In versions earlier than 1.0.80, the initial password was set directly as value of this environment variable, but starting with 1.0.80, it must be given as base-64 encoded string, to avoid any issues with potential variable substitutions.)

The default initial password is *admin* (see also [Environment Variables](/1-9-0/documentation/configuration/environment-variables.md)). If there is a non-default [password policy](/1-9-0/documentation/user-management/password-policy-rules.md) set, this initial password must fulfill this policy, otherwise the initial set-up of Connectware will fail. In any case it is strongly recommended to change the initial password after the first login.

If this default user is not wanted or needed, and there are enough permissions and roles added to other users, this default user can be disabled. To do so, the environment variable `CYBUS_ADMIN_USER_ENABLED` (default value: *true*) needs to be set to `false` before re-starting Connectware. If this environment variable is unset or has any value other than `false`, the user is enabled and the *admin* user can log in, given that suitable credentials are provided.


---

# 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.cybus.io/1-9-0/documentation/user-management/default-admin-user.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.
