Access ERPNext outside the Virtualbox

Hi All,

Basically, if you are running EPRNext from a VirtualBox and wish to connect to it, the simplest way to do so is:

  1. Go to Network settings in your VirtualBox Manager for the Virtual Device
  2. Select Bridged Adapter
  3. Select the type of connection you have, its either en1: Wi-Fi or en0: Ethernet
  4. Save your settings
  5. Start your Virtual Device
  6. After you are logged in check what is the IP of your Virtual Device is by typing the command ifconfig in the terminal of your device.
  7. Take the eth0 IP address and use that to access ERPNext from anywhere within your LAN network.

NOTES:

  1. If you installed ERPNext as development version you need to do a bench start.
  2. By default ERPNext running on the virtual device will use port 80 so there is no need to enter port number.
  3. If you wish to connect from outside your LAN network, you will need to map your Virtual Device’s IP to an external IP.

Hope this helps.

Regards
Said

3 Likes