Skip to main content

When installing my demo instance, redirecting to the website didn’t show the default password already set-up. 

No I am not sure how to log in. Help with this please.

Hi @Shaistag01  When we create the new Acumatica instance, the default Username and Password would be like below.

Username: admin

Password: setup

If you are not able to access with above logins you can run a database script to change the password with the below query.

 

UPDATE Users SET Password = 'admin123', LockedOutDate =null WHERE Username = 'admin'

 

Hope this helps!


Thank you @Naveen Boga. It helped me yes. 


Reply