New Install - user name and password from file not accepted
Moderators: Developers, Moderators
New Install - user name and password from file not accepted
I am a new user looking to check out Cacti to see if it will meet my needs. Setup went well but the first time logging in I get "access denied". I'm using the auto-generated username ("admin") and password from file. I've tried all the other usernames and passwords in the file without success. Any suggestion on how to troubleshoot? Thank you.
Re: New Install - user name and password from file not accepted
Google for ways to reset the cacti password. That question has been answered likely dozens of times.
Before history, there was a paradise, now dust.
Re: New Install - user name and password from file not accepted
I did. I also reinstalled Cacti twice and used the newly generated passwords. I will Google so more
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: New Install - user name and password from file not accepted
Look here: https://docs.cacti.net/Frequently-Asked-Questions.md
Extract:
Q: I have forgotten my 'admin' password to Cacti, how do I reset it?
A: To reset the admin account password back to the default of 'admin', connect to your Cacti database at the command line.
Now execute the following SQL:
Extract:
Q: I have forgotten my 'admin' password to Cacti, how do I reset it?
A: To reset the admin account password back to the default of 'admin', connect to your Cacti database at the command line.
Code: Select all
shell> mysql -u root -p cacti
Code: Select all
MySQL> update user_auth set password=md5('admin') where username='admin';
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Who is online
Users browsing this forum: No registered users and 5 guests