After NC32 Update, Administration options almost empty

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • nextcloud-php83-32.0.0
  • Operating system and version (e.g., Ubuntu 24.04):
    • FreeBSD 14.2-RELEASE-p1 GENERIC amd64
  • Web server and version (e.g, Apache 2.4.25):
    • apache24-2.4.65_1
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • NA
  • PHP version (e.g, 8.3):
    • php83-8.3.26
  • Is this the first time you’ve seen this error? (Yes / No):
    • yes
  • When did this problem seem to first start?
    • After upgrade to NC32
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • # pkg upgrade (FreeBSD)
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • No

Summary of the issue you are facing:

After install, Admin pane is missing from config settings. If I enter …/index.php/settings/admin in the browser I get “access forbidden” (I’m just guessing at the URL, that might be normal) Abbynormal is having the admin block missing (except two-factor admin, provided by an app):

Steps to replicate it (hint: details matter!):

  1. Install NC32

  2. Try to config admin settings

  3. ?

Log entries

Nextcloud


https://pastebin.com/5zHna8tw

Web Browser

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

No errors generated

Web server / Reverse Proxy

The output of your Apache/nginx/system log in /var/log/____:

NA

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "nas.blackrosetech.com",
            "173.228.36.144",
            "inas.blackrosetech.com"
        ],
        "allowed_admin_ranges": [
            "127.0.0.1\/8",
            "10.0.0.1\/8"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/nas.blackrosetech.com\/nextcloud",
        "dbtype": "mysql",
        "version": "32.0.0.13",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "filelocking.enabled": true,
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "dbindex": 0,
            "timeout": 1.5
        },
        "mail_smtpmode": "sendmail",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "connectivity_check_domains": [
            "www.eff.org",
            "www.cloudflare.com",
            "equalit.ie",
            "calyxinstitute.org"
        ],
        "trashbin_retention_obligation": "14, 180",
        "appcodechecker": false,
        "maintenance": false,
        "apps_paths": [
            {
                "path": "\/usr\/local\/www\/nextcloud\/apps",
                "url": "\/apps",
                "writable": true
            },
            {
                "path": "\/usr\/local\/www\/nextcloud\/apps-pkg",
                "url": "\/apps-pkg",
                "writable": false
            }
        ],
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "loglevel": 0,
        "theme": "",
        "default_locale": "en_US",
        "default_phone_region": "US",
        "default_timezone": "America\/Los_Angeles",
        "maintenance_window_start": 3,
        "remember_login_cookie_lifetime": 62208000,
        "session_lifetime": 6220800,
        "session_relaxed_expiry": true,
        "ldapIgnoreNamingRules": false,
        "integrity.check.disabled": true,
        "simpleSignUpLink.shown": false,
        "app_install_overwrite": [
            "theming_customcss",
            "metadata",
            "dashboard",
            "socialsharing_email",
            "files_texteditor",
            "fulltextsearch_elasticsearch",
            "files_fulltextsearch",
            "fulltextsearch",
            "passman",
            "issuetemplate",
            "twofactor_email",
            "twofactor_yubikey",
            "carnet",
            "twofactor_admin",
            "twofactor_gateway"
        ],
        "has_rebuilt_cache": true,
        "mysql.utf8mb4": true,
        "enable_previews": true,
        "preview_max_memory": 1024,
        "metadata_max_filesize": 512,
        "preview_ffmpeg_path": "\/usr\/local\/bin\/ffmpeg",
        "enabledPreviewProviders": {
            "0": "OC\\Preview\\PNG",
            "1": "OC\\Preview\\JPEG",
            "2": "OC\\Preview\\GIF",
            "3": "OC\\Preview\\BMP",
            "4": "OC\\Preview\\XBitmap",
            "5": "OC\\Preview\\MarkDown",
            "6": "OC\\Preview\\MP3",
            "7": "OC\\Preview\\TXT",
            "8": "OC\\Preview\\Illustrator",
            "9": "OC\\Preview\\Movie",
            "14": "OC\\Preview\\PDF",
            "16": "OC\\Preview\\Postscript",
            "18": "OC\\Preview\\SVG",
            "19": "OC\\Preview\\TIFF",
            "20": "OC\\Preview\\HEIC",
            "21": "OC\\Preview\\OpenDocument",
            "22": "OC\\Preview\\MSOfficeDoc"
        },
        "twofactor_enforced": "false",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "data-fingerprint": "cd25e080561943fe1e627efd28d71cf3",
        "mail_sendmailmode": "pipe"
    },
    "apps": {
        "activity": {
            "enable_email": "yes",
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "notify_email_analytics_data": "0",
            "notify_email_analytics_report": "0",
            "notify_email_bookmarks": "0",
            "notify_email_calendar": "0",
            "notify_email_calendar_event": "0",
            "notify_email_calendar_todo": "0",
            "notify_email_circles_as_member": "0",
            "notify_email_circles_as_moderator": "0",
            "notify_email_circles_as_non_member": "0",
            "notify_email_comments": "0",
            "notify_email_contacts": "0",
            "notify_email_file_changed": "0",
            "notify_email_group_settings": "1",
            "notify_email_phonetrack": "0",
            "notify_email_phonetrack_geofence_event": "1",
            "notify_email_phonetrack_proximity_event": "1",
            "notify_email_public_links": "0",
            "notify_email_remote_share": "0",
            "notify_email_shared": "0",
            "notify_email_systemtags": "0",
            "notify_notification_analytics_data": "0",
            "notify_notification_analytics_report": "0",
            "notify_notification_bookmarks": "0",
            "notify_notification_calendar": "0",
            "notify_notification_calendar_event": "0",
            "notify_notification_calendar_todo": "0",
            "notify_notification_circles_as_member": "0",
            "notify_notification_circles_as_moderator": "0",
            "notify_notification_circles_as_non_member": "0",
            "notify_notification_comments": "0",
            "notify_notification_contacts": "0",
            "notify_notification_favorite": "0",
            "notify_notification_file_changed": "0",
            "notify_notification_file_favorite_changed": "0",
            "notify_notification_group_settings": "0",
            "notify_notification_personal_settings": "0",
            "notify_notification_phonetrack": "0",
            "notify_notification_phonetrack_geofence_event": "0",
            "notify_notification_phonetrack_proximity_event": "0",
            "notify_notification_public_links": "0",
            "notify_notification_remote_share": "0",
            "notify_notification_security": "1",
            "notify_notification_shared": "0",
            "notify_notification_systemtags": "0",
            "notify_notification_twofactor_totp": "1",
            "notify_notification_twofactor_webauthn": "1",
            "notify_setting_batchtime": "3600",
            "notify_setting_self": "0",
            "notify_setting_selfemail": "0",
            "types": "filesystem"
        },
        "admin_audit": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "logging"
        },
        "analytics": {
            "enabled": "yes",
            "installed_version": "6.0.1",
            "types": ""
        },
        "app_api": {
            "enabled": "yes",
            "installed_version": "32.0.0",
            "types": ""
        },
        "appointments": {
            "enabled": "yes",
            "hk": "44bfdf2ade61899fcd7f904aef0f69952db2cbc56e9f51ee5fc6e7bc5ac9a2a3",
            "installed_version": "2.6.0",
            "new_backend": "4",
            "tiv": "25fd171a1d5483bb72d43083267ffe6f",
            "types": "dav"
        },
        "autocurrency": {
            "enabled": "yes",
            "installed_version": "1.3.0",
            "types": ""
        },
        "backgroundjob": {
            "lastjob": "334494"
        },
        "bookmarks": {
            "enabled": "yes",
            "installed_version": "16.0.0",
            "types": ""
        },
        "bruteForce": {
            "whitelist_1": "10.3.69.0\/24",
            "whitelist_2": "10.2.69.0\/24"
        },
        "bruteforcesettings": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "calendar": {
            "enabled": "yes",
            "installed_version": "6.0.2",
            "types": ""
        },
        "calendar_news": {
            "config": "{\"_route\":\"calendar_news.config.post\",\"sections\":[{\"type\":\"text\",\"calendar\":{\"ids\":[]},\"text\":\"My Calendar Update\"},{\"type\":\"calendar\",\"calendar\":{\"ids\":[\"2\"],\"format1\":\"${startDate} : ${summary}\",\"format2\":\"${description}\",\"end\":\"P2D\",\"descriptionRegex\":\"\"},\"text\":\"\"}]}",
            "enabled": "no",
            "installed_version": "1.1.16",
            "types": ""
        },
        "carnet": {
            "enabled": "no",
            "installed_version": "0.25.11",
            "types": "filesystem"
        },
        "checksum": {
            "enabled": "no",
            "installed_version": "1.2.6",
            "types": "filesystem"
        },
        "circles": {
            "enabled": "yes",
            "installed_version": "32.0.0",
            "loopback_tmp_path": "\/nextcloud",
            "loopback_tmp_scheme": "https",
            "maintenance_run": "0",
            "maintenance_update": "{\"maximum\":3,\"3\":1730387732,\"2\":1730391311,\"1\":1730391311,\"4\":1651888802,\"5\":1651892403}",
            "migration_22": "1",
            "migration_22_1": "1",
            "migration_run": "1",
            "types": "filesystem,dav"
        },
        "cloud_federation_api": {
            "enabled": "yes",
            "installed_version": "1.16.0",
            "types": "filesystem"
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "logging"
        },
        "contacts": {
            "allowSocialSync": "yes",
            "enabled": "yes",
            "installed_version": "8.0.3",
            "types": "dav"
        },
        "contactsinteraction": {
            "enabled": "no",
            "installed_version": "1.10.0",
            "types": "dav"
        },
        "core": {
            "backgroundjobs_mode": "cron",
            "default_encryption_module": "OC_DEFAULT_MODULE",
            "emailTestSuccessful": "1",
            "enterpriseLogoChecked": "yes",
            "excludeGroups": "allow",
            "files_metadata_installed": "1",
            "installed.bundles": "[\"CoreBundle\"]",
            "installedat": "1520030813.1188",
            "lastcron": 1759663228,
            "lastupdateResult": "{\"version\":\"31.0.7.1\",\"versionstring\":\"Nextcloud 31.0.7\",\"url\":\"https:\\\/\\\/download.nextcloud.com\\\/server\\\/releases\\\/nextcloud-31.0.7.zip\",\"web\":\"https:\\\/\\\/docs.nextcloud.com\\\/server\\\/31\\\/admin_manual\\\/maintenance\\\/upgrade.html\",\"changes\":\"https:\\\/\\\/updates.nextcloud.com\\\/changelog_server\\\/?version=31.0.7\",\"autoupdater\":\"1\",\"eol\":\"0\"}",
            "lastupdatedat": 0,
            "metadataGenerationDone": true,
            "moveavatarsdone": "yes",
            "previewsCleanedUp": "1",
            "public_files": "files_sharing\/public.php",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
            "scss.variables": "06ebd1104f5a1bf534886b0a1f3e5beb",
            "shareapi_allow_public_upload": "no",
            "shareapi_default_permission_cancreate": "no",
            "shareapi_default_permission_candelete": "no",
            "shareapi_default_permission_canshare": "no",
            "shareapi_default_permission_canupdate": "no",
            "shareapi_default_permissions": "1",
            "shareapi_exclude_groups": "allow",
            "shareapi_exclude_groups_list": "[\"admin\"]",
            "shareapi_only_share_with_group_members": "no",
            "shareapi_restrict_user_enumeration_to_group": "yes",
            "theming.variables": "d41d8cd98f00b204e9800998ecf8427e",
            "umgmt_send_email": "true",
            "umgmt_show_backend": "false",
            "umgmt_show_email": "true",
            "umgmt_show_last_login": "true",
            "umgmt_show_storage_location": "true",
            "updater.secret.created": 1725463677,
            "vendor": "nextcloud",
            "files_metadata": {
                "photos-original_date_time": {
                    "value": null,
                    "type": "int",
                    "etag": "",
                    "indexed": true,
                    "editPermission": 0
                },
                "photos-size": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-exif": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-ifd0": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "blurhash": {
                    "value": null,
                    "type": "string",
                    "etag": "10a64fd89cc6da90999feaae80c2f51a",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-gps": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-place": {
                    "value": null,
                    "type": "string",
                    "etag": "",
                    "indexed": true,
                    "editPermission": 0
                }
            },
            "oc.integritycheck.checker": {
                "twofactor_totp": {
                    "EXTRA_FILE": {
                        "babel.config.js": {
                            "expected": "",
                            "current": "52255f2deac6eac69bf864935fabed674ea69807c7ac578bbd58e7a9d3c2e06fd1dc93a512f1422c436e9086cf40ce4c106a7ba8f49ef65c03260c7261c47f25"
                        },
                        ".nextcloudignore": {
                            "expected": "",
                            "current": "8dfbc5d7bfe4c69f35652170e2614e7b8e55fb7ae77c0ab2d4e68cb7877d927c7e202a73d417324e0755cc7ac701689f1bd8e7407620392534c1bc6568936fb2"
                        },
                        "krankerl.toml": {
                            "expected": "",
                            "current": "635434a1aefba636462a954c257e56ef1f57f167ea0396627ec91a1abae8b9b7e10be286d3fb609dccd86fd0be9c9a2b2d18ac7bebff8ef3746c1e103ba20f0a"
                        }
                    }

114,824 lines removed for brevity                        }
                    },
                    "INVALID_HASH": {
                        ".htaccess": {
                            "expected": "8f73bca83268566360c55d51fd2d2dc41af8448ec67211c73a5c1d316c8f384065bfdef8f79895a3c38ab4b8be202f9fbfe23482e6ed6cca43c726ba99dfc719",
                            "current": "9b8693928ff69f527448d45fac34849ef67eaa4916ac2895bba944fe2307cb9ce0b78099acd8b3059ebc00995a25932fff5df203cd8dc0d7443162edc8b74df7"
                        }
                    }
                }
            }
        },
        "dashboard": {
            "enabled": "no",
            "installed_version": "6.0.0",
            "types": ""
        },
        "dav": {
            "buildCalendarReminderIndex": "yes",
            "buildCalendarSearchIndex": "yes",
            "builtSocialSearchIndex": "yes",
            "chunks_migrated": "1",
            "enabled": "yes",
            "installed_version": "1.34.2",
            "needs_system_address_book_sync": "no",
            "regeneratedBirthdayCalendarsForYearFix": "yes",
            "types": "filesystem"
        },
        "encryption": {
            "enabled": "no",
            "installed_version": "2.4.0",
            "masterKeyId": "master_8a0e4252",
            "publicShareKeyId": "pubShare_8a0e4252",
            "recoveryKeyId": "recoveryKey_8a0e4252",
            "types": "filesystem"
        },
        "end_to_end_encryption": {
            "enabled": "no",
            "installed_version": "1.18.0",
            "types": "filesystem,dav"
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": ""
        },
        "federation": {
            "enabled": "no",
            "installed_version": "1.11.0",
            "types": "authentication"
        },
        "files": {
            "cronjob_scan_files": "500",
            "default_quota": "10 GB",
            "enabled": "yes",
            "installed_version": "2.4.0",
            "mimetype_version": "30.0.4.1",
            "types": "filesystem"
        },
        "files_accesscontrol": {
            "enabled": "no",
            "installed_version": "3.0.1",
            "types": "filesystem"
        },
        "files_downloadactivity": {
            "enabled": "no",
            "installed_version": "1.18.1",
            "types": "filesystem"
        },
        "files_downloadlimit": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "files_external": {
            "enabled": "no",
            "installed_version": "1.10.0",
            "types": "filesystem"
        },
        "files_fulltextsearch": {
            "enabled": "no",
            "files_audio": "0",
            "files_encrypted": "0",
            "files_external": "0",
            "files_federated": "0",
            "files_group_folders": "1",
            "files_image": "0",
            "files_local": "1",
            "files_office": "1",
            "files_pdf": "1",
            "files_size": "20",
            "installed_version": "29.0.1",
            "types": "filesystem"
        },
        "files_pdfviewer": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "files_reminders": {
            "enabled": "yes",
            "installed_version": "1.5.0",
            "types": ""
        },
        "files_rightclick": {
            "enabled": "no",
            "installed_version": "1.6.0",
            "types": ""
        },
        "files_sharing": {
            "enabled": "yes",
            "incoming_server2server_share_enabled": "no",
            "installed_version": "1.24.0",
            "lookupServerEnabled": "no",
            "lookupServerUploadEnabled": "no",
            "outgoing_server2server_share_enabled": "no",
            "types": "filesystem"
        },
        "files_texteditor": {
            "enabled": "yes",
            "installed_version": "2.15.1",
            "types": ""
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "filesystem,dav"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.25.0",
            "types": "filesystem,dav"
        },
        "fileslibreofficeedit": {
            "enabled": "yes",
            "installed_version": "2.0.1",
            "types": ""
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "forms": {
            "enabled": "no",
            "installed_version": "5.2.1",
            "types": "prevent_group_restriction"
        },
        "fulltextsearch": {
            "app_navigation": "1",
            "cron_err_reset": "1637690405",
            "enabled": "no",
            "installed_version": "29.0.1",
            "migration_24": "0",
            "search_platform": "OCA\\FullTextSearch_Elasticsearch\\Platform\\ElasticSearchPlatform",
            "types": ""
        },
        "fulltextsearch_elasticsearch": {
            "analyzer_tokenizer": "standard",
            "elastic_host": "http:\/\/127.0.0.1:9200\/",
            "elastic_index": "NC_Elastic_Index",
            "enabled": "no",
            "installed_version": "29.0.1",
            "types": ""
        },
        "gallery": {
            "enabled": "no",
            "installed_version": "18.4.0",
            "types": ""
        },
        "gpgmailer": {
            "installed_version": "0.0.3",
            "types": ""
        },
        "groupfolders": {
            "cron_last_folder_index": 1,
            "enabled": "yes",
            "installed_version": "20.1.2",
            "types": "filesystem,dav"
        },
        "integration_openproject": {
            "enabled": "no",
            "fresh_project_folder_setup": "1",
            "installed_version": "2.9.1",
            "openproject_client_id": "",
            "openproject_client_secret": "",
            "openproject_instance_url": "",
            "types": ""
        },
        "issuetemplate": {
            "enabled": "no",
            "installed_version": "0.7.0",
            "types": ""
        },
        "logreader": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "levels": "11111",
            "live": "1",
            "relativedates": "",
            "types": "logging"
        },
        "lookup_server_connector": {
            "enabled": "yes",
            "installed_version": "1.20.0",
            "types": "authentication"
        },
        "metadata": {
            "enabled": "yes",
            "installed_version": "0.23.0",
            "types": ""
        },
        "music": {
            "enabled": "yes",
            "installed_version": "2.4.1",
            "types": "filesystem"
        },
        "nextcloud_announcements": {
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "types": "logging"
        },
        "notes": {
            "enabled": "yes",
            "installed_version": "4.12.3",
            "types": ""
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "setting_batchtime": "3",
            "sound_notification": "no",
            "sound_talk": "no",
            "types": "logging"
        },
        "oauth2": {
            "enabled": "yes",
            "installed_version": "1.20.0",
            "types": "authentication"
        },
        "passman": {
            "enabled": "yes",
            "installed_version": "2.4.12",
            "types": ""
        },
        "password_policy": {
            "enabled": "yes",
            "enforceHaveIBeenPwned": "1",
            "installed_version": "4.0.0-dev.0",
            "maximumLoginAttempts": "20",
            "minLength": "10",
            "types": "authentication"
        },
        "phonetrack": {
            "enabled": "yes",
            "installed_version": "0.9.1",
            "types": ""
        },
        "photos": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.1",
            "lastPlaceMappedUser": "tempadmin",
            "lastPlaceMappingDone": "true",
            "types": "dav,authentication"
        },
        "previewgenerator": {
            "enabled": "yes",
            "installed_version": "5.10.0",
            "types": "filesystem"
        },
        "privacy": {
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "readableLocation": "us",
            "types": ""
        },
        "profile": {
            "enabled": "yes",
            "installed_version": "1.1.0",
            "types": ""
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "prevent_group_restriction"
        },
        "quota_warning": {
            "alert_email": "yes",
            "enabled": "no",
            "info_email": "yes",
            "installed_version": "1.22.0",
            "repeat_warning": "14",
            "types": "filesystem",
            "warning_email": "yes"
        },
        "ransomware_protection": {
            "enabled": "no",
            "installed_version": "1.14.0",
            "types": "logging"
        },
        "recommendations": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "related_resources": {
            "enabled": "yes",
            "installed_version": "3.0.0-dev.0",
            "types": ""
        },
        "serverinfo": {
            "cached_count_filecache": "3283063",
            "cached_count_storages": "16",
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "types": ""
        },
        "settings": {
            "enabled": "yes",
            "installed_version": "1.15.1",
            "types": ""
        },
        "sharebymail": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "filesystem"
        },
        "socialsharing_email": {
            "enabled": "yes",
            "installed_version": "3.3.0",
            "types": ""
        },
        "spreed": {
            "enabled": "no",
            "has_reference_id": "yes",
            "hide_signaling_warning": "yes",
            "installed_version": "22.0.0",
            "project_access_invalidated": "1",
            "stun_servers": "***REMOVED SENSITIVE VALUE***",
            "types": "dav,prevent_group_restriction"
        },
        "support": {
            "enabled": "no",
            "installed_version": "1.0.0",
            "types": ""
        },
        "survey_client": {
            "enabled": "no",
            "installed_version": "1.5.0",
            "last_report": "{\"id\":\"oc9294zov7vh\",\"items\":[[\"server\",\"version\",\"17.0.0.9\"],[\"server\",\"code\",\"other\"],[\"server\",\"enable_avatars\",\"yes\"],[\"server\",\"enable_previews\",\"yes\"],[\"server\",\"memcache.local\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"memcache.distributed\",\"none\"],[\"server\",\"asset-pipeline.enabled\",\"no\"],[\"server\",\"filelocking.enabled\",\"yes\"],[\"server\",\"memcache.locking\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"debug\",\"no\"],[\"server\",\"cron\",\"cron\"],[\"php\",\"version\",\"7.2.24\"],[\"php\",\"memory_limit\",1073741824],[\"php\",\"max_execution_time\",0],[\"php\",\"upload_max_filesize\",10737418240],[\"database\",\"type\",\"mysql\"],[\"database\",\"version\",\"5.6.45\"],[\"database\",\"size\",450887680],[\"apps\",\"accessibility\",\"1.3.0\"],[\"apps\",\"activity\",\"2.10.1\"],[\"apps\",\"admin_audit\",\"1.7.0\"],[\"apps\",\"bruteforcesettings\",\"1.4.0\"],[\"apps\",\"calendar\",\"1.7.1\"],[\"apps\",\"carnet\",\"0.18.12\"],[\"apps\",\"checksum\",\"0.4.3\"],[\"apps\",\"cloud_federation_api\",\"1.0.0\"],[\"apps\",\"comments\",\"1.7.0\"],[\"apps\",\"contacts\",\"3.1.6\"],[\"apps\",\"dashboard\",\"6.0.0\"],[\"apps\",\"dav\",\"1.13.0\"],[\"apps\",\"encryption\",\"disabled\"],[\"apps\",\"federatedfilesharing\",\"1.7.0\"],[\"apps\",\"federation\",\"1.7.0\"],[\"apps\",\"files\",\"1.12.0\"],[\"apps\",\"files_accesscontrol\",\"1.7.0\"],[\"apps\",\"files_fulltextsearch\",\"1.3.6\"],[\"apps\",\"files_pdfviewer\",\"1.6.0\"],[\"apps\",\"files_rightclick\",\"0.15.1\"],[\"apps\",\"files_sharing\",\"1.9.0\"],[\"apps\",\"files_texteditor\",\"disabled\"],[\"apps\",\"files_trashbin\",\"1.7.0\"],[\"apps\",\"files_versions\",\"1.10.0\"],[\"apps\",\"files_videoplayer\",\"1.6.0\"],[\"apps\",\"firstrunwizard\",\"2.6.0\"],[\"apps\",\"fulltextsearch\",\"1.3.6\"],[\"apps\",\"fulltextsearch_elasticsearch\",\"1.4.0\"],[\"apps\",\"gallery\",\"18.4.0\"],[\"apps\",\"groupfolders\",\"5.0.4\"],[\"apps\",\"logreader\",\"2.2.0\"],[\"apps\",\"lookup_server_connector\",\"1.5.0\"],[\"apps\",\"metadata\",\"0.10.0\"],[\"apps\",\"music\",\"0.11.1\"],[\"apps\",\"nextcloud_announcements\",\"1.6.0\"],[\"apps\",\"notes\",\"3.0.3\"],[\"apps\",\"notifications\",\"2.5.0\"],[\"apps\",\"oauth2\",\"1.5.0\"],[\"apps\",\"passman\",\"2.3.5\"],[\"apps\",\"password_policy\",\"1.7.0\"],[\"apps\",\"previewgenerator\",\"2.2.0\"],[\"apps\",\"privacy\",\"1.1.0\"],[\"apps\",\"provisioning_api\",\"1.7.0\"],[\"apps\",\"quota_warning\",\"1.6.0\"],[\"apps\",\"ransomware_protection\",\"1.5.1\"],[\"apps\",\"recommendations\",\"0.5.0\"],[\"apps\",\"serverinfo\",\"1.7.0\"],[\"apps\",\"sharebymail\",\"1.7.0\"],[\"apps\",\"socialsharing_email\",\"disabled\"],[\"apps\",\"spreed\",\"disabled\"],[\"apps\",\"support\",\"disabled\"],[\"apps\",\"survey_client\",\"1.5.0\"],[\"apps\",\"systemtags\",\"1.7.0\"],[\"apps\",\"tasks\",\"0.11.3\"],[\"apps\",\"text\",\"1.1.0\"],[\"apps\",\"theming\",\"1.8.0\"],[\"apps\",\"theming_customcss\",\"1.4.0\"],[\"apps\",\"twofactor_backupcodes\",\"1.6.0\"],[\"apps\",\"updatenotification\",\"1.7.0\"],[\"apps\",\"user_ldap\",\"1.7.0\"],[\"apps\",\"user_usage_report\",\"1.1.2\"],[\"apps\",\"viewer\",\"1.1.0\"],[\"apps\",\"workflowengine\",\"1.7.0\"],[\"stats\",\"num_files\",230164],[\"stats\",\"num_users\",7],[\"stats\",\"num_storages\",8],[\"stats\",\"num_storages_local\",1],[\"stats\",\"num_storages_home\",7],[\"stats\",\"num_storages_other\",0],[\"stats\",\"num_comments\",0],[\"stats\",\"num_comment_markers\",0],[\"stats\",\"num_systemtags\",0],[\"stats\",\"num_systemtags_mappings\",0],[\"files_sharing\",\"num_shares\",35],[\"files_sharing\",\"num_shares_user\",9],[\"files_sharing\",\"num_shares_groups\",7],[\"files_sharing\",\"num_shares_link\",18],[\"files_sharing\",\"num_shares_link_no_password\",18],[\"files_sharing\",\"num_fed_shares_sent\",0],[\"files_sharing\",\"num_fed_shares_received\",0],[\"files_sharing\",\"permissions_1_1\",\"4\"],[\"files_sharing\",\"permissions_3_1\",\"15\"],[\"files_sharing\",\"permissions_3_15\",\"3\"],[\"files_sharing\",\"permissions_4_15\",\"1\"],[\"files_sharing\",\"permissions_0_17\",\"2\"],[\"files_sharing\",\"permissions_1_17\",\"3\"],[\"files_sharing\",\"permissions_0_31\",\"7\"],[\"encryption\",\"enabled\",\"no\"],[\"encryption\",\"default_module\",\"yes\"]]}",
            "last_sent": "1578347103",
            "types": ""
        },
        "suspicious_login": {
            "enabled": "yes",
            "installed_version": "10.0.0-dev.0",
            "types": "authentication"
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": "logging"
        },
        "tasks": {
            "enabled": "no",
            "installed_version": "0.16.1",
            "types": ""
        },
        "text": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.0",
            "types": "dav"
        },
        "theming": {
            "backgroundMime": "image\/webp",
            "background_color": "#351111",
            "cachebuster": "22",
            "disable-user-theming": "yes",
            "enabled": "yes",
            "faviconMime": "image\/svg+xml",
            "imprintUrl": "***REMOVED SENSITIVE VALUE***",
            "installed_version": "2.7.0",
            "logoDimensions": "2419x1361",
            "logoMime": "image\/svg+xml",
            "logoheaderMime": "image\/svg+xml",
            "name": "BRT NetNAS",
            "primary_color": "#351111",
            "privacyUrl": "***REMOVED SENSITIVE VALUE***",
            "types": "logging",
            "url": "***REMOVED SENSITIVE VALUE***"
        },
        "theming_customcss": {
            "cachebuster": "1670858863054",
            "customcss": ".app-sidebar .app-sidebar-header__desc .app-sidebar-header__title-container .app-sidebar-header__maintitle-container .app-sidebar-header__maintitle[data-v-60fb5aa3] {\n    padding: 0;\n    min-height: 30px;\n    font-size: 20px;\n    line-height: 30px;\n    white-space: normal;\n}\n\n#filestable.view-grid:not(.hidden) tbody td.filename .name .nametext .innernametext {\n    display: inline-block;\n    text-align: start;\n    overflow: visible;\n    text-overflow: unset;\n    white-space: normal;\n}\n\n#filestable.view-grid:not(.hidden) tbody td.filename .name .nametext {\n    display: flex;\n    height: 74px;\n    margin-top: 146px;\n    text-align: center;\n    line-height: 16px;\n    padding: 0;\n}\n\n#filestable.view-grid:not(.hidden) tbody tr:not(.hidden) {\n    display: block;\n    position: relative;\n    height: 210px;\n    border-radius: var(--border-radius);\n}",
            "enabled": "yes",
            "installed_version": "1.19.0",
            "types": ""
        },
        "twofactor_admin": {
            "enabled": "yes",
            "installed_version": "4.8.0",
            "types": ""
        },
        "twofactor_backupcodes": {
            "enabled": "yes",
            "installed_version": "1.21.0",
            "types": ""
        },
        "twofactor_email": {
            "enabled": "yes",
            "installed_version": "2.8.2",
            "types": ""
        },
        "twofactor_gateway": {
            "enabled": "no",
            "installed_version": "0.20.0",
            "types": ""
        },
        "twofactor_nextcloud_notification": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.0",
            "types": ""
        },
        "twofactor_totp": {
            "enabled": "yes",
            "installed_version": "14.0.0",
            "types": ""
        },
        "twofactor_u2f": {
            "enabled": "no",
            "installed_version": "6.3.0",
            "types": ""
        },
        "twofactor_webauthn": {
            "enabled": "yes",
            "installed_version": "2.4.1",
            "types": ""
        },
        "twofactor_yubikey": {
            "clientID": "56789",
            "enabled": "no",
            "installed_version": "0.4.1",
            "secretKey": "LNPCkOWQn358siEW3Pc4Uew8lcs=",
            "types": ""
        },
        "updatenotification": {
            "analytics": "5.0.1",
            "appointments": "2.1.12",
            "bookmarks": "14.2.6",
            "bruteforcesettings": "2.2.0",
            "calendar": "4.6.8",
            "carnet": "0.25.6",
            "checksum": "1.2.5",
            "contacts": "5.5.3",
            "core": "29.0.8.1",
            "dashboard": "5.0.1",
            "enabled": "yes",
            "files_accesscontrol": "1.15.3",
            "files_downloadactivity": "1.16.0",
            "files_fulltextsearch": "22.0.1",
            "files_pdfviewer": "1.2.1",
            "files_rightclick": "0.15.1",
            "files_texteditor": "2.15.1",
            "fileslibreofficeedit": "2.0.1",
            "forms": "3.3.1",
            "fulltextsearch": "22.0.1",
            "fulltextsearch_elasticsearch": "22.0.1",
            "groupfolders": "17.0.5",
            "installed_version": "1.22.0",
            "issuetemplate": "0.7.0",
            "metadata": "0.21.0",
            "music": "2.0.1",
            "notes": "4.11.0",
            "passman": "2.4.11",
            "phonetrack": "0.7.6",
            "previewgenerator": "5.3.0",
            "quota_warning": "1.17.0",
            "ransomware_protection": "1.10.1",
            "related_resources": "1.0.4",
            "socialsharing_email": "1.0.4",
            "spreed": "9.0.6",
            "tasks": "0.15.0",
            "theming": "1.4.5",
            "theming_customcss": "1.15.0",
            "twofactor_admin": "4.7.1",
            "twofactor_email": "2.7.4",
            "twofactor_totp": "6.4.1",
            "twofactor_u2f": "6.2.0",
            "twofactor_webauthn": "1.3.2",
            "types": "",
            "update_check_errors": 1,
            "user_usage_report": "1.10.0"
        },
        "user_ldap": {
            "background_sync_interval": "1800",
            "configuration_prefixes": [
                "s01"
            ],
            "enabled": "yes",
            "installed_version": "1.23.0",
            "s01_lastChange": "1581974011",
            "s01has_memberof_filter_support": "0",
            "s01home_folder_naming_rule": "",
            "s01last_jpegPhoto_lookup": "0",
            "s01ldap_agent_password": "***REMOVED SENSITIVE VALUE***",
            "s01ldap_attributes_for_group_search": "",
            "s01ldap_attributes_for_user_search": "",
            "s01ldap_backup_host": "",
            "s01ldap_backup_port": "",
            "s01ldap_base": "",
            "s01ldap_base_groups": "",
            "s01ldap_base_users": "",
            "s01ldap_cache_ttl": "600",
            "s01ldap_configuration_active": "0",
            "s01ldap_default_ppolicy_dn": "",
            "s01ldap_display_name": "displayName",
            "s01ldap_dn": "",
            "s01ldap_dynamic_group_member_url": "",
            "s01ldap_email_attr": "",
            "s01ldap_experienced_admin": "0",
            "s01ldap_expert_username_attr": "",
            "s01ldap_expert_uuid_group_attr": "",
            "s01ldap_expert_uuid_user_attr": "",
            "s01ldap_ext_storage_home_attribute": "",
            "s01ldap_gid_number": "gidNumber",
            "s01ldap_group_display_name": "cn",
            "s01ldap_group_filter": "",
            "s01ldap_group_filter_mode": "0",
            "s01ldap_group_member_assoc_attribute": "",
            "s01ldap_groupfilter_groups": "",
            "s01ldap_groupfilter_objectclass": "",
            "s01ldap_host": "",
            "s01ldap_login_filter": "",
            "s01ldap_login_filter_mode": "0",
            "s01ldap_loginfilter_attributes": "",
            "s01ldap_loginfilter_email": "0",
            "s01ldap_loginfilter_username": "1",
            "s01ldap_nested_groups": "0",
            "s01ldap_override_main_server": "",
            "s01ldap_paging_size": "500",
            "s01ldap_port": "",
            "s01ldap_quota_attr": "",
            "s01ldap_quota_def": "",
            "s01ldap_tls": "0",
            "s01ldap_turn_off_cert_check": "0",
            "s01ldap_turn_on_pwd_change": "0",
            "s01ldap_user_avatar_rule": "default",
            "s01ldap_user_display_name_2": "",
            "s01ldap_user_filter_mode": "0",
            "s01ldap_userfilter_groups": "",
            "s01ldap_userfilter_objectclass": "",
            "s01ldap_userlist_filter": "",
            "s01use_memberof_to_detect_membership": "1",
            "types": "authentication"
        },
        "user_status": {
            "enabled": "yes",
            "installed_version": "1.12.0",
            "types": ""
        },
        "user_usage_report": {
            "enabled": "no",
            "installed_version": "3.0.0",
            "types": "filesystem"
        },
        "viewer": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "types": ""
        },
        "weather_status": {
            "enabled": "yes",
            "installed_version": "1.12.0",
            "types": ""
        },
        "webhook_listeners": {
            "enabled": "yes",
            "installed_version": "1.3.0",
            "types": "filesystem"
        },
        "workflowengine": {
            "enabled": "yes",
            "installed_version": "2.14.0",
            "types": "filesystem"
        }
    }
}

