Easy way to know modules running nextcloud instance

Hi

I’m actually runing a preconfigured vm.
Is there an easy way to know the modules/components running the nextcloud instance such as Web server, DB make, NC release, PHP, maybe something else?

Appreciate your help

thx markus

Without login for all nextclouds with “status.php”:

https://demo1.nextcloud.com/status.php

If you are logged in (admin) there is
https://cloud.server.tld/settings/admin/serverinfo

Also there is an API (admin login):
https://cloud.server.tld/ocs/v2.php/apps/serverinfo/api/v1/info

thx devnul

easy :slight_smile: