• 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. virtubox

    Resolved How to Automatically Shut Down Servers at Defined Times?

    The system is going down for halt in 7094 minutes! Seems to work
  2. virtubox

    Question Cronjobs: User-defined php settings?

    Hello, to increase php memory_limit , you can edit directly the php.ini configuration in Tools & Settings > PHP settings > php version you want to use to run your cronjob. Then go in the tab php.ini and find the variable memory_limit
  3. virtubox

    Resolved How to Automatically Shut Down Servers at Defined Times?

    Hello, the easiest will be to add a cronjob with the command crontab -e , and to add the following line : 0 3 25 * * /sbin/shutdown now
  4. virtubox

    Virtual robots.txt in wordpress toolkit...where is it?

    When I update my robots.txt file, it's also updated when I browse mywebsite.ltd/robots.txt : In Plesk editor : With my web browser :
  5. virtubox

    Virtual robots.txt in wordpress toolkit...where is it?

    Hello, robots.txt file is located in your website root folder (probably httpdocs) . But this file isn't managed by WordPress toolkit, and will probably never be managed by WP toolkit. The content you have posted previously is most of time defined by the plugin Yoast SEO. Not by Plesk.
  6. virtubox

    Issue Configuration SubDomain and Email

    Hello, the easiest in your case will be to use your Plesk server as nameservers for your domain. This way , when you will add a new subdomain, the proper DNS records will be added automatically. To do so, you need to : - set Glue registry for your domain : to set your nameservers IP to...
  7. virtubox

    Resolved Plesk login edit background.

    Hello, to do the same , the file to edit is /opt/psa/admin/htdocs/theme/css/main.css on Ubuntu/Debian or /usr/local/psa/admin/htdocs/theme/css/main.css on Centos
  8. virtubox

    Resolved Tried to import backup (MySQL) has failed from SSH.

    It will probably be easier from PMA, just select tables and go into operations tab. It's not safe at all and it's not needed. Each application use particular storage engine depending on it needs. If MyISAM is required on some tables, and InnoDB on some other, there is a reason...
  9. virtubox

    Resolved Tried to import backup (MySQL) has failed from SSH.

    No, if some tables require MyISAM to use FULLTEXT indexes for example, you can't convert them to InnoDB.
  10. virtubox

    .wp-cli/cache files

    Hello, WP-Tookit keep them in cache with an expiration date. It will remove them automatically. You can disable cache by adding the following directives in your panel.ini file (with the panel.ini editor extension or directly in /usr/local/psa/admin/conf/panel.ini) : [wpToolkit]...
  11. virtubox

    Question Plesk Error + MariaDB 10.2 installed & Error

    You are right, there is maybe an error in the kb title. The easiest to use the MariaDB release of your choice is to install it before installing Plesk : #add MariaDB 10.1 repository curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s --...
  12. virtubox

    Question Plesk Error + MariaDB 10.2 installed & Error

    You have to backup the folder /var/lib/mysql , then to totally remove MariaDB. After that, update yum repo to apply the change in /etc/yum.repos.d/MariaDB.repo, and reinstall MariaDB 10.1. The last step is to restore the previous database and to apply the MariaDB downgrade. This...
  13. virtubox

    Resolved Tried to import backup (MySQL) has failed from SSH.

    You have to edit your table configuration to use MyISAM instead of InnoDB using phpmyadmin :
  14. virtubox

    Question Plesk Error + MariaDB 10.2 installed & Error

    It's exactly the same process on Centos than on Ubuntu. Replace MariaDB 10.2 repo by MariaDB 10.1 repository. nano /etc/yum.repos.d/MariaDB.repo Should currently look like : # MariaDB 10.2 CentOS repository list - created 2017-12-17 13:44 UTC #...
  15. virtubox

    Resolved Tried to import backup (MySQL) has failed from SSH.

    Hello, your issue isn't related to MySQL or MariaDB, but to the engine storage used. To be able to use FULLTEXT indexes, you have to use MyISAM instead of InnoDB. MySQL Bugs: #6713: The used table type doesn't support FULLTEXT indexes
  16. virtubox

    Resolved Is it safe to change password length long on SSH/Root?

    You can generate a password directly via ssh with the command : dd if=/dev/urandom bs=1 count=32 2>/dev/null | base64 -w 0 | rev | cut -b 2- | rev But it will be more secure to disable password authentication via ssh, and to use ssh-keys, and to use another port than 22 to...
  17. virtubox

    Plesk file manager can delete Files with root rights!

    This is not a bug, it's only logic linux permissions . Plesk will never use root owner in user directory.
  18. virtubox

    Resolved Google Login not available on login screen

    You are right. That will be great to add the information "support Plesk Multi Server update#X" in the plesk catalog.
  19. virtubox

    Resolved Google Login not available on login screen

    Hello, it's probably the fact that you are using Multi-Server extension. I have no idea if Google login is available with Multi-servers configuration.
  20. virtubox

    Issue Apache 100% CPU each week

    Hello, You can try to disable the logrotate cronjob, but I do not think it's the current issue. Have you check the 14MB of error logs you have ? It may help you to find the issue
Back
Top