Default credentials and first login
🚀 Installation & Setup
·
Updated 2 weeks ago
Default Credentials
| Field | Default | Environment Variable |
|---|---|---|
| Username | admin | GC_ADMIN_USER |
| Password | changeme | GC_ADMIN_PASSWORD |
Change the password immediately after installation! The default password changeme is insecure and should never be used in production.
# .env
GC_ADMIN_USER=admin
GC_ADMIN_PASSWORD=YourSecurePassword!
Forgot your password?
Set a new password in .env and restart the container:
docker compose down && docker compose up -d
The password is read from the environment variable on startup and overrides the stored password.