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

Licence expired

M

m.r.davies

Guest
Hi

My licence has expired, it tells me when i try and login to the backend.

I've read i need firewall access to ka.swsoft.com on port 5224

I've got the firewall people dealing with this.

what should i do then? is there a way to manually kick off the licence update?
also, where will it log the info if it fails ? the server logs dont tell me.
a bit of guidence on this would be appreciated

Thanks
 
Hello,
The best option is: to call sales team for upgrading instructions.

If you want to check where the problem is (this is not recommended and supported way) - you could try to insert into Sitebuilder's web.config, following code (into configuration tag):

<system.diagnostics>
<sources>
<source name="System.Net">
<listeners>
<add name="System.Net"/>
</listeners>
</source>
<source name="System.Net.Sockets">
<listeners>
<add name="System.Net"/>
</listeners>
</source>
<source name="System.Net.Cache">
<listeners>
<add name="System.Net"/>
</listeners>
</source>
</sources>
<switches>
<add name="System.Net" value="Verbose" />
</switches>
<sharedListeners>
<add name="System.Net"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="c:/sso.log"
/>
</sharedListeners>
<trace autoflush="true" />
</system.diagnostics>
Instead of marked file path paste your own and give rights to this file for IIS acount. And try to upgrade Sitebuilder from web-interface.
 
Back
Top