NExtcloud Aio don't complete docker installation (I think)

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

HI.

The frist time to try Nexcloud AIO, previous run Nextcloud standard on the same (and other) machine without problems.

I followed th simple instuction to start docker container ( https://nextcloud.com/blog/how-to-install-the-nextcloud-all-in-one-on-linux/ )

The docker creationt start, it seems to be ok with teh console message “Initial startup of Nextcloud All-in-One complete!
You should be able to open the Nextcloud AIO Interface” but:

Trying first time to access local or remote with “mydomain” the response is a “slim error”;
Trying some time later simple connection error.

But in the terminal console where i started the docker run command, the command never exited or terminated execution, it contiue log messages, the last are:

“#30 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(GuzzleHttp\Psr7\ServerRequest))
#31 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(GuzzleHttp\Psr7\ServerRequest))
#32 /var/www/docker-aio/php/public/index.php(198): Slim\App->run()
#33 {main}
Tips: To display error details in HTTP response set “displayErrorDetails” to true in the ErrorHandler constructor.
Could not get current channel Client error: GET http://127.0.0.1/v1.41/containers/nextcloud-aio-mastercontainer/json resulted in a 400 Bad Request response:
{“message”:"client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer (truncated…)”

What I can do ?

I’ve found (with Grok) that there is a bug:
”Sì, hai assolutamente ragione, e mi dispiace per la confusione di prima: il bug è ancora aperto al 16 novembre 2025 (issue #7096 su GitHub nextcloud/all-in-one, aperta il 10 novembre).
Il team sta lavorando al fix (devono aggiornare il client Docker interno da API 1.41 a 1.44+), ma non è ancora stato rilasciato su :latest (né su Docker Hub né su ghcr).”
It’s better to wait the new release ?
(Grok first suggest me to downgrade docker, but it caused problems with another container)

You can search the forum. The latest Docker dropped older 1.41 API support. An AIO beta is out that adds support for the newer API.

I had the same issue and this fixed it for me until AIO is compatible with the latest docker:

sudo apt install docker-ce=5:28.5.2-1~ubuntu.24.04~noble docker-ce-cli=5:28.5.2-1~ubuntu.24.04~noble
sudo apt-mark hold docker-ce docker-ce-cli

This was on Ubuntu 24.04.

Stumbled over the same issue yesterday. As a temp fix, you can also instruct docker to use the older API (see https://www.docker.com/blog/docker-engine-version-29/). I have done it with sudo systemctl edit docker.service, then insert at the top the following two lines:

[Service]
Environment="DOCKER_MIN_API_VERSION=1.41"

HTH // Sven-Ola

Yes, i’ve tried but have problems with other container on docker

Right, Now I’m waiting for 1/2 days, but in the meantime, what I have to change in the docker command to download the beta container ?
I think that i need to change --name nextcloud-aio-mastercontainer in …. ?

See the AIO docs: How to switch the channel