Tilgå web-UI'et
For at få sikker adgang til den webbaserede brugergrænseflade skal du oprette en SSH-tunnel.
Fra din lokale maskine:
ssh -L 7474:localhost:7474 -L 7687:localhost:7687 root@<server-ip>
Besøg derefter: http://localhost:7474
Det kan tage et par minutter, før den er oppe.
Log ind med standardloginoplysninger:
- Brugernavn:
neo4j - Adgangskode:
neo4j
Du bliver bedt om at ændre adgangskoden ved første login.
Protokol-endpoints
- Bolt:
bolt://localhost:7687 - Neo4j-URI:
neo4j://localhost:7687
Opret forbindelse med Cypher Shell
cypher-shell -a 'neo4j://localhost:7687'
Vigtige mapper
- Konfiguration:
/etc/neo4j/ - Databasefiler:
/var/lib/neo4j/data/ - Logfiler:
/var/log/neo4j/ - Udvidelser:
/var/lib/neo4j/plugins/
Håndtering af Neo4j
sudo systemctl start neo4j # Start Neo4j
sudo systemctl stop neo4j # Stop Neo4j
sudo systemctl restart neo4j # Restart Neo4j
sudo systemctl status neo4j # Check status