Hi just installed Greenbone Community via docker.
Then
docker compose -f $DOWNLOAD_DIR/docker-compose.yml -p greenbone-community-edition \
exec -u gvmd gvmd gvmd --user=admin --new-password=<password>
Cannot log into GUI. My selected password is not recognized. Any ideas?
Maybe your password contains a character that conflicts with the Bash shell syntax. You can try to wrap your password in single quotes and see if that works.
1 Like
No, for testing I used password123
Restarted the whole server and it works now. Weird. Just restarting docker containers was not sufficient