Problem scenario
You want to log into the web UI of Foreman. What do you do?
Solution
1. Run this command: sudo find / -name foreman-installer -type f
2. Based on the results above, run this: sudo /path/to/foreman-installer --foreman-version
# Replace "path/to" with the results of the first command (e.g., /usr/sbin/").
3. The output from the above command should show you the credentials for the administrator user.