Security Checklist

Baseline hardening checklist for running Simple Infopanel in production-like environments.

1) Credentials and access

Change all default credentials, use strong unique passwords, and restrict admin access to trusted users only.

2) Transport security

Use HTTPS in production. If the app is internet-facing, place it behind a reverse proxy with TLS enabled.

3) Container and host updates

Keep Docker images, host OS, and dependencies updated. Apply security patches regularly.

4) Backups and recovery

Back up content and configuration on a schedule. Test restore procedures so recovery is predictable.

5) Logging and monitoring

Keep logs for admin actions and operational events. Monitor failed logins and unusual traffic patterns.

6) Deployment hygiene

Separate development and production environments. Avoid exposing internal ports directly when not required.

Related resources

Continue with the Troubleshooting Guide and Documentation.