Skip to main content

Configuration

Configuring Neo4j Step 1: Open Configuration File

sudo nano /etc/neo4j/neo4j.conf

Step 2: Set Authentication and Network Uncomment and set the following parameters:

# Allow remote access
server.default_listen_address=0.0.0.0
# Disable authentication (if required, for testing only)
auth_enabled=false

Step 3: Restart Neo4j Service

sudo systemctl restart neo4j

Step 4: Verify Connectivity

neo4j status