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