Closed victorreynaldi closed 1 year ago
Could you please give more context?
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
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.
White blank page. Why?