• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. 2

    Resolved Admin Password & Root User Confusion

    Many thanks. Yes I ended up copying the .sample and using that. e.g. cp /usr/local/psa/admin/conf/panel.ini.sample /usr/local/psa/admin/conf/panel.ini Then added the following as suggested: [login] systemAdmin = false This is now showing as overridden from installed panel editor extension...
  2. 2

    Resolved Admin Password & Root User Confusion

    Interesting about panel extension for modifying settings. Will this not disable admin access as well?
  3. 2

    Resolved Disable root account for plesk panel

    Isn't this also disabling admin access? I would like to disable root but keep admin. Is this possible in 2025?
  4. 2

    Resolved Admin Password & Root User Confusion

    Turns out that you can change admin user name but root is still accessible AFAICT! https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/4030284-change-admin-username
  5. 2

    Resolved Admin Password & Root User Confusion

    Ok turns out on CentOS you can log into Plesk UI with root user as well! Managed to find this resource for setting admin user https://support.plesk.com/hc/en-us/articles/12377862129047-How-to-get-or-reset-lost-Plesk-Administrator-password Namely `plesk bin admin --set-admin-password -passwd...
  6. 2

    Resolved Admin Password & Root User Confusion

    I have just installed Plesk on from Ubuntu 20.x and I have a similar issue. I have disabled root login for ssh access but control panel Administration account still seems to be in name of root Changing root password seems to be the same for admin user i.e. root On CentOS 7.x this was called...
  7. 2

    Resolved What steps need to be taken to enable SSH root access through the SSH terminal extension?

    I had something similar on CentOS. Turned out I also needed to add root to AllowUsers otherwise ssh would terminate every session when trying to login as root for plesk server migration
  8. 2

    Issue NO way to add $PATH on crontab

    Actually I did end up using a bash script. Still problem with working from cron eve with default shell changed, e.g. #!/bin/sh # # DRUSH WRAPPER # # A wrapper script which launches the Drush that is in your project's /vendor # directory. Copy it to the root of your project and edit as...
  9. 2

    Issue NO way to add $PATH on crontab

    OK I followed your advice and set up another script. This seemed to get me around the PATH issue as I could override the path there, However there seemed to run into another issue when running php from the script. What does work is changing the shell from under web hosting and set to...
  10. 2

    Issue NO way to add $PATH on crontab

    Also if you insert PATH manually and then edit the cron tab the PATH setting is lost on save
  11. 2

    Issue NO way to add $PATH on crontab

    When running crontab as user, it is sometimes useful to be able to set or override the path Here is an example MAILTO="info@mail.com" SHELL="/bin/sh" PATH=/usr/local/bin:$PATH 45 * * * * /opt/plesk/php/8.3/bin/php -f...
  12. 2

    Resolved Cannot see some domains after upgrade

    Thanks Kaspar, Yes that's it! Back to normal. I guess I am a service provider now but see my self more as a web developer.
  13. 2

    Resolved Cannot see some domains after upgrade

    what I notice is there is no such thing as usr/sbin only usr/bin ?
  14. 2

    Resolved Cannot see some domains after upgrade

    Notice how I cannot see all domains here: Also, I notice sbin symlink to /usr/sbin is flashing black and red for some reason
  15. 2

    Resolved Cannot see some domains after upgrade

    Looking here I am not seeing the option to switch to power user view https://support.plesk.com/hc/en-us/articles/12377771356183-Difference-between-Power-User-View-and-Service-Provider-View-in-Plesk ok, checked and I am in power user view already, however I cannot see at least 2 different...
  16. 2

    Resolved Cannot see some domains after upgrade

    After upgrading from 18.0.59 to 18.0.60 I cannot see server settings. It is as if I am locked into a subscription even as the admin user. If i go to config check under mail I can see all the domains?
  17. 2

    Question OpenSSL 1.1.1 for TLS 1.3 on Plesk Obsidian (CloudLinux 7.7)... when?

    Just to follow up on this the issue I was having is that python app expecting OpenSSL 1.1 to be installed. I was able to get around this by installing OpenSSL 1.1 e.g. yum install openssl11 openssl11-devel and then compile python to point at this version when compiling. I was then able to run...
Back
Top