ERR_CONNECTION_REFUSED after restarting a neo4j community created in Azure VM

I have installed Neo4j community edition on a VM in Azure.

After having done all the setup required I went to google chrome and I enter:

http://{ip_of_the_VM}:7474/browser

Everything was working well.

I restarted the VM and with the same adress above I have: ERR_CONNECTION_REFUSED

What do I have to do ?

1 Like

In Azure, you usually get dynamic IP addresses, and so when you stop and restart the VM you might have gotten a different IP address. It makes sense that the old one would be a refused connection, if the IP address of your instance moved.

Hello, I kept the same IP address. Now it is working but the page with url

http://{ip_of_the_VM}:7474/browser

is very slow to open.