immauss / openvas

Containers for running the Greenbone Vulnerability Manager. Run as a single container with all services or separate single applications containers via docker-compose.
GNU Affero General Public License v3.0
354 stars 102 forks source link

Accessing the web interface #194

Closed WarchiefTV closed 1 year ago

WarchiefTV commented 1 year ago

I run this command

docker run --detach --publish 8080:9392 -e PASSWORD="admin" -e HTTPS=true --volume openvas:/data --name openvas immauss/openvas

and it appears the container starts fine, but I can not access the web interface at all. For reference, I am in an environment where Ubuntu is on a virtual machine with an IP of 10.100.21.21 and I am ssh'd into the server from 10.100.0.108.

Am I missing a step in the documentation found here: https://immauss.github.io/openvas/ ? What command do I need to run to tail logs?

immauss commented 1 year ago

You can check the logs with: docker logs -f openvas

You should be able to access the website, based on the info you gave, at: https://10.100.21.21:8080

If not, please attach contents of: docker logs openvas and I'll see if I can spot a problem.

immauss commented 1 year ago

If you're still having issues with this, please open a new issue.

Thanks, Scott