Unable to get ERPNext login site

I have installed ERPNext on ubuntu and also downlaodable VM following these steps

wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh

sudo bash setup_frappe.sh –setup-production

also executed :
bench new-site srikanth
bench --site srikanth install-app erpnext
bench set-nginx-port srikanth 8002
bench setup nginx
sudo service nginx reload

However , I m unable to get the administrator login instead its showing someother screen attached .

Please help on this urgently , I want to login with Administrator login.

my email id is srikanthpvs@gmail.com

hi @srikanth.pokkuluri,
please use the username as a “administrator” and try it.

thanks

To login, click on link “Have an account? Login”.

To login, enter “Administrator” as username and valid a password.

Dear All,
I re-installed ubuntu , freshly re-run the following commands

wget
https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
sudo bash setup_frappe.sh –setup-production

bench new-site iibsite
bench --site iibsite install-app erpnext
bench set-nginx-port iibsite 8002
bench setup nginx
sudo service nginx reload
bench start

Then i noticed that erpnext is running at 0.0.0.0:8000
01:17:50 async_worker.1 | - *** — * — .> concurrency: 1 (prefork)
01:17:50 async_worker.1 | – ******* ----
01:17:50 async_worker.1 | — ***** ----- [queues]
01:17:50 async_worker.1 | -------------- .> celery
exchange=celery(direct) key=celery
01:17:50 async_worker.1 |
01:17:50 async_worker.1 |
01:17:50 socketio.1 | listening on *: 3000
01:17:51 web.1 | * Running on http://0.0.0.0:8000/ (Press
CTRL+C to quit)
01:17:51 web.1 | * Restarting with inotify reloader