ERPNext Access from Host Machine

The issue is the IP number you are accessing it with.

http://localhost:8080 is used if you are accessing the app from within the VM
http://192.168.x.x:8080 is used if you are accessing the app from the host browser or another machine.

In your VM terminal check and see what the IP is and use that to access the app.

Follow these instructions if you still have problems.

1 Like