Technical Tip: Reset root credentials on rocky Linux machine in FortiSIEM
| Description | This article describes step by step how to reset the root password if it is forgotten and it is impossible to log in. |
| Scope | FortiSIEM. |
| Solution | To reset root credentials, follow the steps below.
Step 1. Reboot the system, access the console, and press 'e' to edit the grub menu.
rd.break enforcing=0
rd.break enforcing=0
mount -o rw,remount /sysroot
Change the Directory environment with the below command.
Step 5. Reset the root password with the 'passwd' command.
passwd root
After that, exit from /sysroot from the exit command:
exit
Log in with new credentials from the root.
To reset the admin password, follow this KB article: Technical Tip: How to reset the admin password for FortiSIEM |



