Skip to main content

Admin rollout playbook

This playbook guides system administrators and IT owners through a structured Passwork deployment from initial infrastructure setup to full organizational rollout and post-launch monitoring.

The playbook is organized into five phases. Each phase has a defined scope, estimated time, and links to the relevant configuration documentation.

Deployment model

Before starting, decide which deployment model applies to your organization.

ModelDescriptionRecommended when
CloudPasswork runs on servers managed by Passwork.Your organization requires fast deployment, has no dedicated infrastructure team, or wants a turn-key solution.
On-premisePasswork runs on your own servers. Full control over data residency.Your organization has data sovereignty requirements, an internal security policy requiring self-hosting, or a dedicated team to manage the infrastructure.

Both models support LDAP, SSO, the full API, and all enterprise features. The onboarding phases below apply to both, with infrastructure-specific steps noted where they differ.

Stakeholder matrix

Identify and involve the following roles before starting the deployment. Not all roles are required for every organization — adjust the matrix to your team structure.

RoleResponsibilitiesRequired
Project leadCoordinates the deployment, tracks phase completion, communicates with Passwork supportYes
Executive sponsorApproves the rollout plan and communicates the initiative to the organizationRecommended
Server adminProvisions the server, manages Docker or installer, handles OS-level configurationOn-premise only
Network / Firewall adminOpens required ports, configures reverse proxy, manages SSL certificateOn-premise only
Database adminManages MongoDB, backup and restore proceduresOn-premise only
IdP / SSO adminConfigures SAML/OIDC application in the identity providerIf using SSO
LDAP / Active Directory adminProvides LDAP service account credentials, configures DN filtersIf using LDAP
SMTP / Email adminConfigures outbound email for invitations and notificationsYes
Security / Compliance leadReviews encryption model, audit log configuration, access policiesRecommended
Help desk leadPrepares support materials, handles user questions during rolloutYes

Rollout phases

Phase 1: Infrastructure & Authentication  (~4 h)
Phase 2: Structure & Roles (~2 h)
Data Migration (varies by dataset size)
Phase 3: User Rollout (~2 h per 100 users)
Phase 4: Communication & Activation (~1 h preparation)
Phase 5: Monitoring & Ongoing Management (ongoing)
PhaseFocus
Phase 1LDAP/AD integration, SSO configuration, SMTP email, global auth policies
Phase 2Vault types, custom roles, RBAC, CSE decision, emergency access setup
Data MigrationImport existing credentials from Bitwarden, LastPass, KeePass, CSV
Phase 3Bulk user import, LDAP group synchronization, auto-assignment to vaults
Phase 4Internal communication strategy, help desk preparation, Activation Kit
Phase 5Security Dashboard monitoring, adoption tracking, offboarding procedures

Proof-of-concept (PoC) checklist

Use this checklist to run a structured PoC before full deployment. A PoC typically involves 5–20 pilot users across one or two departments.

StepResponsibleEstimated timeSuccess criteria
Provision server or activate hosted instanceServer Admin / Passwork0.5 hPasswork accessible at target URL over HTTPS
Apply licenseProject Lead0.1 hLicense accepted, correct user count visible
Configure SMTPSMTP Admin0.5 hTest invitation email received
Configure LDAP or SSO (for PoC group)LDAP/IdP Admin1–2 hPilot user authenticates via corporate credentials
Create vault structure for pilot departmentManager / Project Lead0.5 hVault and folders visible to pilot users
Import or manually add sample credentialsManager0.5 h≥20 passwords visible in vault
Invite pilot usersProject Lead0.3 hAll pilot users receive invitation and can sign in
Pilot users install browser extensionPilot users0.2 h/userExtension connects and autofill works
Pilot users enable 2FAPilot users0.2 h/user2FA active on all pilot accounts
Test sharing workflowPilot users0.3 hPassword shared between two users successfully
Test LDAP group sync (if applicable)LDAP Admin0.5 hGroup membership reflected in Passwork
Review activity logProject Lead0.2 hAll pilot actions visible in audit trail
Collect pilot feedbackProject LeadFeedback documented, blockers identified
Go/No-Go decisionExecutive SponsorDecision to proceed to full rollout

Infrastructure operations reference

If your team is also responsible for deploying and maintaining the Passwork server — Docker installation, high availability, updates, MongoDB backups, health check monitoring, and SIEM integration — see Infrastructure deployment and operations. That guide is intended for the DevOps or server admin role; it is separate from the rollout phases above.


Prerequisites

Before starting Phase 1:

  • Passwork license obtained from passwork.pro (cloud activation) or via Customer Portal (on-premise)
  • Server provisioned and accessible (on-premise only) — see Technical requirements
  • DNS record pointing to the Passwork URL
  • SSL certificate available (on-premise only)
  • SMTP server credentials available
  • LDAP/AD service account credentials available (if using LDAP)
  • IdP SAML/OIDC application pre-created (if using SSO)