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