Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-07-2022 08:28 AM
I have been working with desktop version on Windows 10.
I want to install, I believe community version, on CentOS headless.
BROWSER
module (Neo4j Browser). e.g. SERVER_IP:7687 vs localhost:7687Solved! Go to Solution.
10-07-2022 04:10 PM
Hi @paullsnr !
Personally I prefer yum install, but either one gives you the same tools. Yum installs in the usual paths each of the components of the package, and makes it easy to enable the service. Tar ball gives you just a bit more of freedom of configuration, but is essentially the same. Just make sure to select the correct version with yum.
To make Neo4j remotely accessible you should only uncomment the accept non-local connections config parameter:
You should be able to access Neo4j Browser by SERVER_IP:7474 (which is the default HTTP port), 7687 is the Bolt port.
Hope this helps!
10-07-2022 04:10 PM
Hi @paullsnr !
Personally I prefer yum install, but either one gives you the same tools. Yum installs in the usual paths each of the components of the package, and makes it easy to enable the service. Tar ball gives you just a bit more of freedom of configuration, but is essentially the same. Just make sure to select the correct version with yum.
To make Neo4j remotely accessible you should only uncomment the accept non-local connections config parameter:
You should be able to access Neo4j Browser by SERVER_IP:7474 (which is the default HTTP port), 7687 is the Bolt port.
Hope this helps!
All the sessions of the conference are now available online