跳到主要内容

Greenbone Community Containers 22.4

The Greenbone Community Edition is not maintained by this project. Problems with the Greenbone Community Edition should be reported to the Greenbone Community and Greenbone Community Edition documentation.

To configure connection to GCE locally

python -m venv ./venv

Run the following command to install the Python GVM library

source venv/bin/activate
pip install python-gvm

gasd issue

In our deployment, we found that the gasd service fail to bind 80 port. The error message is as follows:

Binding to port 80 failed, trying default port 9392 next

We don't know why this happens. Consider changing the container port to 9392 in the docker-compose.yml file. i.e. change the following line:

ports:
- "9392:9392"

Management

You may want to access the Web UI of the Greenbone Community Edition. The default username and password are admin/admin. To connect to the Web UI, you need to open firewall port 9392.

However, the Web UI should not be exposed to the Internet with this default credential. You can use a reverse proxy or SSH tunneling to access the Web UI.