Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-21-2019 09:49 AM
I have Neo4j Enterprise installed on GCE and also Desktop. How do I connect remotely to the GCE instance from the desktop? I try using the browser URI with bolt port but the instance is not configured and it doesn't appear that I can access the dbms configuration settings.
04-23-2019 01:03 PM
Hi Eric,
To connect to the Instance running on GCE from your local Neo4j Desktop, you will need to:
bolt://:7687
Now when you start the Neo4j Browser within Desktop, it will connect to the remote graph.
On the GCE end, you will need to make sure:
dbms.connectors.default_listen_address=0.0.0.0=true
I hope this helps.
Kind Regards,
Dave
04-24-2019 08:21 AM
Thanks for the reply David.
I confirmed that I am performing the steps you suggest:
I still get:
Also, what database name does the Neo4j Desktop want? I tried the database name listed in the Neo4j browser Database Information. the Project Name, the Project ID, even the instance name, none seem to work.
Any ideas?
Thanks!
Eric
04-24-2019 08:44 AM
Since you have dbms.connector.bolt.tls_level=REQUIRED
Make sure that you select the box: "Use Encrypted Connection" selected when you enter your credentials.
The Database name you enter is up to you and just locally indicates a name within the Desktop - it does not match this anywhere.
Kind Regards,
Dave
04-24-2019 08:58 AM
Ooohhh... I knew it was something bonehead on my part. Works now.
Thank you sir,
Eric
All the sessions of the conference are now available online