ERPNext connection through LAN

I’ve successfully installed ERPNext on Ubuntu,
But i can not access through with other pc via foo.bar:8000.
do you have any idea how could i change foo.bar with IP ?

make your site foo.bar as default site
so you can use ip instead of foo.bar
for default site
bench use site-name

foo.bar is a default site, but i can’t use ip instead of foo.bar?

are both device on same network?

If you know the IP of the ERPNext station, then you only need to use http://IP:8000 in the PC browser.

If you aren’t sure, then on the ERPNext machine, type this to get the IP

ip a | grep inet | grep -v 127.0 | grep -v inet6

Is this a development machine or production?
If it is production, then you can change the port to suit your preference.

Another option would be to edit your /etc/hosts file to include the foo.bar station
192.168.1.111 foo.bar

1 Like

now i am able to access it through your suggestion…
thanks for your support

1 Like