Unable to login using default credentials

Hi Team,

I have installed your .ova appliance. However, after successful boot I’m unable to login using default credentials i.e
user: Administrator
pass: admin

I have also tried the command “bench --site site-name set-admin-password new-admin-password” with no luck

frappe@ubuntu:~$ bench --site site-name set-admin-password new-admin-password
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/.bench/bench/cli.py”, line 26, in cli
return frappe_cmd()
File “/home/frappe/.bench/bench/cli.py”, line 89, in frappe_cmd
os.chdir(os.path.join(bench_path, ‘sites’))
OSError: [Errno 2] No such file or directory: ‘./sites’
frappe@ubuntu:~$ ls
frappe-bench get-pip.py install.py passwords.txt
frappe@ubuntu:~$ cd frappe-bench/
frappe@ubuntu:~/frappe-bench$ bench --site site-name set-admin-password new-admin-password
site-name does not exist
frappe@ubuntu:~/frappe-bench$
frappe@ubuntu:~/frappe-bench$ sudo bench --site site-name set-admin-password new-admin-password
site-name does not exist
frappe@ubuntu:~/frappe-bench$ sudo bench --site site1.local set-admin-password new-admin-password
frappe@ubuntu:~/frappe-bench$

@hexcoder

Try search the forum:

Virtual Machine login credentials - #5 by krnkris

Hope this helps.