Apps

The output of occ app:list (if possible).

activity: 5.0.0-dev.0

admin_audit: 1.22.0

analytics: 6.0.1

app_api: 32.0.0

appointments: 2.6.0

autocurrency: 1.3.0

bookmarks: 16.0.0

bruteforcesettings: 5.0.0-dev.0

calendar: 6.0.2

circles: 32.0.0

cloud_federation_api: 1.16.0

comments: 1.22.0

contacts: 8.0.3

dav: 1.34.2

federatedfilesharing: 1.22.0

files: 2.4.0

files_downloadlimit: 5.0.0-dev.0

files_pdfviewer: 5.0.0-dev.0

files_reminders: 1.5.0

files_sharing: 1.24.0

files_texteditor: 2.15.1

files_trashbin: 1.22.0

files_versions: 1.25.0

fileslibreofficeedit: 2.0.1

firstrunwizard: 5.0.0-dev.0

groupfolders: 20.1.2

logreader: 5.0.0-dev.0

lookup_server_connector: 1.20.0

metadata: 0.23.0

music: 2.4.1

nextcloud_announcements: 4.0.0-dev.0

notes: 4.12.3

notifications: 5.0.0-dev.0

oauth2: 1.20.0

passman: 2.4.12

password_policy: 4.0.0-dev.0

