<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>plesk — LowEndSpirit</title>
        <link>https://staging.lowendspirit.com/index.php?p=/</link>
        <pubDate>Mon, 06 Apr 2026 06:57:44 +0000</pubDate>
        <language>en</language>
            <description>plesk — LowEndSpirit</description>
    <atom:link href="https://staging.lowendspirit.com/index.php?p=/discussions/tagged/plesk/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Plesk License - Partner vs Reseller</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4477/plesk-license-partner-vs-reseller</link>
        <pubDate>Sat, 20 Aug 2022 16:45:41 +0000</pubDate>
        <category>Requests</category>
        <dc:creator>hostarts</dc:creator>
        <guid isPermaLink="false">4477@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello</p>

<p>Since 90% of our clients prefer to use Plesk rather than another panel, we are purchasing all our licenses from Plesk resellers.</p>

<p>Apparently, Plesk is charging more expensive than these guys for the only reason that they provide the support for their software. Going through the reseller usually means no support available in case of an issue.</p>

<p>Or the reseller would simply act as a forwarder between the customer and plesk Support?   <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/tongue.png" title=":p" alt=":p" height="18" /></p>

<p>We don't usually require support if not at all, most of the issues are easily dealt with but from time to time we would like some deeper technical information that Plesk forums will not be able to respond to.</p>

<p>There is absolutely no point in applying to become Partners when resellers exist, they get the licenses at so much cheaper, even cheaper than Partners unless you operate  30000 licensed servers.</p>

<p>We Currently use WebsoftSolus for licenses, the Web Admin VPS version comes at 6.99 Euro/mo but that reseller seems more like a ghostship as they never update their site or bother replying to tickets ( Have one open for 5 days now )</p>

<p>Cplicense.net are also some of the cheapest but they are not a EU company or something I would go with. Any other license supplier can be advised?</p>
]]>
        </description>
    </item>
    <item>
        <title>Plesk Bullk Email account creation script</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3786/plesk-bullk-email-account-creation-script</link>
        <pubDate>Thu, 17 Feb 2022 11:02:03 +0000</pubDate>
        <category>Technical</category>
        <dc:creator>hostarts</dc:creator>
        <guid isPermaLink="false">3786@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I found this could be helpful for many people looking to create multiple Plesk email accounts especially since we are getting a lot of migrations from the old Google Gsuite Legacy edition.</p>

<p>The script reuires a txt file where the emails must be listed 1 per line :</p>

<pre><code>#!/bin/bash
while read user
do
plesk bin mail --create $user -passwd 12345@@ -mbox_quota 25000M -mailbox true
done &lt; userfile.txt
</code></pre>

<p>The script may fail if your secuity standards for your passwords are too high so you may edit that 12345<br />@ if needed.</p>

<p>By default i have aligned this at 15000M or 15G to equal Legacy Google Workspace accounts.</p>

<p>I hope this helps</p>
]]>
        </description>
    </item>
    <item>
        <title>Plesk backup files to exclude ?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3733/plesk-backup-files-to-exclude</link>
        <pubDate>Fri, 28 Jan 2022 20:31:14 +0000</pubDate>
        <category>Help</category>
        <dc:creator>hostarts</dc:creator>
        <guid isPermaLink="false">3733@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello</p>

<p>Wanted to get some advice on files to exclude for plesk backups, we don't want our backups growing exponetially with unwanted files</p>

<p>Is this enough ?</p>

<p>.gz<br />
<em>.jpa<br />
*.log<br />
*.bkup<br />
*.sql<br />
*.tar<br />
*.tar.gz<br />
*.zip<br />
*/com_akeeba/backup/<br />
/core.[0-9]<br />
httpdocs/cache/</em><br />
softaculous_backups/*<br />
/wp-content/cache/<br />
/wp-content/uploads/wpcf7_captcha/<br />
/wp-content/widget-cache/<br />
.wpress<br />
*/wptsc-cachedir/<br />
/.wysiwygPro_</p>
]]>
        </description>
    </item>
    <item>
        <title>How to use Cloudns as Secondary DNS provider [ Plesk Tested ]</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3724/how-to-use-cloudns-as-secondary-dns-provider-plesk-tested</link>
        <pubDate>Thu, 27 Jan 2022 18:02:40 +0000</pubDate>
        <category>Technical</category>
        <dc:creator>hostarts</dc:creator>
        <guid isPermaLink="false">3724@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello,</p>

