URL to access bench manager

Please let me know what is the URL to access the bench manager. I have installed the bench manager to the virtualbox image given by ERPNEXT.

You can simply search for Bench Manager in the search bar.

For more info: Home · frappe/bench_manager Wiki · GitHub

In your terminal, run:

bench setup nginx

You probably have not setup multitenant dns - makes sense - check out that wiki anyway, the commands here mostly come from there. bench setup nginx should show you the ports and the sites they’re mapped to.

Next run: sudo service nginx reload

Ensure the nginx port is open on the VM and mapped to a host port. From there you can access the site as localhost:[port], e.g localhost:8001

1 Like

@adam26d Thank you very much. Now I am able to access bench using GUI.

1 Like