Question
- How to hide the Monitoring button from the domain card in a Plesk server?
Answer
For Linux
For Windows
- Connect to the server via SSH
- Edit file panel.ini based on its location
- On RHEL-based:
/usr/local/psa/admin/conf/panel.ini - On Debian-based:
/opt/psa/admin/conf/panel.ini
- On RHEL-based:
- Add the following to panel.ini and save:
[ext-monitoring]
cloudIntegrationMode = hiddenNote: If the panel.ini file already has a line with [ext-monitoring], just add the second line below it.
- Connect to the server via RDP
- Edit the file
%plesk_dir%adminconfpanel.iniwith your favorite text editor. - Add the following to panel.ini and save:
[ext-monitoring]
cloudIntegrationMode = hiddenNote: If the panel.ini file already has a line with [ext-monitoring], just add the second line below it.