• 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

Recent content by Raul A.

  1. R

    Question FTP Issues with NON Root user

    Hi, Do you have the passive ports opened in the firewall? grep -ir passive /etc/proftpd.* /etc/proftpd.conf:PassivePorts xxxxx yyyyy iptables -S INPUT | grep xxxxx -A INPUT -p tcp -m tcp --dport xxxxx:yyyyy -j ACCEPT -A INPUT -p tcp -m tcp --dport xxxxx:yyyyy -j ACCEPT If they are not opened...
  2. R

    Issue Ajust limit ressource usage

    Hi Erwan, In Plesk Web Admin edition you don't have access to the Subscritions page. All previous plans remain in place but you can't change them. You can change the service plan to "Admin Simple" using Plesk CLI. Here you have a CLI example.
  3. R

    Issue Multiple PHP-FPM master processes

    Do you use Dedicated PHP-FPM for any website?
  4. R

    Question Change Apache Port

    This setup is not supported out of the box. You can use nginx on ports 80 and 443. Proxy the requests to your desired Caddy or Traefik then proxy to Apace on 7080/7081. With this option, Plesk will handle the SSL certificates for you. You can also set Apace to listen on localhost thus the...
  5. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    Ok Are you trying the same interface file on the new server? The additional interfaces should be in the container, not on the Proxmox server. Can you share the interface files from Proxmox, the CT and the CT conf file?
  6. R

    Question Relay to external SMTP servers requiring SMTP authentication

    Hi, Are you aware of this article: Configuring a Smarthost or Relayhost ?
  7. R

    Resolved WordPress Toolkit has wrong database table prefix. How to change?

    Hi, What do you have in wp-config.php? WP-Tookit uses that information. One of WP-Tookit's security measures will change that prefix for you in wp-config.php and in the database table names.
  8. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    Try setting the default gateway only for the first interface.
  9. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    You have only 1 bridge, vmbr0? Do all IP addresses have the same gateway? You can have only 1 default gateway per routing table.
  10. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    Hi, Can you ping from the additional IP addresses? ping 1.1.1.1 -I additional.ip On Proxmox you have distinct IP addresses on distinct interfaces as opposed to other hypervisors. Can you share the Proxmox network settings for the CT?
  11. R

    Issue website downloads index.php instead of showing it

    Hi, Is PHP support enabled? Usually, the websites are deployed in a subfolder of the webspace, named ``Document root``: /var/www/vhosts/mySite.nl/httpdocs If your web application is designed to run the website from the pub subfolder, then you should update the Document root to reflect that...
  12. R

    Resolved Issue with permissions

    Hi, Sounds like simple view is enabled. Try the following: plesk bin poweruser -o -simple false -lock-simple-mode false
  13. R

    Question Force same domain emails to use MX records

    In Plesk you can have the mail service enabled or disabled for a given domain. The 3rd option will disable the mail service and will delete the local email adresses allong with the already received emails...
  14. R

    Resolved TUN/TAP-device für Plesk Obsidian

    Open a support ticket with them to check if it's enabled. Any VPN solution will need it enabled.
  15. R

    Resolved TUN/TAP-device für Plesk Obsidian

    Are you running Plesk in a container? If so, you will need to enable the TUN/TAP capability for the container from the hypervisor level.
Back
Top