Hello
I am having trouble accessing my Nextcloud installation from the internet. I installed Nextcloud on Windows 11 / Docker Desktop according to these instructions: GitHub - nextcloud/all-in-one: 📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
The setup went smoothly and I can also access Nextcloud on the LAN (browser / Windows client / Android app).
Unfortunately, it doesn’t work from outside. The browser displays the error message ERR_CONNECTION_RESET.
In the router port 443 is forwarded to the Windows computer running Docker/Nextcloud. I use a DynDNS service from softether.net.
Edit: According to https://www.yougetsignal.com/tools/open-ports/ Port 443 is open. My public IP starts with 185. Therefore I assume that my ISP is not blocking 443 or using CGNAT.
Nextcloud is version “Nextcloud AIO v12.3.0” and has the following errors in the logs:
| Fehlersuche | admin_audit | RuntimeExceptionThe loading of lazy AppConfig values have been triggered by app “admin_audit” | 31.12.2025, 00:23:35 | |
|---|---|---|---|---|
| Fehler | core | ExceptionHMAC does not match. | 30.12.2025, 23:54:53 | |
| Fehler | core | ExceptionHMAC does not match. | 30.12.2025, 23:54:53 | |
| Fehler | core | NotFoundException/appdata_ockknz5bfnsv/theming/global | 30.12.2025, 23:40:14 | |
| Fehler | core | NotFoundException/appdata_ockknz5bfnsv/theming/global | 30.12.2025, 23:40:14 | |
| Warnung | no app in context | Skipping updater backup clean-up - could not find updater backup folder /nc-updater/updater-ockknz5bfnsv/backups | 30.12.2025, 23:40:13 | |
| Warnung | no app in context | Skipping updater backup clean-up - could not find updater backup folder /nc-updater/updater-ockknz5bfnsv/backups | 30.12.2025, 23:40:13 | |
| Warnung | cron | QueryNotFoundExceptionCould not resolve OCA\AppAPI\BackgroundJob\ExAppInitStatusCheckJob! Class “OCA\AppAPI\BackgroundJob\ExAppInitStatusCheckJob” does not exist | 30.12.2025, 23:40:08 | |
| Warnung | cron | QueryNotFoundExceptionCould not resolve OCA\AppAPI\BackgroundJob\ExAppInitStatusCheckJob! Class “OCA\AppAPI\BackgroundJob\ExAppInitStatusCheckJob” does not exist | 30.12.2025, 23:40:08 | |
| Fehlersuche | admin_audit | RuntimeExceptionThe loading of lazy AppConfig values have been triggered by app “admin_audit” | 30.12.2025, 23:38:18 | |
| Fehlersuche | admin_audit | RuntimeExceptionThe loading of lazy AppConfig values have been triggered by app “admin_audit” | 30.12.2025, 23:38:18 | |
Thanks in advance.
