DOMAIN PERSONAL PLUS

vpscanban

Verified User
Joined
Feb 9, 2022
Messages
40
I am signing up for the PERSONAL PLUS 2 user 20 domain package. I have a question whether 20 domains are addons or not. Or include subdomains.

iScreen Shoter - Microsoft Edge - 230808232640.png
 
Domains are the domains that are added to DirectAdmin.

Say you add abc.com as domain. Then you can create unlimited subdomain as they do not count towards the domain limit.

But when you add abc.com as a domain and add sub.abc.com as a domain then it will count as two domains. Since it it not seen as a subdomain.
 
I have a question whether 20 domains are addons or not.
I don't know what you mean by addons.

I'm not 100% sure if it's 20 domains per account or 20 domains in total.

However, it's real domains. So there should be no limits on subdomains created below these domains. So don't create subdomains as domains, because those are counted as domains.

Edit: Ah @realcryptonight beat me on a second. :)
 
Domains are the domains that are added to DirectAdmin.

Say you add abc.com as domain. Then you can create unlimited subdomain as they do not count towards the domain limit.

But when you add abc.com as a domain and add sub.abc.com as a domain then it will count as two domains. Since it it not seen as a subdomain.

Thank you for supporting me.
 
I don't know what you mean by addons.

I'm not 100% sure if it's 20 domains per account or 20 domains in total.

However, it's real domains. So there should be no limits on subdomains created below these domains. So don't create subdomains as domains, because those are counted as domains.

Edit: Ah @realcryptonight beat me on a second. :)

Thanks to Richard G for assisting me.
I don't know what you mean by addons.

I'm not 100% sure if it's 20 domains per account or 20 domains in total.

However, it's real domains. So there should be no limits on subdomains created below these domains. So don't create subdomains as domains, because those are counted as domains.

Edit: Ah @realcryptonight beat me on a second. :)
 
(this logics will same as other License Plan)
about "2 account, 20 Domain", it OR condition.

if still don't understand, Let see with programming condition.
Code:
$current_account = 3;
$current_domains = 21;;

if( $current_account > 2 OR $current_domains > 20) exit(" error you are on limits ");
 
about "2 account, 20 Domain", it OR condition.
I understand. The line says:
if > 2 accounts, then you are on the limits
or if > 20 domains you are also on the limit.

So the max is 2 accounts (admin and 1 user) and max. 20 domains in total on the server.
So if admin for example has 15 domains, then the other account only can have 5 domains. Otherwise the limit notice will appear.
 
Back
Top