<p>I would like to share our experience regarding Secondary DNS for Plesk server. For the moment It has been pretty straight forward to setup Slave nameservers for Plesk.</p>

<p>The issue is, the solution becomes totally unreliable once you have 2 master servers or more. It looks like Plesk themselves couldn't figure out issues related to rndc-keys etc for our case. We have been getting random disconnections etc...</p>

<p>Additionally it requires the maintenance of the nameservers slave and having them on different locations or datacenters</p>

<p>We found solutions such as gDNS from Admin Ahead but it looks too complicated and not that different from the Plesk Slave servers.</p>

<p>We want to share our solution for the community especially the ones using Plesk, we are also planning to test the solution on different Hosting panels such as cPanel.</p>

<p>You can go ahead and create an account at <a href="https://www.cloudns.net/" rel="nofollow">https://www.cloudns.net/</a></p>

<p>Once done, you will need to put edit a default provided PHP script that you can find on their <a rel="nofollow" href="https://github.com/ClouDNS/cloudns-api-bulk-updates/tree/master/plesk-slave-zones-add" title="Github Page">Github Page</a>.</p>

<p>Due to the multiple changes between the old script and the new one we have provided some additional information to the ClouDNS team who corrected some elements on their previous one.</p>

<p>You can read the article they have put together for Plesk servers. <a href="https://www.cloudns.net/wiki/article/250" rel="nofollow">https://www.cloudns.net/wiki/article/250</a></p>

<p>We will try to do the same for cPanel very soon and update this thread.</p>

<p>through this you can enjoy IPV4 &amp; IPV6 Anycast Secondary DNS and protect your Master server</p>

<p>Regarding the Cronjob to setup we made it run once per minute in our case due to multiple DNS zone changes and new clients. Especially that Plesk is kind of slow when it comes to SSL <img src="https://staging.lowendspirit.com/plugins/emojiextender/emoji/twitter/smile.png" title=":)" alt=":)" height="18" /></p>

<p>We would love to hear your feedback</p>
]]>
        </description>
    </item>
    <item>
        <title>Is someone using Plesk panel?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/3282/is-someone-using-plesk-panel</link>
        <pubDate>Thu, 26 Aug 2021 03:54:41 +0000</pubDate>
        <category>General</category>
        <dc:creator>Amadex</dc:creator>
        <guid isPermaLink="false">3282@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello! I see cPanel and Plesk are in the same boat (WebPros HoldCo B.V.). Has anyone used the new Plesk Obsidian?</p>

<p>I think to move all my cPanel accounts to Plesk as it's cheaper.</p>

<p>I see they have an easy migration tool <a href="https://www.plesk.com/extensions/panel-migrator/" rel="nofollow">https://www.plesk.com/extensions/panel-migrator/</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Cheap Plesk license</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/2375/cheap-plesk-license</link>
        <pubDate>Tue, 05 Jan 2021 18:51:45 +0000</pubDate>
        <category>Help</category>
        <dc:creator>Asim</dc:creator>
        <guid isPermaLink="false">2375@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am looking for cheapest plesk license<br />
netsys-online.com was changed to aihoster.com and their prices have increased from the last time I used them in 2015</p>

<p>"PLESK WEB PRO EDITION" is the license I am looking for, any pointers?</p>

<p>I found this <a href="https://www.hetzner.com/add-on-product/matrix" rel="nofollow">https://www.hetzner.com/add-on-product/matrix</a> but looks like Hetzner only sells them with dedicated servers (not VPS licenses), regardless created a ticket with them to see if they can do it</p>
]]>
        </description>
    </item>
    <item>
        <title>Hosting Industry Software: How much do you think is a fair price increase per year?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/1875/hosting-industry-software-how-much-do-you-think-is-a-fair-price-increase-per-year</link>
        <pubDate>Sun, 04 Oct 2020 22:38:28 +0000</pubDate>
        <category>General</category>
        <dc:creator>vpsgeek3333</dc:creator>
        <guid isPermaLink="false">1875@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>It is not possible for us, living in capitalist economies, to prevent price increase. The most common reasons for this could be one or some combination of:</p>

<p>Inflation<br />
Devaluation of Currency<br />
Just because the owners/devs want to do it<br />
The owners/devs want their product to be "enterprise only"<br />
And of course there can be many other reasons as well</p>

<p>But how much price increase do you think is fair &amp; would not be toll on your pocket if you also get assurance that price increase for a particular software will never be more than a fixed percentage every year?</p>
]]>
        </description>
    </item>
    <item>
        <title>Windows Reseller Hosting</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/347/windows-reseller-hosting</link>
        <pubDate>Wed, 18 Dec 2019 14:28:43 +0000</pubDate>
        <category>Help</category>
        <dc:creator>Asim</dc:creator>
        <guid isPermaLink="false">347@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Can anyone recommend a good Windows Reseller Hosting provider?</p>

<p>I am currently with PremiumReseller, their plans are good but they have smartermail and the limit are ridiculously low</p>

<blockquote><div>
  <p>Mailbox size limit: 250MB</p>
</div></blockquote>

<p><a href="http://support.premiumreseller.com/index.php?/Knowledgebase/Article/View/105/0/smartermail-quota-limit" rel="nofollow">http://support.premiumreseller.com/index.php?/Knowledgebase/Article/View/105/0/smartermail-quota-limit</a></p>

<p>I need 100GB disk, at least 15 accounts and <code>MSSQL SERVER 2016</code></p>

<p>Looking for suggestions/recommendations</p>
]]>
        </description>
    </item>
    <item>
        <title>Oakley Capital agrees sale of WebPros (cPanel, Plesk, WHMCS, SolusVM) to CVC Fund VII</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/268/oakley-capital-agrees-sale-of-webpros-cpanel-plesk-whmcs-solusvm-to-cvc-fund-vii</link>
        <pubDate>Sun, 08 Dec 2019 07:33:02 +0000</pubDate>
        <category>Industry News</category>
        <dc:creator>Francisco</dc:creator>
        <guid isPermaLink="false">268@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Didn't see a post about this.</p>

<p><a href="https://www.reuters.com/article/oakley-capital-webpros-sale/oakley-to-sell-swiss-webhosting-software-maker-webpros-sources-idUSL8N28E5RY" rel="nofollow">https://www.reuters.com/article/oakley-capital-webpros-sale/oakley-to-sell-swiss-webhosting-software-maker-webpros-sources-idUSL8N28E5RY</a></p>

<p>So it looks like they're trying to sell it now that they've used cPanel as a proof-of-concept to spike pricing.</p>

<p>If this goes through we'll see another cPanel price hike within 12 months. I'll bet dinner on that.</p>

<p>Francisco</p>
]]>
        </description>
    </item>
    <item>
        <title>What are your hosting market predictions for 2020?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/217/what-are-your-hosting-market-predictions-for-2020</link>
        <pubDate>Sat, 30 Nov 2019 19:05:13 +0000</pubDate>
        <category>General</category>
        <dc:creator>Francisco</dc:creator>
        <guid isPermaLink="false">217@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>So what is everyones predictions for big changes for 2020? Mine are:</p>

<ul>
<li>Solus.io finally launches at $4/m/core with Solus VM1 set to sunset 12mo to 18mo after initial</li>
<li>WHMCS sunsets lifetime licenses with the launch of v8.0. To add to the displeasure they remove the "unlimited customers" option and requires everyone pay $0.30/month/active or similar.</li>
<li>More mergers/buyouts as datacenters continue to roll out products competing with their own users.</li>
<li>Plesk removes their unlimited domain option.</li>
<li>Directadmin prunes back the amount of OS' they support to allow them to make it easier to maintain the product.</li>
</ul>

<p>&#35;2 I stole from <a href="https://staging.lowendspirit.com/index.php?p=/profile/qps" rel="nofollow">@qps</a>.</p>

<p>Francisco</p>
]]>
        </description>
    </item>
   </channel>
</rss>
