You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/installation/linux/systemd.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ For instructions on how to set the number of concurrent files that a user can ha
15
15
Configuration is stored in _/etc/neo4j/neo4j.conf_.
16
16
See xref:configuration/file-locations.adoc[File locations] for a complete catalog of where files are found for the various packages.
17
17
18
+
Before starting up the database for the first time, it is recommended to use the `set-initial-password` command of `neo4j-admin` to define the password for the native user `neo4j`.
19
+
20
+
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
21
+
In that case, you will be prompted to change the default password at first login.
22
+
23
+
For more information, see xref:configuration/set-initial-password.adoc[].
. Before starting up the database for the first time, it is recommended to use the `set-initial-password` command of `neo4j-admin` to define the password for the native user `neo4j`.
46
+
+
47
+
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
48
+
In that case, you will be prompted to change the default password at first login. +
49
+
For more information, see xref:configuration/set-initial-password.adoc[].
45
50
. Start Neo4j:
46
51
.. To run Neo4j as a console application, use: `<NEO4J_HOME>/bin/neo4j console`.
47
52
.. To run Neo4j in a background process, use: `<NEO4J_HOME>/bin/neo4j start`.
48
53
. Open http://localhost:7474 in your web browser.
49
-
. Connect using the username `neo4j` with the default password `neo4j`.
50
-
You will then be prompted to change the password.
54
+
. Connect using the username `neo4j` with your password or with the default password `neo4j`.
55
+
In the latter case you will be prompted to change the password.
51
56
. Stop the server by typing `Ctrl-C` in the console.
52
57
53
58
@@ -86,6 +91,11 @@ systemctl daemon-reload
86
91
----
87
92
systemctl enable neo4j
88
93
----
94
+
. Before starting up the database for the first time, it is recommended to use the `set-initial-password` command of `neo4j-admin` to define the password for the native user `neo4j`.
95
+
+
96
+
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
97
+
In that case, you will be prompted to change the default password at first login. +
98
+
For more information, see xref:configuration/set-initial-password.adoc[].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/installation/osx.adoc
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,18 @@ Select the appropriate tar.gz distribution for your platform.
17
17
. Extract the contents of the archive, using `tar -xf` <filename>.
18
18
For example, `tar -xf neo4j-community-{neo4j-version-exact}-unix.tar.gz`.
19
19
. Place the extracted files in a permanent home on your server.
20
-
The top level directory is referred to as NEO4J_HOME.
20
+
The top level directory is referred to as `NEO4J_HOME`.
21
+
. Before starting up the database for the first time, it is recommended to use the `set-initial-password` command of `neo4j-admin` to define the password for the native user `neo4j`.
22
+
+
23
+
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
24
+
In that case, you will be prompted to change the default password at first login. +
25
+
For more information, see xref:configuration/set-initial-password.adoc[].
26
+
. Start Neo4j:
21
27
.. To run Neo4j as a console application, use: `<NEO4J_HOME>/bin/neo4j console`.
22
28
.. To run Neo4j in a background process, use: `<NEO4J_HOME>/bin/neo4j start`.
23
29
. Visit http://localhost:7474 in your web browser.
24
-
. Connect using the username 'neo4j' with default password 'neo4j'.
25
-
You'll then be prompted to change the password.
30
+
. Connect using the username 'neo4j' with your password of with the default password 'neo4j'.
31
+
In the latter case, you will be prompted to change the password.
26
32
. Stop the server by typing `Ctrl-C` in the console.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/installation/windows.adoc
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,21 @@ Select the appropriate ZIP distribution.
14
14
.. To find the correct SHA hash, go to Neo4j Download Center and click on `SHA-256` which will be located below your downloaded file.
15
15
.. Using the appropriate commands for your platform, display the `SHA-256` hash for the file that you downloaded.
16
16
.. Ensure that the two are identical.
17
-
. Right-click the downloaded file, click Extract All.
17
+
. Right-click the downloaded file, click *Extract All*.
18
18
. Place the extracted files in a permanent home on your server, for example `D:\neo4j\`.
19
-
The top level directory is referred to as NEO4J_HOME.
19
+
The top level directory is referred to as `NEO4J_HOME`.
20
+
. Before starting up the database for the first time, it is recommended to use the `set-initial-password` command of `neo4j-admin` to define the password for the native user `neo4j`.
21
+
+
22
+
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
23
+
In that case, you will be prompted to change the default password at first login. +
24
+
For more information, see xref:configuration/set-initial-password.adoc[].
25
+
. Start Neo4j:
20
26
.. To run Neo4j as a console application, use: `<NEO4J_HOME>\bin\neo4j console`.
21
27
.. To install Neo4j as a service use: `<NEO4J_HOME>\bin\neo4j install-service`.
22
28
.. For additional commands and to learn about the Windows PowerShell module included in the Zip file, see xref:installation/windows.adoc#powershell[Windows PowerShell module].
23
29
. Visit http://localhost:7474 in your web browser.
24
-
. Connect using the username 'neo4j' with default password 'neo4j'.
25
-
You'll then be prompted to change the password.
30
+
. Connect using the username 'neo4j' with your password or with the default password 'neo4j'.
31
+
In the latter case, you'll be prompted to change the password.
26
32
. Stop the server by typing `Ctrl-C` in the console.
27
33
28
34
@@ -32,6 +38,8 @@ You'll then be prompted to change the password.
32
38
Neo4j can also be run as a Windows service.
33
39
Install the service with `bin\neo4j install-service`, and start it with `bin\neo4j start`.
34
40
41
+
Don't forget to set your xref:configuration/set-initial-password.adoc[initial password].
42
+
35
43
The available commands for `bin\neo4j` are: `help`, `start`, `stop`, `restart`, `status`, `install-service`, `uninstall-service`, and `update-service`.
0 commit comments