ail-project / ail-framework

AIL framework - Analysis Information Leak framework
GNU Affero General Public License v3.0
537 stars 80 forks source link

Can not access port 7000 #204

Open Mur4dS opened 6 months ago

Mur4dS commented 6 months ago

Hello Everyone,

I tried to install ail-framework on my ubuntu 20.4 , but when i tried to access web interface it shows me "This site can’t be reached ". There was no error while installing framework and Firewall inbound rules is configured to allow every traffic . I can't access it from local. How can I solve this problem ?

Toghrul-Movsumlu commented 5 months ago

Hello @Mur4dS vi /home/tm/ail-framework/configs/core.cfg

[Flask]

Proxying requests to the app

baseUrl = /

Host to bind to

host = 127.0.0.1 # change 0.0.0.0 (This change worked)

Flask server port

port = 7000

vncloudsco commented 4 months ago

@Toghrul-Movsumlu I changed them and found they still don't work

image

image

this AIL_2_AIL work. image

nexhis commented 2 weeks ago

@vncloudsco did you solve this issue? I am having the same. AIL

@Toghrul-Movsumlu I also changed the host = 127.0.0.1 # change 0.0.0.0 (This change worked) when I try to launch on web it doesn't work.

Any idea how to fix this ?