Hi Miran,
Please show the status of the central components:
systemctl status wazuh-manager
systemctl status wazuh-indexer
systemctl status wazuh-dashboard
If any of the above is not running, execute the restart command
systemctl restart <component_name>
And then share potential error messages from the affected component:
Wazuh manager
cat /var/ossec/logs/ossec.log | grep -iE "ERR|WARN"
Wazuh indexer
cat /var/log/wazuh-indexer/wazuh-cluster.log | grep -iE "ERR|WARN"