Current VM download PW and md5

I might be doing something wrong, but when I load up the VM from either https://erpnext.com/download or https://erpnext.org/get-started.html (they have the same md5) I can’t log in with Administrator/admin, I get invalid login.

Additionally, the md5 downloads at both sites return a 404.

Edit: by going directly to http://build.erpnext.com/ I was able to download the md5 and it matched the downloaded ova.

@jasonh

Let‘s try:

Administrator/frappe

Hope this helps

thanks @krnkris. I ended up resetting the password and got in, but if I start up a new VM soon I’ll try frappe as the password and report back in case someone else runs into this.

If anyone gets to this looking to reset a password:

# change to bench dir
$ cd frappe-bench
# change password 
$ bench set-admin-password <your desired password here>
1 Like

@jasonh

Great solved!