• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. Martin Dias

    Resolved Can't install Plesk on Ubuntu 18.04 or 20.04

    seems you having network/firewall issues since it fails to connect to the ubuntu and plesk repos: Ign:45 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.14 Err:154 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64...
  2. Martin Dias

    Question Plesk and dhparams

    Normally, you can update it over commands like: plesk sbin sslmng --service dovecot --strong-dh --dhparams-size=2048 Did you do it manually?
  3. Martin Dias

    Resolved Error 1014 Creating FTP User REST API

    This is a known issue under the ID #EXTREST-158 Until the bug is fixed, the following workaround can be applied: 1. Create a secret key (X-API-Key): # curl -iku admin:password -X POST -H 'Content-Type: application/json' -d'{}' https://hostname:8443/api/v2/auth/keys 2. Run the API-CLI call...
  4. Martin Dias

    Issue Roundcube HTTP ERROR 500

    Additional question, are you using Litespeed web server? If yes, this 2 commands may help: mv /usr/local/bin/lsphp /usr/local/bin/lsphp-bk ln -s /opt/plesk/php/7.3/bin/lsphp /usr/local/bin/lsphp See Troubleshooting LiteSpeed Web Server with Plesk | LiteSpeed Documentation for reference
  5. Martin Dias

    Question Add rspamd

    Search option here is a good friend :) You can find a tutorial made by a user here: https://talk.plesk.com/threads/not-happy-with-plesk-email-security.356732/post-901856
  6. Martin Dias

    Question High memory usage in Digital Ocean droplet

    Linux does cache so the use being higher is normal, see: Help! Linux ate my RAM! Over SSH you can check it better with free -m, there you can see what is under the column “available” instead of the “free” But also 1 GB is not a lot of ram, so I would not expect too much of it :)
  7. Martin Dias

    Question Peers Certificate has Expired ??

    What mail server do you have set in the settings? Also, do you have an option on Macs Thunderbird to show the SSL? Security Certificate Expired | AVG There could still be leftover services from AVG running.
  8. Martin Dias

    Question Connect to external ssh server via shell script

    Are you using the IP or the Hostname to connect? Try with the IP if you did not It would also help if you provide the commands you're using to provide more information.
  9. Martin Dias

    Question How to properly add server directive for a vhost for nginx?

    You can use the location directive under the domain. Just make sure that proxy mode is disabled. as an example for seafile, I used: server_tokens off; location / { proxy_pass http://127.0.0.1:8000; proxy_set_header Host $host; proxy_set_header X-Real-IP...
  10. Martin Dias

    Resolved Firewall Plesk - IONOS

    If you're using the IONOS one, then you can skip the Plesk one
  11. Martin Dias

    Resolved Missing Argon2i and Argon2id password hash algorithms since PHP 7.4.30

    If anyone still has the issue on Debian 9 running, a Plesk update fixes it now: plesk installer update root@login:~# /opt/plesk/php/7.4/bin/php -r "echo password_hash('password', PASSWORD_ARGON2I);" PHP Warning: Use of undefined constant PASSWORD_ARGON2I - assumed 'PASSWORD_ARGON2I' (this will...
  12. Martin Dias

    Question Automatically renewing Sectigo certificates

    Yes, Paid ones need to be renewed manually, as a new SSL is created each year
  13. Martin Dias

    Issue After changing root password and Plesk admin passwords, migration fails

    Check this one: https://support.plesk.com/hc/en-us/articles/213928585
  14. Martin Dias

    Issue After changing root password and Plesk admin passwords, migration fails

    Since it is a dump failing, it should be the source server. On the source server, check if the login works manually: MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -u admin psa
  15. Martin Dias

    Question free trial period

    Yes, the trial does have reseller and customer management
  16. Martin Dias

    Resolved plesk system update tools 404error notification

    do you have a 3rd party mirror in use for Plesk?
  17. Martin Dias

    Resolved Can't remove php handler from list - the PHP handler "plesk-php56-fastcgi" is not found

    Try: /usr/local/psa/admin/bin/php_handlers_control --reread it should update the list correctly
  18. Martin Dias

    Question postfix vs qmail?

    Postfix is better due to SNI support etc: https://support.plesk.com/hc/en-us/articles/115001446174 But it's often also a choice of preference depending on your needs
Back
Top