I think the final part of the install process failed

I have installed LibreNMS from scratch in Ubuntu 18.04 and had a few problems during the install but all good now except for one small problem.

During the set up process of logging into the webui to finish up the install of librenms I think something went wrong because after logging in to UI (http://hostname/install.php) I got to option 1 of 6 had a problem with connect to the database which is now fixed but upon returning to complete the setup I’m at the login screen and can’t seem to get back to the install.php

So anyone know of a way to reset the install process and get me back to the install.php page? Because I’m guessing but I think its screwed the login as well.

validate.php gives me this

====================================
Component | Version

--------- | -------
LibreNMS | 1.47-8-gf10cbddac
DB Schema | 277
PHP | 7.2.10-0ubuntu0.18.04.1
MySQL | 10.1.34-MariaDB-0ubuntu0.18.04.1
RRDTool | 1.7.0
SNMP | NET-SNMP 5.7.3

[OK] Composer Version: 1.8.0
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] You have not added any devices yet.
[FIX]:
You can add a device in the webui or with ./addhost.php

And daily.sh gives me this

Re-running /opt/librenms/daily.sh as librenms user
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK

So everything looks fine, but I cannot seem to log into the WebUI now and no login/password works no matter what I try, I’m guessing this could also have something to do with the (http://hostname/install.php) problem.

So I’m all ears people.

Thanks

I’m pretty sure you can add admin user in the cli

./adduser.php name pass 10 email

https://docs.librenms.org/Installation/Installation-Ubuntu-1404-Apache/#create-admin-user

Yeah thanks for that Kevin I ended up just starting over from the beginning