I was also unable to login using
User: Administrator
Password: admin
…
I was able to register a new account (create a new account) from that same screen. As the first account, it automatically made it an admin account. When I created a 2nd account (again from the login screen), it was not an admin account.
Now that I am logged in, I still don’t have access to setup wizard. Figuring that out next.
John - Thanks for the warm welcome and quick response. I believe I am on the wrong track, by trying to access the wrong interface???
I installed ERPNext-Production.ova in a virtual box instance. I then did updates on the OS and bench via command line. I then accessed http://localhost:8080 and received this screen. I am not sure this is the correct login screen for ERPNext setup?
From this window, I was unable to login with user: Administrator password: admin. From command line, as you indicated, I again reset the admin password. The system did allow me to register a 1st user, and it automatically created this first user in an Admin Group which allowed me a login and admin rights. Once inside the interface looked like this:
I am attempting to access the ERPNext setup interface (photo below taken from a youtube tutorial). On my system, http://localhost/#login does not direct me to any page and simply provides a cannot connect error with no page loading.
Is it possible that Virtual Box needs to have a NAT setup to gain “local” access? Or maybe I have a some web services on the Ubuntu 20.04 LTS desktop I am working with???
My guess is your screenshot is presumably a webserver access page of some sort associated with 20.04, I’m not familiar with that OS yet.
VB supports NAT or Bridged network, yes go with NAT to start. I myself use qemu-kvm in a bridged network.
Once you boot the VM from VB, look for a console to access the ERPNext server instance. Commands run typically from /home/frappe/frappe-bench for example ‘bench start’ ‘bench version’ etc.
A forum search will give you howto pointers for ssh access to the instance.
Thanks a lot. Don’t really know what happened, but I was unable to login using “Administrator” and “admin”. Used bench set-admin-password admin. It worked. Weird how the same password worked.