Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Default Login for Pandora 2.1

  • Default Login for Pandora 2.1

    Posted by Alfie_RB on March 18, 2009 at 23:47

    Hello,

    I’m downloaded the tar file for Pandora 2.1 and setup the console. It created the database and connectivity is working, but I can’t log in (Authentication Error). I tried ‘admin’ and ‘pandora’ as the password but that didn’t work.

    Anyone know what the problem might be? It’s installed on Centos 5.2 with apache 2.2.3/php 5.2 installed. All the dependencies are showing up as green during the install.php steps.

    Here’s the command that creates the admin userID:
    INSERT INTO `tusuario` VALUES (‘admin’,’Default Admin’,’1da7ee7d45b96d0e1f45ee4ee23da560′,’Admin Pandora’,’2007-03-27 18:59:39′,’[email protected]’,’555-555-555′,1);

    Thanks…

    Sancho replied 15 years, 10 months ago 2 Members · 3 Replies
  • 3 Replies
  • Alfie_RB

    Member
    March 19, 2009 at 00:07
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    I’m also getting the following PHP error in the logs…

    [Thu Mar 19 00:01:19 2009] [error] [client 192.168.40.36] PHP Notice: No database selected in /var/www/html/pandora/include/functions_db.php on line 1467, referer: http://linuxserver01/pandora/index.php

    Thanks again…

  • Alfie_RB

    Member
    March 19, 2009 at 00:20
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Never mind, I figured it out…had to grant the necessary privileges so that the pandora account could access MySQL remotely (instead of localhost).

    Thanks…

  • Sancho

    Administrator
    April 25, 2009 at 18:20
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Thanks for posting the solution ! .-)