Skip to main content
Percher is still being built, but you can try it out with a free account right now!

Password protection

SITE_PASSWORD env + [web] password = true

Ask your agent
Put a password on my app so only people I choose can open it.Read the guide at percher.app/docs/password-protection
For agents and developers

Password-protect your site so only people with the password can access it. Visitors see a branded login page — no browser popup.

# 1. Enable in percher.toml
[web]
port = 3000
password = true

# 2. Set the password
bunx percher env set SITE_PASSWORD=your-secret-here

# 3. Deploy
bunx percher publish

All plans. No extra cost. Visitors who enter the correct password get a 7-day cookie — they won't be asked again until it expires.