Setup ERPNext on LAN

sir/madam my ERPNext devlopment is going on. so how i can access http://foo.bar:8000/desk# from another server in LAN network of my office. AS i am unable to access it from another computer
error - WE ARE HAVING TROUBLE FINDING THAT SITE.
thankyou

start your server by running below command

bench serve -port 8001

8001 can be any available port

find ip of your server machine

then you can access the server form other machines in LAN as below,

192.168.1.2:8001

assuming your server IP is 192.168.1.2

1 Like

If you cennect with WIFI you should use your private network.

thanks for your rply…
But for these i have to change my site default name from foo.bar to local ip or i can access it directly by using foo.bar?

ping ifconfig
check inet addr
use that ip
eg.
http://192.168.1.90

not working…is that possible to change my site name from foo.bar to local ip address?

thanks for your rply

if You r using Oracle VM then Change network to Bridge Adapter & then ping ifconf to find ip
eg .http://192.168.1.90/#login