phonetrack: 0.9.1

photos: 5.0.0-dev.1

previewgenerator: 5.10.0

privacy: 4.0.0-dev.0

profile: 1.1.0

provisioning_api: 1.22.0

recommendations: 5.0.0-dev.0

related_resources: 3.0.0-dev.0

serverinfo: 4.0.0-dev.0

settings: 1.15.1

sharebymail: 1.22.0

socialsharing_email: 3.3.0

suspicious_login: 10.0.0-dev.0

systemtags: 1.22.0

text: 6.0.0-dev.0

theming: 2.7.0

theming_customcss: 1.19.0

twofactor_admin: 4.8.0

twofactor_backupcodes: 1.21.0

twofactor_email: 2.8.2

twofactor_nextcloud_notification: 6.0.0-dev.0

twofactor_totp: 14.0.0

twofactor_webauthn: 2.4.1

updatenotification: 1.22.0

user_ldap: 1.23.0

user_status: 1.12.0

viewer: 5.0.0-dev.0

weather_status: 1.12.0

webhook_listeners: 1.3.0

workflowengine: 2.14.0
Disabled:

calendar_news: 1.1.16 (installed 1.1.16)

carnet: 0.25.11 (installed 0.25.11)

checksum: 1.2.6 (installed 1.2.6)

