Question
How to disable access to Plesk for root
(Plesk for Linux) or
(Plesk for Windows) users?
Administrator
Answer
- Log into Plesk.
- Go to Extensions > My Extensions > Panel.ini Editor > Open > Editor.
Note: in case of the Panel.ini Editor is absent in Extensions > My Extensions, install it using the solution from here.
- Add the text below at the end of the file:
[login]
systemAdmin = false - Press the Save button.
Solution using the SSH access (Plesk for Linux)
- Log into the server via SSH.
- Using the vi text editor open the
/usr/local/psa/admin/conf/panel.ini
file. -
Add the text below at the end of the document and save the changes:
[login]
systemAdmin = false
Solution using the RDP access (Plesk for Windows)
- Log into the server via RDP.
- Open the
%plesk_dir%adminconfpanel.ini
file with any text editor. -
Add the text below at the end of the document and save the changes:
[login]
systemAdmin = false
Note: There is no possibility to disable access to Plesk for the admin
user.
Vote for this feature on the Plesk UserVoice portal. Top-ranked features are likely to be implemented in the next product releases.