Fully Managed Windows VPS
We manage the server components around your website so you can focus on your business.
View Customer Managed Plans
Managed One
$49.99
Monthly
Yearly Save 10%
Yearly Save 10%
30 Websites*
60 GB SSD Storage
2 GB RAM
1 CPU Core
Unlimited Email Accounts
Unlimited MS SQL 2016 Express
Managed 3G
$69.99
Monthly
Yearly Save 10%
Yearly Save 10%
Unlimited Websites*
80 GB SSD Storage
3 GB RAM
2 CPU Core
Unlimited
Email Accounts
Email Accounts
Unlimited MS SQL 2016 Express
(Most Popular!)
Managed 4G
$79.99
Monthly
Yearly Save 10%
Yearly Save 10%
Unlimited Websites*
100 GB SSD Storage
4 GB RAM
2 CPU Core
Unlimited Email Accounts
Unlimited MS SQL 2016 Express
Managed 8G
$99.99
Monthly
On Sale
On Sale
Unlimited Websites*
200 GB SSD Storage
8 GB RAM
4 CPU Core
Unlimited Email Accounts
Unlimited MS SQL 2016 Express
Managed 16G
$199.99
Monthly
On Sale
On Sale
Unlimited Websites*
400 GB SSD Storage
16 GB RAM
4 CPU Core
Unlimited Email Accounts
Unlimited MS SQL 2016 Express
Setting file/folder permissions from Plesk control panel for Windows
This tutorial covers how to make file level permission changes in Plesk for Windows
Login to Plesk control panel using the URL https://servername.3essentials.com:8443 (Refer welcome email for credentials)
Click on the domain name for which you want to change the permission.
Click on the File Manager icon, You will see a few folders like private,httpdocs,httpsdocs These are base folders and if you need to give permissions to any of these as a whole, you need to submit a support request.
Click on the httpdocs folder.You will mostly need to set permission for the files/folders inside the httpdocs folder, which is the root folder of your domain
Decide the file/folder you want to set permission,and towards the right side of that you will see a 'lock' symbol ,Click on that
You'll see a list of Group or user names (like those listed in the follow bullets) and towards the right side of that you'll see permissions for that user:
Administrators
SYSTEM
Plesk Domain User (number)
FPSE_number
Plesk IIS User (IUSR_number)
Plesk IIS WP User (IWPD_number(number))
This is where you need to set permissions.
- For php scripts add MODIFY to your IUSR account
- For asp: add MODIFY to your IWPD account
- For asp.net: It will run under your IWPD account by default unless you have impersonation enabled in your web.config (which you should use if using asp.net), in which case it will impersonate the IUSR account - add MODIFY to the appropriate account.
- For access databases(.mdb files), you might need to give write/modify permission to the file/folder depending on the scripting technology that you're using as given above.
Setting up Access Permissions
- Allow inheritable permissions from the parent to propagate to this object and all child objects. Include these with entries explicitly defined here --> This check box will allow you to inherit the permission to child objects from the parent folder.
- Replace permission entries on all child objects with entries shown here that apply to child objects. -> This will propagate the permission from the current folder to the child folders
Click on Advanced Options for changing the permissions to allow/deny a user.(For advanced users only)
Click OK to save the change after every action.