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
@@ -18,6 +18,13 @@ For instructions on how to set the number of concurrent files that a user can ha
18
18
Configuration is stored in _/etc/neo4j/neo4j.conf_.
19
19
See xref:configuration/file-locations.adoc[Default file locations] for a complete catalog of where files are found for the various packages.
20
20
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
+
26
+
For more information, see xref:configuration/set-initial-password.adoc[].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/installation/linux/tarball.adoc
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,16 @@ See the link:https://neo4j.com/terms/licensing/[Neo4j licensing] page for detail
56
56
** Run `<NEO4J_HOME>/bin/neo4j-admin server license --accept-evaluation`.
57
57
. (Optional) Decouple the data and configuration directories from the binary files by setting the environment variable `NEO4J_CONF` and `server.directories.data` to point to the desired locations.
58
58
Storing your data and configuration on a separate disk or partition can simplify the upgrade process later.
59
+
. 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`.
60
+
+
61
+
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
62
+
In that case, you will be prompted to change the default password at first login. +
63
+
For more information, see xref:configuration/set-initial-password.adoc[].
59
64
. Start Neo4j:
60
65
* To run Neo4j as a console application, use: `<NEO4J_HOME>/bin/neo4j console`.
61
66
* To run Neo4j in a background process, use: `<NEO4J_HOME>/bin/neo4j start`.
62
67
. Open http://localhost:7474 in your web browser.
63
-
. Connect using the username `neo4j` with the default password `neo4j`.
68
+
. Connect using the username `neo4j` with your password or the default password `neo4j`.
64
69
You will then be prompted to change the password.
65
70
. Stop the server by typing `Ctrl-C` in the console.
66
71
@@ -99,6 +104,12 @@ WantedBy=multi-user.target
99
104
systemctl enable neo4j
100
105
----
101
106
107
+
. 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`.
108
+
+
109
+
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
110
+
In that case, you will be prompted to change the default password at first login. +
111
+
For more information, see xref:configuration/set-initial-password.adoc[].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/installation/osx.adoc
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,19 @@ See the link:https://neo4j.com/terms/licensing/[Neo4j licensing] page for detail
33
33
** Run `$NEO4J_HOME/bin/neo4j-admin server license --accept-evaluation`.
34
34
. (Optional) Decouple the data and configuration directories from the binary files by setting the environment variable `NEO4J_CONF` and `server.directories.data` to point to the desired locations.
35
35
Storing your data and configuration on a separate disk or partition can simplify the upgrade process later.
36
+
. 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`.
37
+
+
38
+
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
39
+
In that case, you will be prompted to change the default password at first login. +
40
+
For more information, see xref:configuration/set-initial-password.adoc[].
36
41
. Start Neo4j:
37
42
* To run Neo4j as a console application, use: `$NEO4J_HOME/bin/neo4j console`.
38
43
* To run Neo4j in a background process, use: `$NEO4J_HOME/bin/neo4j start`.
39
44
. Open http://localhost:7474 in your web browser.
40
-
. Connect using the username `neo4j` with the default password `neo4j`.
45
+
. Connect using the username `neo4j` with your password or the default password `neo4j`.
41
46
You will then be prompted to change the password.
42
47
. Stop the server by typing `Ctrl-C` in the console.
43
48
44
-
45
-
46
49
When Neo4j runs in console mode, logs are printed to the terminal.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/installation/windows.adoc
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,17 @@ See the link:https://neo4j.com/terms/licensing/[Neo4j licensing] page for detail
32
32
** Run `$NEO4J_HOME\bin\neo4j-admin server license --accept-evaluation`.
33
33
. (Optional) Decouple the data and configuration directories from the binary files by setting the environment variable `NEO4J_CONF` and `server.directories.data` to point to the desired locations.
34
34
Storing your data and configuration on a separate disk or partition can simplify the upgrade process later.
35
+
. 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`.
36
+
+
37
+
If the password is not set explicitly using this method, it will be set to the default password `neo4j`.
38
+
In that case, you will be prompted to change the default password at first login. +
39
+
For more information, see xref:configuration/set-initial-password.adoc[].
35
40
. Start Neo4j:
36
41
* To run Neo4j as a console application, use: `$NEO4J_HOME\bin\neo4j console`.
37
42
* To install Neo4j as a service use: `$NEO4J_HOME\bin\neo4j windows-service install`.
38
43
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].
39
44
. Open http://localhost:7474 in your web browser.
40
-
. Connect using the username `neo4j` with the default password `neo4j`.
45
+
. Connect using the username `neo4j` with your password or the default password `neo4j`.
41
46
You will then be prompted to change the password.
42
47
. Stop the server by typing `Ctrl-C` in the console.
0 commit comments