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

Recent content by Tobias Sorensson

  1. T

    Issue Remove DNS zone files on Slave DNS

    Hello the enable button works but the disable button in the dns settings dont send the delete command.
  2. T

    Issue Remove DNS zone files on Slave DNS

    seems like this bug is still in place we have deactivated a users dns but the slave dns manager still hosts the zone file. it has not been removed.
  3. T

    Question How To Use algorithm hmac-sha256; rather than algorithm hmac-md5; for Slave DNS

    agree with this one allow it to be a dropdown and let users select but default should be the best secure one :)
  4. T

    Instruction How to find the busiest website by reading access log file - Updated the code

    Here is a update to the code. what i did was added easyer see how much traffic a website uses and put them last so its easy at a glance
  5. T

    Issue filemng failed: zip error: Interrupted (aborting) filemng: /usr/bin/zip execution failed: *** buffer overflow detected ***: terminated

    see this Bug #2062535 “zip fails when filenames contain unicode character...” : Bugs : zip package : Ubuntu
  6. T

    Issue filemng failed: zip error: Interrupted (aborting) filemng: /usr/bin/zip execution failed: *** buffer overflow detected ***: terminated

    Hello when we try and do backup via WP Toolkit backup feature. we get this error filemng failed: zip error: Interrupted (aborting) filemng: /usr/bin/zip execution failed: *** buffer overflow detected ***: terminated how can we solve this error?
  7. T

    Issue Cannot install new Imunify

    got the same issue the extension installs via plesk extensions list and after that when i go into it.. it will try and install but all i see is just it loads the repositories and nothing else then it stopps and i have to manually uninstall the dpkg --purge --force-all imunify360-venv and do bash...
  8. T

    Question CentOS2Alma conversion: Your expectations and experience?

    we migrated from centos 7 to alma 9 the only issue we had was with cresources (think it was called) was enabled and had to disable that in order to stop getting errors on cpu :)
  9. T

    Question Urgent Request Regarding Discontinuation of Plesk WebAdmin SE (On Vultr)

    plesk is not for small-scale users if you want to use plesk you have to pay the smallest license. i like plesk and its a small price to pay for a fully working rather complex control panel.
  10. T

    Question CentOS2Alma conversion: Your expectations and experience?

    Updated 3 servers had a few issue with the dovecot had changed the nameing sheme of its min ssl req but just had to comment out the wrong one and two domains did not have php versions but it was easly fixed by adding php version so great work :)
  11. T

    Issue Multiple Vulnerabilities in PHP 5 thru 8.3.7 Could Allow for Remote Code Execution - PATCH NOW

    This issue is Windows only but we had a few centos 7 plesk servers that we converted to Alma so thats good :) alot of news missed that its Windows only. but its good to get older php versions out :)
  12. T

    Question How to disable forced advertisement "Hire a developer"?

    why not have it as a variable to let the admins input there own url in the Hire a Developer and it be a opt-in feature AKA turn on if admin wants to use the hire a developer feature with there own dev team etc.
  13. T

    Question Multiple servers in same nameserver

    Hello we have a setup kind of like this. server1 - ns1 ns2 ns3 server2 - ns1 ns2 ns3 lets say we have domA.com if domA.com is provisioned on server1 but we want to move it to server2 we need to log into ns1 ns2 ns3 and do rndc delzone domA.com and then rndc reconfig to reload the dns...
  14. T

    Contribution [HOW-TO] Migration of Plesk roundcubemail to new server

    Here is a step by step guide how i migrated roundcubemail contacts etc to new server. Step 1. export the old servers roundcubemail db with this command on the old server plesk db dump roundcubemail > /root/roundcubemail_old_server_db.sql Step 2. Download the...
  15. T

    Instruction How to find the busiest website by reading access log file

    This one Instruction - How to find the busiest web site made me want to do one without the OORexx package here is the code #!/bin/bash # Clear any existing queue file > rxqueue.txt # Find all access_log files under /var/www/vhosts and add them to the queue file find /var/www/vhosts/system...
Back
Top