Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-14-2020 10:22 AM
Hi, I'm trying to connect Neo4j remote Graph and I have tried almost all of the methods in community but they don't work for me. My Neo4j is the latest version.
Here are my settings of database:
#*****************************************************************
#*****************************************************************
dbms.default_listen_address=0.0.0.0
dbms.default_advertised_address=localhost
dbms.connector.bolt.enabled=true
#dbms.connector.bolt.tls_level=DISABLED
dbms.connector.bolt.listen_address=192.168.X.X:7687
dbms.connector.http.enabled=true
dbms.connector.http.listen_address=192.168.X.X:7474
dbms.connector.https.enabled=false
dbms.connector.https.listen_address=192.168.X.X:7473
#dbms.threads.worker_count=
#*****************************************************************
#*****************************************************************
dbms.ssl.policy.bolt.base_directory=certificates/default
dbms.ssl.policy.https.base_directory=certificates/default
dbms.ssl.policy.bolt.enabled=true
dbms.ssl.policy.bolt.base_directory=certificates/bolt
dbms.ssl.policy.bolt.private_key=private.key
dbms.ssl.policy.bolt.public_certificate=public.crt
dbms.ssl.policy.https.enabled=true
dbms.ssl.policy.https.base_directory=certificates
dbms.ssl.policy.https.private_key=private.key
dbms.ssl.policy.https.public_certificate=public.crt
Can anyone help with that? Thanks!
Solved! Go to Solution.
05-23-2020 03:20 AM
It looks like the database turns itself off, can you try reinstalling a new one? If possible with the latest version of Neo4j (> 4.0)
Regards,
Cobra
05-14-2020 04:12 PM
Hello,
Is Neo4j Server on a Linux or Windows distribution?
I manage several Neo4j server and I use this configuration:
dbms.default_listen_address=0.0.0.0
dbms.connector.bolt.enabled=true
#dbms.connector.bolt.tls_level=DISABLED
#dbms.connector.bolt.listen_address=:7687
dbms.connector.http.enabled=false
#dbms.connector.http.listen_address=:7474
dbms.connector.https.enabled=false
#dbms.connector.https.listen_address=:7473
I hope this will help you, don't forget to restart your database after you updated the neo4j.conf file.
05-14-2020 07:53 PM
Received with thanks , it's on MAC.
05-15-2020 01:27 AM
Did it work? If yes, you can close this subject 🙂
05-15-2020 06:16 AM
Thanks!
05-15-2020 06:48 AM
Have you changed the login and the password of the database?
Did you tick the encrypted connection box or not?
05-15-2020 06:52 AM
I have edited the setting according to your suggestion, the orginial graph works, but it still can't be connected from other computers.
Login is neo4j and I have changed the password.
Neither tick the encrypted connection or not doesn't work, I tried both~
Thanks~
05-15-2020 06:56 AM
Is the remote graph on the same computer or a distant server?
What do you mean by "the orginial graph works"?
05-15-2020 06:57 AM
The remote graph is on a distant server.
The original graph means the graph I wanna connect to from the distant server.
Thanks!
05-15-2020 06:59 AM
What is the distribution of remote server?
And your personnal computer on MacOS, right?
What version of Neo4j Server are you using?
05-15-2020 07:08 AM
Remote server is windows 10 base. And the graph I changed settings is on MacOS.
Both of these 2 computers have Neo4j 4.0.4& Neo4j Desktop 1.2.8.
Thanks~
05-15-2020 07:13 AM
The configuration I gave you is for the Neo4j Server on Windows 10, you don't need to change anything on Neo4j Desktop that is on MacOS 🙂
05-15-2020 07:56 AM
Thanks! Plz tell me if anywhere I misunderstood.
05-15-2020 07:51 AM
How is it going? I hope it resolves your issue:)
05-15-2020 08:00 AM
05-15-2020 08:51 AM
Windows10:
MacOS:
Windows 10:
Thanks!
05-15-2020 08:57 AM
No problem 🙂 if you want to use Neo4j Desktop on Windows Server, you must use localhost and not the server IP:) You only need the server IP when you are not on the server:) If your problem is resolved, you can close this topic:)
05-15-2020 10:48 AM
Hey, thanks for squeezing time to help me, but I haven't solved the prob yet.
I'm using microsoft remote Desktop, Mac Neo4j desktop is on the left side and the right side is windows 10 Neo4j desktop.
For Neo4j in Mac, my setting is default.
For Neo4j in Windows 10, my setting is reset according to your configuration.
My target is running project called MKG1 on Mac as well as remotely connecting to MKG1 on Windows 10.
I tried hundreds of times but it is still not working. Could you plz have a look at it?
Thank you again!
05-15-2020 11:05 AM
We are gonna find what is the issue:)
To be sure, you must install Neo4j Server on your Windows server: https://neo4j.com/download-center/#community and use the configuration I gave you.
After you can use Neo4j Desktop to access the Neo4j Server:
You cannot access a local database created with Neo4j Desktop from another computer, it must be a Neo4j Server (and not a local database created by Neo4j Desktop) if you want to access this one remotly 🙂
05-16-2020 07:20 AM
Also please check for inbound rules for neo4j ports at server(nic) and os level(In your case win firewall)..
Thanks
05-16-2020 08:27 AM
Thanks, I closed both firewalls of Mac and Windows 10(remote computer) before I had this issue, so I think the problem is somewhere else~
05-16-2020 12:46 PM
Okay. What I would suggest, spin up a some simple server(like chrome plugin: 200 ok) on 7474 port and try browsing from your local Mac machine or curl.. just for a test..
05-16-2020 07:21 AM
Received with thanks, it still doesn't work, I'm still working on it.
Could you plz help with that? thank you again!
05-16-2020 07:43 AM
i'm also faced this kind of issue. in my case my OS is ubuntu and had to uninstall with deleting all related folder of neo4j and again install it freshly solved my problem.
In my case i have installed old version of neo4j and after i installed latest neo4j version but it didn't work. in my case also i couldn't connect it through neo4j desktop but it can access through neo4j browser and also couldn't connect default DB only connected to system DB. when connecting to default DB it showed error saying 'an error occurred in graph.db'. then i uninstall neo4j and delete all related folder of neo4j and again installed it freshly and problem solved. hope this may help you.
05-16-2020 09:07 AM
Hello @yli249, so if I understand well, you don't have any real servers, just two "classic" computers?
I never tried to connect two laptops together and I don't know if this is possible. But to start, I think one of them must be with Neo4j Server and the other with Neo4j Desktop.
For the neo4j.conf
file, maybe get a fresh new one and only changed lines I gave you at the beginning.
05-16-2020 09:10 AM
Yes,I have installed both Neo4j server(open via browser ) and Neo4j desktop for Mac and Windows 10.
Now on Mac, Neo4j database instance can be open via browser(localhost) as well as desktop.
Thanks!
05-16-2020 09:12 AM
So if you want to access the Neo4j server of the other computer, try with his local IP since you are on the same network:)
05-16-2020 09:26 AM
05-16-2020 09:28 AM
It's a bit different from what I wrote:
dbms.default_listen_address=0.0.0.0
dbms.connector.bolt.enabled=true
#dbms.connector.bolt.tls_level=DISABLED
#dbms.connector.bolt.listen_address=:7687
dbms.connector.http.enabled=false
#dbms.connector.http.listen_address=:7474
dbms.connector.https.enabled=false
#dbms.connector.https.listen_address=:7473
05-16-2020 09:42 AM
So let me summarize the story:
So this is the plan:
dbms.default_listen_address=0.0.0.0
dbms.connector.bolt.enabled=true
dbms.default_listen_address=0.0.0.0
allows the database to be accessed from outside of the computer ;dbms.connector.bolt.enabled=true
allows the communication threw bolt protocol ;bin/neo4j status
or service neo4j-service status
)After that, I won't have other ideas 😕
05-17-2020 05:44 PM
Hi, Cobra,
I stopped using virtual machine and used another laptop installed Neo4j community as well as Neo4j desktop. I tried to remotely connect this new laptop to the Neo4j database on my Mac OS.
Since the configuration you mentioned does not work for me, I made some modifications to neo4j.conf according to the suggestions provided online, which is shown below:
I found my local Ip address and external IP address:
In order to prevent chrome from blocking my remote requests,I used a guest visit mode of Chrome to open Neo4j browser database on mac via http://localhost:7474/browser/,
But it is not always working ...then I realized my neo4j may not have signed SSL certificates so that the request from the new laptop cannot reach my Mac OS, the solutions of getting SSL certificates seems complex:
Could you plz tell me if getting SSL certificates is necessary to solve this issue?
Besides, I'm wondering if using Neo4j Aura for sharing a database online is much easier.
Thank you guys for helping me in solving this problem, if you have any other ideas plz let me know:)
Thank you again!!
05-18-2020 02:10 AM
Hello,
I never used SSL certificate on Neo4j so I don't know to to be honest
Neo4j Aura is a good solution but you will have to pay to use it.
Maybe you could only use one PC ?
05-22-2020 04:30 PM
Hi, Cobra, after changed the configuration of the remote server, I restarted it and input bin/neo4j status
into Terminal, the result was:
Could you plz help with that ? Maybe this can provide some clues that I cannot remotely connect to Neo4j.
Thanks!!
05-22-2020 04:31 PM
Hello @yli249 ,
Neo4j is not running so I think your server is not up, try bin/neo4j start
or bin/neo4j console
and check the status again:)
Be aware that there is a difference between a local database from Neo4j Desktop and a remote server from Neo4j Server:)
Regards,
Cobra
05-22-2020 08:33 PM
Could you plz help with that?
05-23-2020 03:20 AM
It looks like the database turns itself off, can you try reinstalling a new one? If possible with the latest version of Neo4j (> 4.0)
Regards,
Cobra
05-23-2020 08:26 AM
Thank you so much for all you have done for me
I can remotely connect to Neo4j now.
I had a big misunderstanding which is I thought once I download both Neo4j desktop and neo4j server, they should operate together. But as you said, there's a difference between a local database from Neo4j Desktop and a remote server from Neo4j Server and we need to use terminal to connect them as well as make sure we change the right neo4j.conf.
Thank you again!
05-23-2020 08:28 AM
No problem, you see we solved the issue , enjoy Neo4 now
Regards,
Cobra
All the sessions of the conference are now available online