dev-lu / osint_toolkit

A full stack web application that combines many tools and services for security analysts into a single tool.
MIT License
501 stars 83 forks source link

White blank page #6

Closed victorreynaldi closed 1 year ago

victorreynaldi commented 1 year ago

White blank page. Why?

dev-lu commented 1 year ago

Could you please give more context?

victorreynaldi commented 1 year ago

I have installed osint_toolkit on my vps server (ubuntu os and apache2 web server) based on the guidlines. However, I get white blank page when I open url http://myipserver using browser. And when I do curl -i http://myserverip:3000, I get resutl curl: (56) Recv failure: Connection reset by peer

dev-lu commented 1 year ago

Maybe your firewall is blocking the connection to port 3000. But keep in mind: The application is not designed for deployment on a public VPS. There is no authentication in place to protect your data. I highly recommend just running the application on your local machine via Docker.