Can't find log file with system connections

does NCP create a log file with all connections to the System?
e.g. Date / Time / User / IP / …
with an entry whether the login was successful or failed due to a bad Password

i want to know if someone is trying to connect to my Nextcloud or maybe already has my Password.

docker exec -it nextcloudpi /bin/bash

to get root prompt in your NCP container then check access logs:

/var/log/apache2/error.log

You might want to check the ncp.log and other apache2 logs also.

I haven’t found the information I’m looking for yet, but it goes in the right direction and i have access to the log files. Thank you