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 Initial install… unable to login

  • Initial install… unable to login

    Posted by opike on December 11, 2010 at 21:11

    Just got done installing server and console (3.2) on ubuntu 10.04 and everything looks ok, except for the fact that I can’t login to the console screen. Maybe I mis-transcribed the auto-generated password provided during the install, but I thought I copied and pasted it.

    This is the username and password that i think should work:
    admin/klcpvvxk

    I also tried
    pandora/klcpvvxk

    I am able to login to mysql and here are the contents of the tusuario table:

    mysql> select * from tusuarioG
    *************************** 1. row ***************************
        id_user: admin
        fullname: Pandora
      firstname: Pandora
        lastname: Admin
      middlename:
        password: 1da7ee7d45b96d0e1f45ee4ee23da560
        comments: Admin Pandora
    last_connect: 1232642121
      registered: 0
          email: [email protected]
          phone: 555-555-5555
        is_admin: 1
        language: NULL
        timezone:
    1 row in set (0.00 sec)

    The server started up successfully:
    “ollie@ollie-laptop:/var/log/pandora$ sudo /etc/init.d/pandora_server start

    Pandora FMS Server 3.2rc2 Build 101125 Copyright (c) 2004-2010 ArticaST
    This program is OpenSource, licensed under the terms of GPL License version 2.
    You can download latest versions and documentation at http://www.pandorafms.org

  • Pandora FMS Enterprise module not available.
  • Backgrounding Pandora FMS Server process.
  • Pandora Server is now running with PID 14930″

    And is still running:
    “ollie@ollie-laptop:~$ ps -ef | grep 14930
    root    14930    1  0 09:41 ?        00:00:02 /usr/bin/perl /usr/bin/pandora_server /etc/pandora/pandora_server.conf -D
    ollie    16543  1873  0 10:10 pts/0    00:00:00 grep –color=auto 14930”

raul replied 14 years, 2 months ago 2 Members · 1 Reply
  • 1 Reply
    • raul

      Member
      December 13, 2010 at 14:36
      0 Karma points
      Community rank: tentacle-noob-1 Tentacle noob
      Like it
      Up
      0
      Down
      Drop it
      ::

      I think you have misunderstood something. The password provided is for the DATABASE only (same db user/pass in pandora_console/include/config.php that in /etc/pandora_server.conf). By default when login into the console, the user is admin and the password is pandora, that you should change.

      Raul