Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote access #214

Open
Baconrind opened this issue Mar 5, 2024 · 4 comments
Open

remote access #214

Baconrind opened this issue Mar 5, 2024 · 4 comments

Comments

@Baconrind
Copy link

Hi

I see if I NMAP the AIL-Framwork IP that port 7000 is not visible. Is there a setting I need to change to proxy to the app ? Im trying to login to the dashboard from my work machine, I have all NAT Portforwading and Firewalls rules set but cant go direct to the port.

Best
dean

@Terrtia
Copy link
Member

Terrtia commented Mar 5, 2024

Hi @Baconrind !
You need to change the binding of the Flask host:
configs/core.cfg -> [Flask]

@Baconrind Baconrind reopened this Mar 6, 2024
@Baconrind
Copy link
Author

Thanks for the reply Terrtia. Ive set the host to bind to the internal IP and the port is still set at 7000.

Im still not able to access the GUI remotely, firewall rules and port forwarding set so that static IP plus port gets forwarded to the internal bound host Ip 192.136.1.187 on port 7000 .

Do I need to set the section in the flask config :
#proxying request to the app
base URL = /

Any help greatly received
Dean

@Terrtia
Copy link
Member

Terrtia commented Mar 6, 2024

You can set the host to 0.0.0.0
The Flask application will listen on all available network interfaces

@nexhis
Copy link

nexhis commented Jul 12, 2024

@Terrtia I set the host to 0.0.0.0 but still cannot access the GUI. What might be the issue here?

AIL

I would really appreciate your assistance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants