Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-09-2020 12:50 AM
I have to install Neo4j community edition on a VM in Azure I can't access in the browser.
I did this:
sudo vim /etc/neo4j/neo4j.conf
dbms.connector.bolt.enabled=true
dbms.connector.bolt.listen_address=0.0.0.0:7687
dbms.connector.http.enabled=true
dbms.connector.http.listen_address=0.0.0.0:7474
But 😎 doesn't work: ERR_CONNECTION_REFUSED
.
I don't know if it is the best method to install Neo4j community version in a Linux virtual machine.
What do I have to change to succeed in opening this in the browser ? Maybe I did bad 7) ?
11-10-2020 03:49 AM
I found the solution, I had to add port 7474 and 7687 to inbound security rules. And it works
05-27-2021 07:11 AM
Instead of Ubuntu, I have used Red Hat Enterprise Edition 8.1 also enabled both the port, But I am unable to browse using Browser with 7474 port.
Can someone help me in it
05-27-2021 10:37 AM
in your conf/neo4j.conf have u enabled remote browser connections similar to
#*****************************************************************
# Network connector configuration
#*****************************************************************
# With default configuration Neo4j only accepts local connections.
# To accept non-local connections, uncomment this line:
dbms.default_listen_address=0.0.0.0
All the sessions of the conference are now available online