How to connect the virtual developer environment of erpnext by http://erpnext:8080

I have installed the virtual development environment of erp next and connected through the putty , however now I want to connect the application from the Internet explorer by http://erpnext:8080 , which I am not able to connect . Can anyone help me ?

http://127.0.0.1:8080

no it’s not working.

Here is the ip detail

frappe@erpnext:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:58:2f:16
inet addr:192.168.0.7 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe58:2f16/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4774 errors:0 dropped:0 overruns:0 frame:0
TX packets:1626 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:370636 (370.6 KB) TX bytes:178719 (178.7 KB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:3978 errors:0 dropped:0 overruns:0 frame:0
TX packets:3978 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:336368 (336.3 KB) TX bytes:336368 (336.3 KB)

Please send the log from “bench start”.
Try http://192.168.0.7:8080
Make sure that you are using the correct port number.

@DEBANJAN_CHAKRABORTY

Then try in above case:

192.168.0.7:8080

Hope this helps.

ps -ef | grep -E "gunicorn -b"
will show you if it’s running, and the IP:port that it’s on, and also a bit of useful debug info about the locations and user it’s running as