New Install - user name and password from file not accepted

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
ggc123
Posts: 2
Joined: Sat Nov 18, 2023 9:27 am

New Install - user name and password from file not accepted

Post by ggc123 »

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.
User avatar
Osiris
Cacti Guru User
Posts: 1424
Joined: Mon Jan 05, 2015 10:10 am

Re: New Install - user name and password from file not accepted

Post by Osiris »

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.
ggc123
Posts: 2
Joined: Sat Nov 18, 2023 9:27 am

Re: New Install - user name and password from file not accepted

Post by ggc123 »

I did. I also reinstalled Cacti twice and used the newly generated passwords. I will Google so more
User avatar
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

Post by phalek »

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.

Code: Select all

shell> mysql -u root -p cacti
Now execute the following SQL:

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
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests