We lost the login credentials(Username/Password) of the Orion Web Console.
Is there any procedure to retrieve them?
Thank you.
Hi,
The default username is admin and there is no password. Unless you have changed it this will work.
/Derek
If you have changed it you can use the following steps to solve courtesy of LadaVarga
Backup db and
(You can use the SolarWinds Database Manager utility to do this by clicking the "Enable table editing" option).
1. Delete from accounts where where AccountID = 'Admin'
2. Run configuration wizard.
3. Admin account should be recreated with blank password.
After you run the config wizard you have to modify the HomePageViewID and SummaryViewID fields to views configured on your system.
Hi mpollas,
I recommend running the following query in the Orion database (after a backup of course):
UPDATE Accounts SET Password = '107-418190326507573368052-0229-09646' WHERE AccountID = 'Admin'
This will reset the built-in Admin account password to admin. If the built-in Orion Admin account has been deleted or changed, then as ederdal recommended you can just run the Config Wizard to recreate it with a blank password. Hope this helps.