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
#. Edit the ``/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml`` file and replace the ``url`` value with the IP address or hostname of the Wazuh server master node.
107
+
#. Edit the ``/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml`` file and replace ``<WAZUH_SERVER_IP_ADDRESS>`` with the IP address or hostname of the Wazuh server master node.
108
108
109
109
.. code-block:: yaml
110
110
:emphasize-lines: 3
@@ -124,7 +124,7 @@ Starting the Wazuh dashboard service
124
124
- **Username**: ``admin``
125
125
- **Password**: ``admin``
126
126
127
-
When you access the Wazuh dashboard for the first time, the browser shows a warning message stating that the certificate was not issued by a trusted authority. An exception can be added in the advanced options of the web browser. For increased security, the ``root-ca.pem`` file previously generated can be imported to the certificate manager of the browser. Alternatively, a certificate from a trusted authority can be configured.
127
+
When you access the Wazuh dashboard for the first time, the browser shows a warning message stating that the certificate was not issued by a trusted authority. An exception can be added in the advanced options of the web browser. For increased security, the ``root-ca.pem`` file previously generated can be imported to the certificate manager of the browser. Alternatively, you can :doc:`configure a certificate </user-manual/wazuh-dashboard/configuring-third-party-certs/index>` from a trusted authority.
128
128
129
129
Disable Wazuh updates
130
130
---------------------
@@ -198,7 +198,7 @@ Select your deployment type and follow the instructions to change the default pa
198
198
INFO: The password for Wazuh API user wazuh is ivLOfmj7.jL6*7Ev?UJoFjrkGy9t6Je.
199
199
INFO: The password for Wazuh API user wazuh-wui is fL+f?sFRPEv5pYRE559rqy9b6G4Z5pVi
200
200
201
-
#. On `all your Wazuh server nodes`, run the following command to update the `admin` password in the Filebeat keystore. Replace ``<ADMIN_PASSWORD>`` with the random password generated in the first step.
201
+
#. On `all your Wazuh server nodes`, run the following command to update the admin password in the Filebeat keystore. Replace ``<ADMIN_PASSWORD>`` with the random password generated for the ``admin`` user in the first step:
202
202
203
203
.. code-block:: console
204
204
@@ -210,13 +210,13 @@ Select your deployment type and follow the instructions to change the default pa
210
210
211
211
.. note:: Repeat steps 3 and 4 on `every Wazuh server node`.
212
212
213
-
#. On your `Wazuh dashboard node`, run the following command to update the `kibanaserver` password in the Wazuh dashboard keystore. Replace ``<KIBANASERVER_PASSWORD>`` with the random password generated in the first step.
213
+
#. On your Wazuh dashboard node, run the following command to update the ``kibanaserver`` password in the Wazuh dashboard keystore. Replace ``<KIBANASERVER_PASSWORD>`` with the random password generated for the ``kibanaserver`` user in the first step:
#. Update the ``/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml`` configuration file with the new `wazuh-wui` password generated in the second step.
219
+
#. Replace ``<WAZUH_WUI_PASSWORD>`` in the ``/usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml`` file with the new ``wazuh-wui`` password generated in the second step.
0 commit comments