Step 1: Sign in — Paperless-ngx Walkthrough
Find your URL and admin password from the stack outputs and sign in to Paperless-ngx
Great! You've deployed the demo
Now let's walk through what you just deployed and see it in action.
Start WalkthroughChoose your next step
Generate Evidence Pack
Create your business case documentation with what you've learned.
Generate Evidence PackWalkthrough progress
Step 1 of 4 • 2 minutes
Sign in and see the dashboard
Find your Paperless URL and admin password from the CloudFormation outputs, then sign in.
Screenshot updating - please check back soon
Screenshot updating - please check back soon
Screenshot updating - please check back soon
Screenshot updating - please check back soon
Expected outcome
- CloudFormation stack shows CREATE_COMPLETE status
- PaperlessUrl, AdminUsername and AdminPassword outputs are visible
- You can sign in and see the Paperless-ngx dashboard
How to find your URL and credentials
- Open the CloudFormation console
-
Find your stack
Look for a stack with
paperless-ngxin the name. The status should be CREATE_COMPLETE. -
Open the Outputs tab
Click the stack name, then select the Outputs tab. You'll see:
Output What it is PaperlessUrlCloudFront HTTPS URL for the Paperless-ngx UI ChatUrlChat-with-archive URL — you'll use this in Step 4 AdminUsernameadminAdminPasswordA 16-character password (shown in plain text) CloudWatchLogsUrlDirect link to logs for paperless / tika / gotenberg / init containers -
Sign in
Open the
PaperlessUrlin a new tab. Enteradminand the value fromAdminPassword.You'll land on the dashboard, with the inbox tag and a few saved views down the left.
consume folder. Paperless's consumer is OCR'ing each one (Tesseract for PDFs, Apache Tika for emails, Gotenberg for .docx and .odt), and the post-consume hook is calling Amazon Nova Pro to title, tag and classify each document. Most documents will be fully classified within 2 to 3 minutes of stack completion.
Troubleshooting: dashboard is empty
If the dashboard shows no documents yet:
- The consumer pipeline takes a few seconds per document — give it 2 to 3 minutes after stack completion.
- Click Documents in the left nav to see them appear as they're processed.
- Check the
CloudWatchLogsUrloutput and look at thepaperlessstream prefix for any consumer errors.
Troubleshooting: AdminPassword shows {{resolve:secretsmanager:...}}
If AdminPassword in the Outputs tab shows a literal string like {{resolve:secretsmanager:...}} rather than the password value, fetch it directly from Secrets Manager:
- Open the Secrets Manager console in us-east-1.
- Find the secret with
AdminPasswordSecretin the name. - Click Retrieve secret value — the password is the value of the
ADMIN_PASSWORDkey.