Neo4j Desktop

Hi @myrights99

but question is from Neo4j Desktop not a browser

Yes, I connected from Neo4j Desktop not browser like Crome, Safari.

You can access to comment out the listen address in neo4j.conf of neo4j community server.
And restarting neo4j in Server XYZ.

#*****************************************************************
# 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

to

dbms.default_listen_address=0.0.0.0

And You can connect the server by Neo4j Desktop on your laptop.

Add Database > Connect to Remote DBMS

Database Name: Graph Database
Connect URL: bolt://<Server XYZ IP or name>:7687