This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos NAC log in.

Hello,

I just installed the latest version of Sophos NAC on a new server i rolled out and during the install i was never prompted to enter any account info other than the Download credentials.

Now when i get to the login screen i m unable to log in as i dont have the password. 

I tried the obvious ones, like admin:admin, admin:password, admin:my_windows_password and none of them worked.

Do i need to reinstall it or is there anyway to get the account working?

Thanks

:14137


This thread was automatically locked due to age.
Parents
  • Hi

    The first time logging in you can use any password, then it will prompt you to set a password.

    I think you would be past this stage.

    There is a command you can run.

    please note, you need to make a backup of the db first as this i have only tested on the previous versions of NAC.

    osql -E -S .\SOPHOS -d SecurityStore -Q "update EF_Account set setPassword ='1' where name ='Admin'"

    You will need to change the oqsl -S details to the correct db information.

    Hope this helps.

    :14261
Reply
  • Hi

    The first time logging in you can use any password, then it will prompt you to set a password.

    I think you would be past this stage.

    There is a command you can run.

    please note, you need to make a backup of the db first as this i have only tested on the previous versions of NAC.

    osql -E -S .\SOPHOS -d SecurityStore -Q "update EF_Account set setPassword ='1' where name ='Admin'"

    You will need to change the oqsl -S details to the correct db information.

    Hope this helps.

    :14261
Children
No Data