If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
root@hawk:/var/www/nextcloud# cd /var/www/nextcloud/ && su www-data -c '/usr/bin/php occ config:list system'
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"nextcloud",
"nextcloud.localdomain",
"localhost",
"hawk",
"hawk.localdomain",
"nextcloud.curleynet.mywire.org:17800"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "sqlite3",
"version": "32.0.3.2",
"overwrite.cli.url": "http:\/\/localhost",
"dbname": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"default_phone_region": "US",
"theme": "",
"loglevel": 2,
"logtimezone": "America\/Denver",
"logfile": "\/var\/log\/nextcloud\/nextcloud.log",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_smtpauth": 1,
"mail_smtpauthtype": "LOGIN",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"app_install_overwrite": [
"calendar"
],
"trashbin_retention_obligation": "auto, 90",
"maintenance_window_start": 19,
"filelocking.enabled": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"dbindex": 0,
"timeout": 1.5
},
"versions_retention_obligation": "auto, 90",
"data-fingerprint": "8fbb403d5754a1b6bf96b34cabc08a6b"
}
}
root@hawk:/var/www/nextcloud#
How to use GitHub
Steps to reproduce
Expected behaviour
"Server Version" should display the server's correct version.
Actual behaviour
"Server Version" shows "31.0.5" when the actual server version is "Hub 25 Autumn (32.0.3)" as indicated Administration Overview page, and by the security check page at https://scan.nextcloud.com/.
Server configuration
Web server: Apache 2.4.65-2
Database: SQLite 3.46.1-7
PHP version:
Nextcloud version: (see Nextcloud admin page)
Hub 25 Autumn (32.0.3)
List of activated apps
Nextcloud configuration
Browser
Browser name: Firefox/Chrome/Safari/…
Browser version: 124/125/…
Operating system: Debian 13 (trixie)
Browser log