Step 1
sudo apt updateStep 2
sudo apt -y install gvmStep 3
sudo gvm-setupAt the end of the process you can see the auto-generated admin password
Check Installation
sudo gvm-check-setupAccess to Web Interface
You may need a lot of time before the Greenbone platform is ready to use
https://127.0.0.1:9392Feed Synchronization
sudo greenbone-feed-syncStart / Stop Service
sudo gvm-startsudo gvm-stopChange admin password
sudo -u _gvm gvmd --user=admin --new-password=NEWPASSWORDEnable external access to web interface
Edit file /lib/systemd/system/gsad.service
ExecStart=/usr/sbin/gsad --foreground --listen 0.0.0.0 --port 9392Restart gvm
sudo gvm-stopsudo gvm-start
Comments
Post a Comment