Install
FYI: Diese Anleitung ist für die Installation mit APT und die Integration in NGINX Proxy Manager.
Add the APT Repository
Add the required packages and download the repository key.
sudo apt install ca-certificates curl gnupg
sudo curl -fsSL https://www.authelia.com/keys/authelia-security.gpg -o /usr/share/keyrings/authelia-security.gpgVerify the downloaded key:
gpg --no-default-keyring --keyring /usr/share/keyrings/authelia-security.gpg --list-keys --with-subkey-fingerprintExample output showing the correct Key IDs:
/usr/share/keyrings/authelia-security.gpg
-----------------------------------------
pub rsa4096 2025-06-27 [SC]
192085915BD608A458AC58DCE461FA1531286EEA
uid [ unknown] Authelia Security <security@authelia.com>
uid [ unknown] Authelia Security <team@authelia.com>
sub rsa2048 2025-06-27 [E] [expires: 2033-06-25]
7DBA42FED0069D5828A44079975E8FFC6876AFBB
sub rsa2048 2025-06-27 [SA] [expires: 2033-06-25]
C387CC1B5FFC25E55F75F3E6A228F3BD04CC9652Add the repository to sources.list.d:
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/authelia-security.gpg] https://apt.authelia.com stable main" | \
sudo tee /etc/apt/sources.list.d/authelia.list > /dev/nullUpdate the cache and install:
sudo apt update && sudo apt install authelia