Skip to content

Commit

Permalink
Merge pull request #8111 from wazuh/enhancement/change-web-interface-…
Browse files Browse the repository at this point in the history
…access-step-formatting

Update formatting in the web interface access step upon installation
  • Loading branch information
ayodeko authored Jan 15, 2025
2 parents 7bc82a0 + 8a48e17 commit cb495a1
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ Installing the Wazuh dashboard
#. Access the Wazuh web interface with your credentials.

- URL: *https://<WAZUH_DASHBOARD_IP_ADDRESS*
- **Username**: *admin*
- **Password**: *<ADMIN_PASSWORD>*
- **URL**: ``https://<WAZUH_DASHBOARD_IP_ADDRESS>``
- **Username**: ``admin``
- **Password**: ``<ADMIN_PASSWORD>``

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 instead. Alternatively, a certificate from a trusted authority can be configured.
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,11 @@ Installing the Wazuh dashboard

.. include:: /_templates/installations/wazuh/common/check_wazuh_dashboard.rst

#. Access the web interface.
#. Access the Wazuh web interface.

- URL: *https://<WAZUH_DASHBOARD_IP_ADDRESS>*
- **Username**: admin
- **Password**: admin
- **URL**: ``https://<WAZUH_DASHBOARD_IP_ADDRESS>``
- **Username**: ``admin``
- **Password**: ``admin``

Upon the first access to the Wazuh dashboard, 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 or, 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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Wazuh dashboard installation
#. Access the Wazuh web interface with your credentials.

- URL: *https://<WAZUH_DASHBOARD_IP_ADDRESS>*
- **Username**: *admin*
- **Password**: *<ADMIN_PASSWORD>*
- **URL**: ``https://<WAZUH_DASHBOARD_IP_ADDRESS>``
- **Username**: ``admin``
- **Password**: ``<ADMIN_PASSWORD>``

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 instead. Alternatively, a certificate from a trusted authority can be configured.

Expand Down
35 changes: 17 additions & 18 deletions source/installation-guide/wazuh-dashboard/step-by-step.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,32 +94,31 @@ Deploying certificates
Starting the Wazuh dashboard service
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. Enable and start the Wazuh dashboard service.
#. Enable and start the Wazuh dashboard service.

.. include:: /_templates/installations/dashboard/enable_dashboard.rst
.. include:: /_templates/installations/dashboard/enable_dashboard.rst

#. 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.
#. 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.

.. code-block:: yaml
:emphasize-lines: 3
.. code-block:: yaml
:emphasize-lines: 3
hosts:
- default:
url: https://<WAZUH_SERVER_IP_ADDRESS>
port: 55000
username: wazuh-wui
password: wazuh-wui
run_as: false
hosts:
- default:
url: https://<WAZUH_SERVER_IP_ADDRESS>
port: 55000
username: wazuh-wui
password: wazuh-wui
run_as: false
#. Access the Wazuh web interface with your credentials.
#. Access the Wazuh web interface with your credentials.

- URL: *https://<WAZUH_DASHBOARD_IP_ADDRESS>*
- **Username**: *admin*
- **Password**: *admin*

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.
- **URL**: ``https://<WAZUH_DASHBOARD_IP_ADDRESS>``
- **Username**: ``admin``
- **Password**: ``admin``

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.

Securing your Wazuh installation
--------------------------------
Expand Down
30 changes: 15 additions & 15 deletions source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,30 +60,30 @@ The Wazuh central components require a 64-bit Intel or AMD Linux processor (x86_
Installing Wazuh
----------------

#. Download and run the Wazuh installation assistant.
#. Download and run the Wazuh installation assistant.

.. code-block:: console
.. code-block:: console
$ curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh && sudo bash ./wazuh-install.sh -a
$ curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh && sudo bash ./wazuh-install.sh -a
Once the assistant finishes the installation, the output shows the access credentials and a message that confirms that the installation was successful.
Once the assistant finishes the installation, the output shows the access credentials and a message that confirms that the installation was successful.

.. code-block:: none
:emphasize-lines: 4
.. code-block:: none
:emphasize-lines: 4
INFO: --- Summary ---
INFO: You can access the web interface https://<WAZUH_DASHBOARD_IP_ADDRESS>
User: admin
Password: <ADMIN_PASSWORD>
INFO: Installation finished.
INFO: --- Summary ---
INFO: You can access the web interface https://<WAZUH_DASHBOARD_IP_ADDRESS>
User: admin
Password: <ADMIN_PASSWORD>
INFO: Installation finished.
You now have installed and configured Wazuh.
You now have installed and configured Wazuh.

#. Access the Wazuh web interface with ``https://<WAZUH_DASHBOARD_IP_ADDRESS>`` and your credentials:
#. Access the Wazuh web interface with ``https://<WAZUH_DASHBOARD_IP_ADDRESS>`` and your credentials:

- Username: admin
- Password: <ADMIN_PASSWORD>
- **Username**: ``admin``
- **Password**: ``<ADMIN_PASSWORD>``

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. This is expected and the user has the option to accept the certificate as an exception or, alternatively, configure the system to use a certificate from a trusted authority.

Expand Down

0 comments on commit cb495a1

Please sign in to comment.