PaloAltoNetworks / minemeld-ansible

Ansible playbook for installing MineMeld on Linux
Apache License 2.0
48 stars 48 forks source link

Default web Ui credential error #77

Open HKcyberstark opened 5 years ago

HKcyberstark commented 5 years ago

Hello Team,

We are facing "CREDENTIAL CHECK TIME OUT" error while trying to login minemeld web UI for the first time after installation.

What is the way to access the minemeld web UI for first time after fresh installation.

Screenshot 2019-10-07 at 1 43 21 PM
jtschichold commented 5 years ago

Did you restart the instance after installing via Ansible?

HKcyberstark commented 5 years ago

Hi Luigi - Thanks for taking this issue. Yes i tried restarting as well but no success.

On Wed, 6 Nov 2019 at 12:37 PM, Luigi Mori notifications@github.com wrote:

Did you restart the instance after installing via Ansible?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PaloAltoNetworks/minemeld-ansible/issues/77?email_source=notifications&email_token=AJX5RZ2OKN7TC4WZWEEGUITQSL6FPA5CNFSM4I573TLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHLXJA#issuecomment-550419364, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJX5RZ6YIAW5ZN3SFIHXOVTQSL6FPANCNFSM4I573TLA .

mondragons commented 4 years ago

Hi Haran and Luigi. I have the same problem. Do you have any update?

jovimon commented 4 years ago

I had the same problem, and restarting the whole machine running minemeld solved the problem. Also, the default credentials are admin/minemeld

kimchheng-dev commented 3 years ago

Make sure all Minemeld services are running by using this command: $ sudo -u minemeld /opt/minemeld/engine/current/bin/supervisorctl -c /opt/minemeld/supervisor/config/supervisord.conf status

If it's not running, please visit this link to make all Minemeld server run:

https://live.paloaltonetworks.com/t5/minemeld-discussions/ubuntu-18-04-install-errors/m-p/309543#M3547