Skip to content
binsky edited this page Sep 11, 2026 · 4 revisions

Table of Contents

Passman

End-to-end encrypted password manager for Nextcloud. Vault contents are encrypted client-side with your vault password — the server never sees them in plain text.


For users

Installation Install the app from the Nextcloud app store, archive or git.
Sharing Share individual credentials with other Nextcloud users via RSA key exchange.
Import from LastPass Import a LastPass CSV export.
Import credentials General credential import.
Export from your browser Get credentials out of Chrome / Firefox first.
Export your credentials Export a vault to CSV or JSON via the UI (requires your vault password).

For admins

Backup and restore Full instance / user / vault backup and restore via occ passman:backup and occ passman:restore.

Note: the OCC backup never touches e2e encryption. The UI export strips server-side encryption and requires the vault password. It is a per-user, per-vault tool, not a disaster-recovery one.


For developers

API REST API v2 reference (vaults, credentials, auth). (slightly outdates; todo)
Test-Protocol Manual test checklist. (But we should have an automation for this, feel free open a pr if you wanna help xD)
Updating-your-pull-request How to update a PR with the recent upstream changes.

Clone this wiki locally