Name

neo4j — Neo4j Server control

Synopsis

neo4j <command>

DESCRIPTION

Neo4j is a graph database, perfect for working with highly connected data. The neo4j command is used to control the Neo4j Server.

The preferred way to install Neo4j on Linux systems is by using prebuilt installation packages.

For information regarding Windows, see http://neo4j.com/docs/operations-manual/current/#windows-installation.

COMMANDS

console
Start the server as an application, running as a foreground process. Stop the server using CTRL-C.
start
Start server as daemon, running as a background process.
stop
Stops a running daemonized server.
restart
Restarts the server.
status
Current running state of the server.

Windows-specific commands

install-service
Installs the server as Windows service
uninstall-service
Uninstalls the Windows service

FILES

conf/neo4j.conf
Configuration.
conf/neo4j-wrapper.conf
Configuration for service wrapper.