Can’t establish a connection to the server at 127.0.0.1:8091

Hi,
When I try to open scriptcase http://127.0.0.1:8091/scriptcase/devel/iface/login.php I get the error: Firefox can’t establish a connection to the server at 127.0.0.1:8091. I also tried it with chrome and i can’t connect.

Can you help me please?

Mac OS X 15.2

Tengo el mismo inconveniente lo llegaste a resolver?

As far as I know, the default port is 8092 ; 8091 was the old port (until version 9, I believe). This port is set during the Scriptcase installation. Try accessing 127.0.0.1:8092, localhost:8091, or localhost:8092.

It doesn’t work in any way.

If you’re using the Windows installation, check the firewall – add an exception for ports 8091 and 8092.

You can do this by going to Advanced Settings → Inbound Rules → New Rule, entering 8091, 8092, then selecting Allow the connection and completing the setup. After that, restart your system and try again.

It’s important to check if the ports are not already in use. To do this, open Command Prompt (cmd) as Administrator and run:
netstat -ano | findstr :8091
netstat -ano | findstr :8092
or just netstat -ano to list all active network connections and open ports on your system