I’m running Nextcloud AIO v10.11.0 on a VPS hosted at Netcup (VPS 500 G11s) which should be adequate. Now nothing else is running on the VPS, which is running Ubuntu 24.04.2 LTS.
Docker was installed by following the official documentation for Ubuntu. I used the default command to get everything up and running:
sudo docker run -d --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 --env NEXTCLOUD_DATADIR="/home/nc/ncdata" ghcr.io/nextcloud-releases/all-in-one:latest
Can’t get more standard, default and clean than this I guess. Now the problem is that whenever I try to download a file from fileshare I get no more than 2mb download speed tops. No matter which browser.
I’ve seen more messages about slow downloads but nothing seems to help. Is perhaps this VPS not enough or should I just install without AIO? I really like the ease of install and upgrades so it would be a shame to switch.
Any ideas?