Webseite erreichbar, Name und Passwort werden nicht übernommen

Hallo @all
Ich habe Nextcloud auf meinem Homeserver Ubuntu 18.04 installiert.
Letsencrypt habe ich auch installiert.
Nach einem System Absturz musste ich ein Backup einspielen.
Das klappte auch alles, bis auf die Tatsache das ich die Webseite von Nextcloud per https aufrufen kann, aber nach der Eingabe von Name und Passwort tut sich nichts.
Die Seite erneuert sich nicht und eine Fehlermeldung gibt es auch nicht.
Ich kann mich also nicht anmelden.

Sollte ich vielleicht neu installieren, oder gibt es eine Lösung?

LG
Sammy

Verwende den occ-Befehl um ein neues Kennwort zu setzen:

> ./occ user:resetpassword --help
Description:
  Resets the password of the named user

Usage:
  user:resetpassword [options] [--] <user>

Arguments:
  user                     Username to reset password

Options:
      --password-from-env  read password from environment variable OC_PASS
  -h, --help               Display this help message
  -q, --quiet              Do not output any message
  -V, --version            Display this application version
      --ansi               Force ANSI output
      --no-ansi            Disable ANSI output
  -n, --no-interaction     Do not ask any interactive question
      --no-warnings        Skip global warnings, show command output only
  -v|vv|vvv, --verbose     Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

@j-ed
Ich brauche nochmal deine Hilfe.
Bin in der nextcloud Konsole nicht so bewandert.
Wenn ich
./occ user:resetpassword --help
als root eingebe kommt , Permission denied

sudo <system-user-of-www-server> php <path-to-occ-command>/occ user:resetpassword <nextcloud-user>

Siehe z.B. auch:

@j-ed
Danke

Konntest Du das Kennwort erfolgreich zurücksetzen und Dich wieder anmelden?