Plesk for Linux
kb: technical
ABT: Group B
Applicable to:
- Plesk for Linux
- Plesk for Windows
Symptoms
Several options, such as DNS Template and FTP Settings, are missing from Tools & Settings after upgrading to Plesk Obsidian.
Cause
Restricted mode is enabled
Resolution
For Linux
- Connect to the server via SSH
- Run the following command to disable Restricted Mode
-
If you have a Web Pro or Web Host license:
# plesk bin poweruser --off -simple false -lock false
-
If you have a Web Admin license:
# plesk bin poweruser --on -simple false -lock false
For Windows
- Connect to the server via RDP
- Start a command prompt as Administrator
- Run the following command to disable Restricted Mode
-
If you have a Web Pro or Web Host license:
plesk bin poweruser --off -simple false -lock false
-
If you have a Web Admin license:
plesk bin poweruser --on -simple false -lock false
Comments
Please sign in to leave a comment.