Administrator User

Once the Virtual Machine boots, use your HOST operating system’s browser and go to:

http://localhost:8080
and login using:

user: Administrator
password: admin

how can we reset the Administrator password because i change it and forget it.

i cant see a user name administrator
in spite of have a system manger role in my user
setup— user -----

so how can we reset that user password ?

thx a lot

Hi,
Use command
bench --site [sitename] set-admin-password [password]

3 Likes

frappe@erpnext:~/frappe-bench/sites$ bench --site erpnext.vm set-admin-password 12345
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/bench-repo/bench/cli.py”, line 26, in cli
return frappe_cmd()
File “/home/frappe/bench-repo/bench/cli.py”, line 87, in frappe_cmd
os.chdir(os.path.join(bench_path, ‘sites’))
OSError: [Errno 2] No such file or directory: ‘./sites’

Thx alot it works

1 Like