FAQ
Question 1 - How To Change Default Admin Password
# this can be run direct in the container
su -c "gvmd --user=admin --new-password=new_password" gvm
# or
# run this from host
docker exec -ti <docker-container-id-or-name> /reset-gvmd-admin-password.shQuestion 2 - python-gvm for automation with the docker image but while establishing connection it fails saying "could not find /usr/local/var/run/gvmd.sock"
# Replace
su -c "gvmd --listen=0.0.0.0 --port=9390"
# gvm in the start.sh with
su -c "gvmd --unix-socket=/usr/var/run/gvmd.sock/gvmd.sock" gvm.
# This will create a socket in the /usr/var/run/ folderQuestion 3 - Can't view scan reports - get "An error has occurred on this page"
Question 4 - GMP Refusing Connections
Solution 1
Question 5 - TypeError: Cannot read property 'userTags' of undefined
Question 6 - Problem when generate pdf report larger than 1Mo and send it by email
Solution:
Question 7 - Is there a way of having Super Admins?
Solution
Question 8 - How can I use my own SSL Certificate?
Solution 1
Solution 2
Last updated