ZITADEL

An identity platform built for developers, powering secure access for all users and apps.

Accessing ZITADEL

  • Startup may take several minutes on first run.
  • เปิดเบราว์เซอร์ของคุณและเข้าไปที่: https://<SERVER_IP>.sslip.io
  • A browser warning is expected due to the self-signed certificate.

Logging in to the Admin Console

Go to: https://<SERVER_IP>.sslip.io/ui/console

Use the initial admin credentials:

  • ชื่อผู้ใช้: zitadel-admin@zitadel.<SERVER_IP>.sslip.io
  • รหัสผ่าน: Password1!

ไฟล์และไดเร็กทอรีที่สำคัญ

  • ไดเร็กทอรีการติดตั้งหลัก: /root/zitadel
  • Base Docker Compose configuration: /root/zitadel/docker-compose-base.yaml
  • Nginx Docker Compose configuration: /root/zitadel/docker-compose-nginx.yaml
  • Nginx configuration (external TLS): /root/zitadel/nginx-external-tls.conf
  • Self-signed TLS certificate and key: /root/zitadel/selfsigned.crt & /root/zitadel/selfsigned.key
  • PostgreSQL persistent data: Stored in the Docker volume data
  • ZITADEL login client token: /root/zitadel/login-client.pat

การจัดการการติดตั้งใช้งาน

ตรวจสอบสถานะตู้คอนเทนเนอร์:

cd /root/zitadel
docker compose -f docker-compose-base.yaml -f docker-compose-nginx.yaml ps

ดูบันทึก:

cd /root/zitadel
docker compose -f docker-compose-base.yaml -f docker-compose-nginx.yaml logs -f

รีสตาร์ทบริการทั้งหมด:

cd /root/zitadel
docker compose -f docker-compose-base.yaml -f docker-compose-nginx.yaml restart

Health Checks

Check ZITADEL gRPC health:

grpcurl --insecure <SERVER_IP>.sslip.io:443 zitadel.admin.v1.AdminService/Healthz

Check HTTP health endpoint:

curl --insecure https://<SERVER_IP>.sslip.io/admin/v1/healthz

ขณะนี้สินค้าไม่พร้อมจำหน่าย

รายละเอียดการสมัคร