How to access the the platform through web browser

I managed to install the solution by using this documentation Building 22.4 from Source - Greenbone Community Documentation

But on the last stage to access the platform through browser is where I stuck. I install it on the virtual server with IP 10.200.x.x and I check the ports are listening

Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 17120/postgres
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 16117/redis-server
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 804/systemd-resolve
tcp 0 0 127.0.0.1:9392 0.0.0.0:* LISTEN 18347/gsad
tcp 0 0 127.0.0.1:1883 0.0.0.0:* LISTEN 16524/mosquitto
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 862/sshd: /usr/sbin
tcp6 0 0 ::1:1883 :::* LISTEN 16524/mosquitto
tcp6 0 0 :::22 :::* LISTEN 862/sshd: /usr/sbin
tcp6 0 0 ::1:6379 :::* LISTEN 16117/redis-server
udp 0 0 127.0.0.53:53 0.0.0.0:* 804/systemd-resolve
udp 0 0 0.0.0.0:44626 0.0.0.0:* 758/systemd-timesyn

Anyone please help me on this

Hi,

by default gsad (our web server) only listens on localhost. You need to adjust the gsad service file to start gsad with listening on an other address.

2 Likes

Thanks so much it solve my problem

2 Likes