How do you login to the admin console?

I can login to spark with the credentials, but not the admin console? I’m storing the db with the embedded, I’m at a complete loss. I’ve searched this forum and this appears to be a pretty big problem, but none I’ve found actually fixes it. Please help, thanks!

I should add this is a clean install, on vista 64bit if it makes any difference.

Hi,

you should be able to login to Openfire with the password you did specify during setup. If this does not work you may need to stop Openfire and backup embedded-db/*

Then edit openfire.script, you may need to edit or verify these two lines:

INSERT INTO OFUSER VALUES(‘admin’,'plaintextpassword,NULL, …

INSERT INTO OFPROPERTY VALUES(‘admin.authorizedJIDs’,‘admin@example.com’)

Replace example.com with your xmpp.domain and start Openfire.

Is this a fresh 3.6.4 installation?

LG