Configure kiosk PIN per campus
Each campus has its own kiosk PIN. This lets you rotate one campus’s PIN without affecting the others.
Create or change the PIN
- Settings → Campuses → [Campus] → Kiosk.
- Kiosk PIN: type 4 to 6 digits.
- Confirm by repeating the PIN.
- Save.
The change is immediate. Any device in PIN mode for that campus prompts for the new PIN on the next tap.
PIN best practices
- Don’t use 1234, 0000, or the current year.
- Rotate quarterly or when volunteers change.
- Don’t write it on the device or on a sticky note attached to the kiosk.
- Share it through a secure channel (DM, not a big WhatsApp group).
Start the kiosk on a device
- On the device, open:
https://<your-tenant>.ministrium.com/kiosk. - Sign in once with an
org_adminorcampus_adminaccount. - Go to Kiosk mode → Activate.
- Pick the campus to operate.
- The device enters PIN mode and is ready.
From there, anyone in front of the device needs the PIN to do anything.
Remove kiosk mode from a device
If the device is leaving the church, deactivate kiosk mode:
- Tap the lock icon → Exit kiosk mode.
- Enter the PIN or admin credentials to confirm.
- Session closes and device behaves as a normal browser again.
If a device is lost
If a kiosk tablet is lost or stolen, rotate the PIN immediately and revoke the device session from Settings → Devices → Revoke. Even if the device has no sensitive data, hygiene matters.
Audit
Every PIN change is logged:
{
"action": "kiosk.pin.changed",
"campus_id": "c_downtown",
"actor_user_id": "u_42",
"occurred_at": "2026-04-15T14:23:00Z"
}The PIN never appears in logs or exports. Only the change event.
Last updated on