contactsinteraction: 1.13.1 (installed 1.10.0)

dashboard: 7.12.0 (installed 6.0.0)

encryption: 2.20.0 (installed 2.4.0)

end_to_end_encryption: 1.18.0 (installed 1.18.0)

federation: 1.22.0 (installed 1.11.0)

files_accesscontrol: 3.0.1 (installed 3.0.1)

files_downloadactivity: 1.18.1 (installed 1.18.1)

files_external: 1.24.0 (installed 1.10.0)

forms: 5.2.1 (installed 5.2.1)

integration_openproject: 2.10.0 (installed 2.9.1)

issuetemplate: 0.7.0 (installed 0.7.0)

quota_warning: 1.22.0 (installed 1.22.0)

spreed: 22.0.0 (installed 22.0.0)

support: 4.0.0-dev.0 (installed 1.0.0)

survey_client: 4.0.0-dev.0 (installed 1.5.0)

tasks: 0.16.1 (installed 0.16.1)

twofactor_gateway: 0.20.0 (installed 0.20.0)

user_usage_report: 3.0.0 (installed 3.0.0)

i am aware that NC32 had problems with groupfolder, this could be a track to follow.

Thank you for the suggestion! I tried disabling group folders (from OCC, of course) and it hasn’t cleared up the settings. Let me do the rad “all off” and give that a try. Before I tediously concatenate all the apps into an absurdly long extended command line, is there a simple “disable apps” occ command I’m missing? Help doesn’t indicate an app:disable -all option

