Installing Neo4j for 3.3

Updated on December 12th, 2022

Download Neo4j Zip
Download a Community version zip file from Neo4j's website. Please note: The latest version of Neo4j tested by IPV for the Teragator Service is 3.5.11, newer versions may be incompatible with Tergator.

Extract zip file

Extract the downloaded "neo4j-community-x.x.x-windows.zip" to "C:\".

Do not extract these files under Program Files.


Install Service using Command Line

Enter the following command lines, replacing the parts in bold:

cd C:\neo4j-community-X.X.X\bin\

.\neo4j install-service -verbose


Edit conf file

Browse to "C:\neo4j-community-x.x.x-windows\conf" and open "neo4j.conf" in a text editor.

Search for the following line and remove the preceding "#":

#dbms.security.auth_enabled=false

dbms.security.auth_enabled=false


Start Service
Was this article helpful?