Nextcloud AIO Initial Screen

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. :heart:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
  • Latest
  • Operating system and version (e.g., Ubuntu 24.04):
  • Windows 11 Pro & Docker (latest)
  • Is this the first time you’ve seen this error? (Yes / No):
  • Yes
  • When did this problem seem to first start?
  • First run
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
  • Nextcloud AIO
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
  • No

Summary of the issue you are facing:

System: Mini PC N95, 500Gb M.2, 16Gb RAM.

Install:

  • Windows 11 Pro (Tiny 25H2)

  • Partition disc to create 300Gb Nextcloud data drive (D:)

  • Static IP

  • Install Ecosia browser.

  • Install Docker Desktop (latest), ensure it runs on logon.

  • Install Nextcloud AIO (presumed latest) by script:

docker run ^

--init ^

--sig-proxy=false ^

--name nextcloud-aio-mastercontainer ^

--restart always ^

--publish 80:80 ^

--publish 8080:8080 ^

--publish 8443:8443 ^

--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config ^

--volume //var/run/docker.sock:/var/run/docker.sock:ro ^

-e NEXTCLOUD_DATADIR="/run/desktop/mnt/host/d/ncdata" ^

ghcr.io/nextcloud-releases/all-in-one:latest

When I connect from my client (https://:8080) I can log on but get the following and, even though I’ve followed various links to try and understand what I’m supposed to do, I just don’t get what I’m supposed to do here especially as I initially only want to run the thing on a local network.

I’ll be straight… I was working on the assumption that I would log on like I would when I had Nextcloud installed manually on Ubuntu and then start adding things from there. The videos I’ve watched all seem to be suggesting NGINX and I really don’t want that at this point, I just want to get on with configuring things from the Nextcloud control panel.

Any advice as to how I get past this screen and to the Nextcloud standard stuff appreciated.

James

Hi, see all-in-one/local-instance.md at main · nextcloud/all-in-one · GitHub