If anyone is new to NC on FreeBSD: OCC commands look like this:
su -m www -c "php /usr/local/www/nextcloud/occ app:disable groupfolders"
the user you su to will depend on your install choices as will the path to your nextcloud install; if you installed from ports, this should work.

I disabled all disable-able apps and still no admin love , what can't be disabled:

# su -m www -c "php /usr/local/www/nextcloud/occ app:list"
Enabled:
  - cloud_federation_api: 1.16.0
  - dav: 1.34.2
  - federatedfilesharing: 1.22.0
  - files: 2.4.0
  - lookup_server_connector: 1.20.0
  - oauth2: 1.20.0
  - profile: 1.1.0
  - provisioning_api: 1.22.0
  - settings: 1.15.1
  - theming: 2.7.0
  - twofactor_backupcodes: 1.21.0
  - viewer: 5.0.0-dev.0
  - workflowengine: 2.14.0

my user has always been (since v1 or whatever) in the admin group and appears to still be:

# su -m www -c 'php /usr/local/www/nextcloud/occ user:info gessel'
  - user_id: gessel
  - display_name: (redacted)
  - email: (redacted)
  - cloud_id: (redacted)
  - enabled: true
  - groups:
(redacted)
    - admin
(redacted)
    - users
  - quota: none
  - storage:
    - free: 4318715894272
    - used: 543362566204
    - total: 4862078460476
    - relative: 11.18
    - quota: -3
  - first_seen: unknown
  - last_seen: 2025-10-15T14:14:40+00:00
  - user_directory: (redacted)
  - backend: Database