How setup GoDaddy domain name and subdomain for ERPNext multiple sites running on same bench

Hello Community Member.

My ERPNext bench is hosted on Azure and running multiple sites on same bench, we need to set cname for this sites. e.g-my site IP is 20.193.178.234 and sites are running on different Port like- 8000 , 8001, 8003

so how we can configure GoDaddy domain and cname for that.

Hi @ramesh_JMHASKE12:

DNS and cname values are not related to port … You can set different cname values pointing to your public IP address, but port will be needed anyway.

Maybe you want to configure multitenant with DNS?

https://frappeframework.com/docs/user/en/bench/guides/setup-multitenancy
This way, NGINX, as reverse proxy, “redirects” traffic to each site depending on sitename, using the same port.

Hope this helps.