Plesk

Unable to create a domain or a subscription in Plesk: There are no available resources of this type (domains) left

Cause

The issue is caused by Plesk license limitations. The limit of domains has been reached.

What domains are counted in the domain limit of a Plesk license

Resolution

  1. Check the Plesk license via Tools & Settings > License Management .

  2. Make sure that the number of domains does not reach limits. It can be done from the command line as follows:

Windows

C:> "%plesk_dir%MySQLbinmysql.exe" -uadmin -p<plesk-admin-password> -P8306 -Dpsa -e "SELECT COUNT(*) FROM psa.domains WHERE parentDomainId = 0;"
+----------+
| COUNT(*) |
+----------+
| 6 |
+----------+

Linux

# MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -uadmin psa -e "SELECT COUNT(*) FROM psa.domains WHERE parentDomainId = 0;"
+----------+
| COUNT(*) |
+----------+
| 1 |
+----------+

Exit mobile version