Control Web Panel

WebPanel => Information => Topic started by: txpander on May 07, 2015, 10:37:04 AM

Title: Use CentOS Web Panel without DNS records
Post by: txpander on May 07, 2015, 10:37:04 AM
Hi there,

I have a simple question. Currently I am using zPanel to manage my hosting accounts, domains, subdomains and etc. And I was wondering if it's possible to use CentOS Web Panel the same way, without DNS Records. If I want to use a domain or subdomain with zpanel I just point them to the server IP and that's all.

Any help will be appriciated!

Cheers
Title: Re: Use CentOS Web Panel without DNS records
Post by: Igor S. on May 07, 2015, 10:54:07 AM
Hi there,

I have a simple question. Currently I am using zPanel to manage my hosting accounts, domains, subdomains and etc. And I was wondering if it's possible to use CentOS Web Panel the same way, without DNS Records. If I want to use a domain or subdomain with zpanel I just point them to the server IP and that's all.

Any help will be appriciated!

Cheers

You can use mod_userdir on the server or the "C:\Windows\System32\drivers\etc\hosts" (for Windows) "/etc/hosts" (for nix-based) on you PC.
With Userdir module you can use http://ip_address/~username/ where "username" - user which you created in CWP.
With hosts file, you should add records like: ip_address domainname www.domainname where ip_address - server's IP, domainname - web site which you added in CWP.
Using IP not allowed for security reason.
Title: Re: Use CentOS Web Panel without DNS records
Post by: brijendrasial on May 07, 2015, 11:45:56 AM
Sure, you just need to create account or add domains and then you can add A name record for that domain to the IP. I think this process is same with all hosting panels.