Setup NextCloud on Ubuntu 18.04 with snap

Hi!

I am following this tutorial https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-nextcloud-on-ubuntu-18-04 to set up NextCloud on an Ubuntu 18.04 in Azure.
First steps went great but when I ran:

sudo nextcloud.manual-install test myPassword

I got this error:

Then I tried to run the command again but then I get this output:



  Command "maintenance:install" is not defined.

  Did you mean one of these?
      app:install
      maintenance:data-fingerprint
      maintenance:mimetype:update-db
      maintenance:mimetype:update-js
      maintenance:mode
      maintenance:repair
      maintenance:theme:update
      maintenance:update:htaccess

Then I also tried going to the public IP of my Azure instance to see if NextCloud was running and I could login with the password I set, but nope it does not respond.

If I check ps aux on the host, I see the nextcloud and processes running from snap:

Anyone have any ideas what I can try to do? Iā€™m thankful for all help.