Add a Domain & Subscription in Plesk โ
In Plesk, a subscription is the hosting container โ it has its own system user, disk quota, and resource limits. Domains live inside subscriptions.
Add a domain as a new subscription โ
- Log into Plesk and go to Websites & Domains โ Add Domain.
- Select Create a new subscription.
- Enter the domain name (e.g.
yourdomain.com). - Set a System username โ Plesk creates a dedicated Linux user for file isolation.
- Set a System password โ used for FTP and SSH access to the subscription.
- Select a Hosting plan โ this sets disk, bandwidth, and feature limits.
- Click OK.
Plesk creates the document root at /var/www/vhosts/yourdomain.com/httpdocs, configures Apache/nginx, and creates the DNS zone automatically.
Add a domain to an existing subscription โ
If you want a second domain inside the same subscription (same disk quota and system user):
- Open the subscription โ Websites & Domains โ Add Domain
- Select Add to existing subscription
- Choose the subscription
- Enter the domain name
- Click OK
The new domain gets its own document root inside the subscription.
Subdomain setup โ
- Open the subscription โ Websites & Domains โ Add Subdomain
- Enter the subdomain name (e.g.
blogforblog.yourdomain.com) - Set the document root (default is
httpdocs/blog) - Click OK
Give a client access to their domain โ
- Go to Customers โ Add New Customer.
- Fill in name, email, and password.
- Under Access to Plesk, the customer will get their own login that shows only their subscriptions.
- Assign the domain subscription to this customer: click the subscription โ Change Subscriber โ select the customer.
- The customer receives a login invitation email.
Verify the domain is working โ
After setup, confirm the virtual host is active:
bash
# Check Apache/nginx config
plesk bin site --info yourdomain.com
# Test the document root
ls /var/www/vhosts/yourdomain.com/httpdocs/Upload a test file and visit http://YOUR_SERVER_IP with the correct Host header, or wait for DNS to propagate and visit https://yourdomain.com.
Preview before DNS change
To test the site before pointing DNS, see the Preview without DNS change guide. 
