Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
How can I change nextcloud entry address from example.com to nc.example.com if I have changed my mind after setting everything up?
whats the point of that - as there is Nextcloud AIO https://github.com/nextcloud/all-in-one#how-to-use-this
That instruction does not work, constantly getting 2006 MySQL server has gone away error messages on manual-install step
It’s probably worth mentioning in this article that snap has its own instance of Apache2 and that will conflict if your Ubuntu server is already used for hosting other sites in Apache2 (unless something like a reverse proxy is set up to direct to the apache2 instance within the NextCloud snap).
I’m back in the linux game recently and was unfamiliar with snap – went through this guide and ended up uninstalling the snap pkg and installing NextCloud via traditional means because of the conflict.
I have tried in different ways pero I can not install smbclient since it is in another environment to install it by snap How you can fix that problem
On a new DO droplet running Ubuntu 22.04, I get this error when using the nextcloud.manual-install username pwd command:
MySQL username and/or password not valid You need to enter details of an existing account.
After rebooting the server I run into the same issue as many; nextcloud is not reachable anymore. The two suggested methods of 1) disabling the firewall or 2) stopping apache2 both don’t work.
If SO many folks run into this, why isn’t there a simple instruction to fix this?
I’m not sure hot to get an answer. To become part of the community you need a cc or paypal, like most in the world I have neither. Still I’m looking for answers;
Hi, For information, on Step 2, I got this message
sudo nextcloud.manual-install xxx yyy
[1] 60243
Command 'dre' not found, did you mean:
command 'dpe' from deb delly (0.9.1-1)
command 'dreg' from deb emboss (6.6.0+dfsg-11ubuntu1)
command 'tre' from deb tre-command (0.3.6-2)
command 'drc' from deb drc (3.2.3~dfsg0-1build1)
command 're' from deb re (0.1-7build1)
command 'due' from deb due (3.0.0-1)
command 'dte' from deb dte (1.10-1)
Try: sudo apt install <deb name>
I’m not sure what program the command “dre” calls, but the install seems to have been successful. Any clues?
Excellent tutorial. Could you please write an ammendment to this which explains how to set up NextCloud Office (the bundled package) so that it works behind a reverse proxy? I am running Apache+Wordpress on a Ubuntu server and I want to run Snap NextCloud in parallel to the existing Apache+WP install. I did figure out how to get Nextcloud to run via a Snap install but NextCloud office fails to start/edit a document because of mixed http/https data. It appears that the Office software is serving http while the rest of Nextcloud is serving out https.