Control Web Panel

WebPanel => DNS => Topic started by: fivestar047 on June 03, 2023, 05:10:04 PM

Title: How to host main domain (like whmcs) on another server without changing Cwp name
Post by: fivestar047 on June 03, 2023, 05:10:04 PM
My domain example.com
My cwp name server ns1.example.com ns2.example.com
How to host main domain (like whmcs) on another server without changing Cwp name server
Title: Re: How to host main domain (like whmcs) on another server without changing Cwp name
Post by: fivestar047 on June 05, 2023, 07:08:16 PM
 :( Please help me
Title: Re: How to host main domain (like whmcs) on another server without changing Cwp name
Post by: cyberspace on June 06, 2023, 01:38:21 PM
As I understand you want to make access to your billing (WHMCS) through the URL like:

whmcs.example.com

Right ?

If so then create the virtual host/account with the domain name/subdomain whmcs.example.com on your other server then edit the DNS zone of example.com on your primary server and add the DNS record like:

Name: whmcs.example.com.
Type: A
Destination: xxx.xxx.xxx.xxx

where xxx.xxx.xxx.xxx is the IP address used by whmcs.example.com on your second server.