Admin access only. Enter the password configured in viewer.php.
viewer.php
First-time setup: run php -r "echo password_hash('your_password', PASSWORD_DEFAULT);" and paste the hash into viewer.php.
php -r "echo password_hash('your_password', PASSWORD_DEFAULT);"