Question
How to allow Plesk users connect to a Plesk for Windows server via RDP with a limited access?
Answer
Â
Â
-
Go to Domains > example.com > Web Hosting Access.
-
Select Login allowed from the drop-down menu next to Access to the server over Remote Desktop.
-
Apply the changes.
Â
Â
-
For a single subscription
-
Connect to the Plesk server via RDP.
-
Run the command:
-
to enable remote desktop access
C:> plesk bin subscription.exe –update example.com -shell “Login Enabled”
-
to disable remote desktop access
C:> plesk bin subscription.exe –update example.com -shell “Login Disabled”
Â
-
-
-
For all subscriptions
-
Connect to the Plesk server via RDP.
-
Start PowerShell as an Administrator.
-
Run the command:
-
to enable remote desktop access
PS plesk bin subscription -l | % { if ($_) { plesk bin subscription -u $_ -shell “Login Enabled” } }
-
to disable remote desktop access
PS plesk bin subscription -l | % { if ($_) { plesk bin subscription -u $_ -shell “Login Disabled” } }
-
-
Â
Additional Information
To allow Plesk customers to manage remote desktop access in Plesk, enable this permission in service plan settings:
-
Go to Service Plans > plan_name > Permissions tab and check Management of access to the server over Remote Desktop. Click Update & Sync.
Note: Locked subscriptions will not be synchronized.