How to install erpnext on subdomain with cpanel

Hi guys,
I want into install erpnext through cpanel with sub domain like abc.example.com, is it possible install erpnext on cpanel.

Thanks

Not sure how cPanel comes in the picture here but generally the steps should look like this

  1. Install ERPNext on a VPS or dedicated server using the official guide GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps
    1.2 (Using cPanel?) Point your sub/domain to the server IP: e.g. abc.example.com → 122.123.123.123

  2. Activate dns based access Setup Multitenancy

  3. Create your site using the full domain as the site name bench new-site abc.example.com
    3.2 OR add the domain to an existing site using bench setup add-domain abc.example.com --site <site-name>

2 Likes