Please change this password after first login!
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
```
### ๐ 4. Open the Web UI
Navigate to `http://your-host:8080` and log in. You will be prompted to change the password.
### ๐ก๏ธ 5. Deploy the Master Key
After login, copy the **system master key** (shown in Admin Settings and in the startup logs) and add it to the `authorized_keys` of the root user on every server you want to manage:
```bash
echo "ssh-ed25519 AAAA... keywarden-system-master" >> /root/.ssh/authorized_keys
```
---
## ๐ Documentation
For detailed documentation, see the [docs/](docs/README.md) folder:
- [Quick Start Guide](docs/quickstart.md)
- [Installation & Deployment](docs/deployment.md) โ Docker, reverse proxy, HTTPS
- [Architecture](docs/architecture.md) โ System design and components
- [User Guide](docs/user-guide.md) โ SSH keys, settings, MFA
- [Admin Guide](docs/admin-guide.md) โ Servers, deployments, access assignments, cron jobs
- [Roles & Permissions](docs/roles.md) โ Owner, Admin, User role details
- [Security](docs/security.md) โ Encryption, authentication, hardening
- [Environment Variables](docs/environment-variables.md) โ Full configuration reference
- [Email Configuration](docs/email.md) โ SMTP, notifications, invitations
- [Backup & Restore](docs/backup-restore.md) โ Encrypted database backup
- [Troubleshooting](docs/troubleshooting.md) โ Common issues and solutions
- [Contributing](docs/contributing.md) โ Development setup and guidelines
---
## โ๏ธ License
Keywarden is licensed under the [GNU Affero General Public License v3.0 (AGPL-3.0-or-later)](LICENSE).
ยฉ 2026 Patrick Asmus ([scriptos](https://git.techniverse.net/scriptos))
---
## ๐ฌ Community
Join the **Keywarden Matrix chat** to discuss the project, ask questions, or share feedback:
[](https://matrix.to/#/#keywarden:techniverse.net)
โก๏ธ [#keywarden:techniverse.net](https://matrix.to/#/#keywarden:techniverse.net)
---
## ๐งญ Repository & Mirror
| | URL |
|---|---|
| **Primary (Gitea)** | [git.techniverse.net/scriptos/keywarden](https://git.techniverse.net/scriptos/keywarden) |
| **Mirror (GitHub)** | [github.com/pscriptos/keywarden](https://github.com/pscriptos/keywarden) |
| **Container Registry** | [git.techniverse.net/scriptos/-/packages/container/keywarden](https://git.techniverse.net/scriptos/-/packages/container/keywarden) |
The **primary repository** is hosted on Gitea. The GitHub repository is a read-only mirror.
**Bug reports & feature requests:** Please open an [Issue on GitHub](https://github.com/pscriptos/keywarden/issues) โ registration on the Gitea instance is currently closed.
ยฉ Patrick Asmus ยท Techniverse Network ยท Lizenz