ABOUT
Zitadel is an open-source identity and access management (IAM) solution designed to provide secure authentication, authorization, and user management for modern applications and services. Built with a focus on flexibility, scalability, and security, Zitadel offers a comprehensive set of features for developers and organizations looking to implement robust identity management.
infoApplication credentials: `cat /etc/zitadel/INSTALLATION_INFO.txt`
infoChange the ExternalDomain value in `/opt/zitadel/config.yaml` to your domain/hostname/IP and run `bash zitadel-rerun.sh`
INSTALL
Approved local installer
Defaultdebian 13
Approved locally1 CPU1024 MB RAM6 GB disk
Config path/opt/zitadel/config.yaml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/zitadel.sh'; sha='d29e5646901c8ee2ef39ae19620a5006d580425891d80dbabfa4b6029badb747'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/zitadel.shSHA-256 d29e5646901c8ee2ef39ae19620a5006d580425891d80dbabfa4b6029badb747 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.