This repository has been archived on 2024-05-31 . You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-11 19:57:58 +00:00
---
title: Automated install
---
To install authentik automatically (skipping the Out-of-box experience), you can use the following environment variables:
2023-02-26 16:02:45 +00:00
### `AUTHENTIK_BOOTSTRAP_PASSWORD`
2021-08-11 19:57:58 +00:00
Configure the default password for the `akadmin` user. Only read on the first startup. Can be used for any flow executor.
2023-02-26 16:02:45 +00:00
### `AUTHENTIK_BOOTSTRAP_TOKEN`
2021-08-11 19:57:58 +00:00
:::note
2023-02-26 16:02:45 +00:00
Requires authentik 2021.8
2021-08-11 19:57:58 +00:00
:::
Create a token for the default `akadmin` user. Only read on the first startup. The string you specify for this variable is the token key you can use to authenticate yourself to the API.
2022-06-03 13:22:56 +00:00
2023-02-26 16:02:45 +00:00
### `AUTHENTIK_BOOTSTRAP_EMAIL`
:::note
Requires authentik 2023.3
2022-06-03 13:22:56 +00:00
:::
2023-02-26 16:02:45 +00:00
Set the email address for the default `akadmin` user.