Uploaded October 2021 | Updated September 2026, 1 week ago
Here are the commands to install Nextcloud on a fresh Ubuntu VPS:
snap install nextcloud
nextcloud.manual-install USERNAME PASSWORD
nextcloud.occ config:system:set trusted_domains 1 --value=HOSTNAME
nextcloud.enable-https lets-encrypt
Here are the commands to install Nextcloud on a fresh Ubuntu VPS:
snap install nextcloud
nextcloud.manual-install USERNAME PASSWORD
nextcloud.occ config:system:set trusted_domains 1 --value=HOSTNAME
nextcloud.enable-https lets-encrypt



![AIsh gives you shell script one liner solutions in your terminal prompt
I wrote this little script to increase my productivity on the command line. You can tell aish what you want to do in plain language and it will come up with a shell script one-liner for you to run. If you press [Enter] it inserts the line into your history, and then you can access it by pressing up once, and then run or edit it to your liking. Since I wrote this script I have found it saved me a bunch of time, so hopefully it will save some time for you too.
https://github.com/chr15m/aish AIsh gives you shell script one liner solutions in your terminal prompt](https://i.ytimg.com/vi/loLSfsN-uAo/mqdefault.jpg)






