<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									SolidCP Forum - Recent Topics				            </title>
            <link>https://solidcp.com/forum/</link>
            <description>SolidCP Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 19 Sep 2026 15:15:01 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Sept 2026 Update breaks 1.4.8</title>
                        <link>https://solidcp.com/forum/question/sept-2026-update-breaks-1-4-8/</link>
                        <pubDate>Mon, 14 Sep 2026 17:26:40 +0000</pubDate>
                        <description><![CDATA[After installing the September 2026 updates and rebooting, the SolidCP Server endpoint returned Server Error in &#039;/&#039; Application – Runtime Error for every request. The Enterprise Server could...]]></description>
                        <content:encoded><![CDATA[<p><span>After installing the September 2026 updates and rebooting, the SolidCP Server endpoint returned </span><code>Server Error in '/' Application – Runtime Error</code><span> for every request. The Enterprise Server could no longer reach it, so all panel operations against that server failed — creating or disabling users, mailbox actions, everything.</span></p>
<p>our workaround: Put Newtonsoft.Json 13.0.0.0 into SolidCP's <code>bin</code>. If Exchange is on the same box, it ships a copy.</p>
<div class="codeBlockWrapper_-a7MRw"><button class="copyButton_CEmTFw copyButton_-a7MRw" title="Copy code" aria-label="Copy code to clipboard"></button>
<pre contenteditable="false"><code class="language-powershell">Copy-Item 'C:\Program Files\Microsoft\Exchange Server\V15\bin\Newtonsoft.Json.dll' `
          'C:\SolidCP\Server asp.net v4.5\bin\Newtonsoft.Json.dll' -Force
</code></pre>
</div>
<p>Add a binding redirect inside the<span> </span><strong>existing</strong><span> </span><code>&lt;assemblyBinding&gt;</code><span> </span>block in<span> </span><code>Web.config</code><span> </span>(the one that already contains<span> </span><code>&lt;probing privatePath="..."/&gt;</code><span> </span>— do not create a second block):</p>
<div class="codeBlockWrapper_-a7MRw"><button class="copyButton_CEmTFw copyButton_-a7MRw" title="Copy code" aria-label="Copy code to clipboard"></button>
<pre contenteditable="false"><code class="language-xml">&lt;dependentAssembly&gt;
  &lt;assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /&gt;
  &lt;bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" /&gt;
&lt;/dependentAssembly&gt;
</code></pre>
</div>
<p>The redirect matters: <code>SolidCP.Providers.DNS.SimpleDNS80.dll</code> references Newtonsoft.Json 10.0.0.0, so without it that provider would break instead.</p>
<p>&nbsp;</p>
<p>Maybe this helps someone...</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>rickstinson</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/sept-2026-update-breaks-1-4-8/</guid>
                    </item>
				                    <item>
                        <title>Last Smarter Smartermail update 9742 - Broke API</title>
                        <link>https://solidcp.com/forum/question/last-smarter-smartermail-update-9742-broke-api/</link>
                        <pubDate>Wed, 09 Sep 2026 16:18:48 +0000</pubDate>
                        <description><![CDATA[Hi,
After the lsat update smartermail team wrote:
&nbsp;

Security: Hardened legacy SOAP API calls for System Administrators.
Security: Hardened System Administrator token usage and per...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>After the lsat update smartermail team wrote:</p>
<p>&nbsp;</p>
<ul>
<li class="release-note">Security: Hardened legacy SOAP API calls for System Administrators.</li>
<li class="release-note">Security: Hardened System Administrator token usage and permission access.</li>
<li class="release-note">Security: Hardened user mailbox authentication caching</li>
</ul>
<p>And know with 100+ provider we cant add or update email accounts.</p>
<p>Regards,</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>sergio</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/last-smarter-smartermail-update-9742-broke-api/</guid>
                    </item>
				                    <item>
                        <title>After install, no mysql or smartermail</title>
                        <link>https://solidcp.com/forum/question/after-install-no-mysql-or-smartermail/</link>
                        <pubDate>Thu, 16 Jul 2026 00:01:30 +0000</pubDate>
                        <description><![CDATA[Good Evening:  
I just got a new server with Windows Server 2022 on it.  Both MySQL 8.0 (and the most recent MySQL Connector/NET) and SmarterMail v8451 are installed as well as the FTP serv...]]></description>
                        <content:encoded><![CDATA[<p>Good Evening:  </p>
<p>I just got a new server with Windows Server 2022 on it.  Both MySQL 8.0 (and the most recent MySQL Connector/NET) and SmarterMail v8451 are installed as well as the FTP server in IIS, but after installing SolidCP 1.5.1, neither of these services/servers appear in SolidCP.  I'm pretty sure I did not have this problem with SCP version 1.4.7.  Am I missing something?  I saw no mention of any of these items during the SolidCP installation process.  </p>
<p>Can someone please give me an idea of what I should be looking for?  </p>
<p>Thank you.<br />Scott Hendrickson<br />Centennial, CO.  U.S.A.</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>Scott</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/after-install-no-mysql-or-smartermail/</guid>
                    </item>
				                    <item>
                        <title>New Exchange Server how to migrate</title>
                        <link>https://solidcp.com/forum/question/new-exchange-server-how-to-migrate/</link>
                        <pubDate>Thu, 09 Jul 2026 12:02:48 +0000</pubDate>
                        <description><![CDATA[Hy. i have to setup a new exchange Server in my envoirement. it is up and running. But now i have to move my Mailboxes and how is it best to change it in SolidCP.
&nbsp;
brgds]]></description>
                        <content:encoded><![CDATA[<p>Hy. i have to setup a new exchange Server in my envoirement. it is up and running. But now i have to move my Mailboxes and how is it best to change it in SolidCP.</p>
<p>&nbsp;</p>
<p>brgds</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>funsurfer</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/new-exchange-server-how-to-migrate/</guid>
                    </item>
				                    <item>
                        <title>Standalone SSL Installation for Enterprise Server and Server Components</title>
                        <link>https://solidcp.com/forum/question/standalone-ssl-installation-for-enterprise-server-and-server-components/</link>
                        <pubDate>Wed, 17 Jun 2026 05:34:05 +0000</pubDate>
                        <description><![CDATA[Hi there,I trust you are well. Is it possible to perform a standalone installation using SSL for all SolidCP components?I understand that the Web Portal can be configured to use SSL, but I w...]]></description>
                        <content:encoded><![CDATA[<p>Hi there,<br /><br />I trust you are well. <br /><br />Is it possible to perform a standalone installation using SSL for all SolidCP components?<br />I understand that the Web Portal can be configured to use SSL, but I would also like the backend components to communicate over SSL, specifically:<br /><br />Enterprise Server: https://hostname:9003<br />Server Component: https://hostname:9002<br /><br />However, when I configure these services to use SSL, I receive the error shown below.<br /><br />Has anyone successfully implemented this configuration, or can you provide any guidance on the correct setup requirements?<br /><br />Any advice would be greatly appreciated.<br />Thank you.<br /><br />##############<br />An existing connection was forcibly closed by the remote host<br />Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.<br /><br />Exception Details: System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host<br /><br />Source Error:<br /><br />An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.<br /><br />Stack Trace:<br /><br /><br /><br />System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +226<br /><br /><br />System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +811<br />System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) +48<br />System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) +228<br />System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) +361<br />System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest, Boolean renegotiation) +245<br />System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) +812<br />System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +264<br />System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) +21<br />System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) +85<br />System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) +1131<br />System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) +62<br />System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) +124<br />System.Net.ConnectStream.WriteHeaders(Boolean async) +491</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>mojoekita</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/standalone-ssl-installation-for-enterprise-server-and-server-components/</guid>
                    </item>
				                    <item>
                        <title>MFA</title>
                        <link>https://solidcp.com/forum/question/mfa/</link>
                        <pubDate>Thu, 02 Apr 2026 04:48:02 +0000</pubDate>
                        <description><![CDATA[Good day,
Is there any sort of configuration we need to do to enable 2 factor authentication?
Currently when my users tick the &quot;Enable MFA&quot; box no email gets sent to them and the scan the ...]]></description>
                        <content:encoded><![CDATA[<p>Good day,</p>
<p>Is there any sort of configuration we need to do to enable 2 factor authentication?</p>
<p>Currently when my users tick the "<span>Enable MFA</span>" box no email gets sent to them and the scan the QR code button does not appear.</p>
<p>Thanks,</p>
<p>Dalan</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>Dalan</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/mfa/</guid>
                    </item>
				                    <item>
                        <title>SolidCP to FuseCP</title>
                        <link>https://solidcp.com/forum/question/solidcp-to-fusecp/</link>
                        <pubDate>Wed, 01 Apr 2026 13:14:42 +0000</pubDate>
                        <description><![CDATA[Hi,
I understand there is movement going to happen from SolidCP to FuseCP.
My question is, do we stop developing the SolidCP environment and wait for FuseCP or will there be a migration pa...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>I understand there is movement going to happen from SolidCP to FuseCP.</p>
<p>My question is, do we stop developing the SolidCP environment and wait for FuseCP or will there be a migration path?</p>
<p>We are at the point we want to move away from Plesk but dont want to continue using SolidCP if there is no point.</p>
<p>thanks</p>
<p>Ian</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>Ian Tobin</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/solidcp-to-fusecp/</guid>
                    </item>
				                    <item>
                        <title>Windows Hyper-V Server 2019</title>
                        <link>https://solidcp.com/forum/question/windows-hyper-v-server-2019/</link>
                        <pubDate>Mon, 23 Mar 2026 17:52:12 +0000</pubDate>
                        <description><![CDATA[Is there any manual to connect a remote Hyper-V server? SolidCP support newer versions of Hyper-V server like 2019?]]></description>
                        <content:encoded><![CDATA[Is there any manual to connect a remote Hyper-V server? SolidCP support newer versions of Hyper-V server like 2019?
199]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>Marcel P. Souza</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/windows-hyper-v-server-2019/</guid>
                    </item>
				                    <item>
                        <title>Can no longer access to serveradmin</title>
                        <link>https://solidcp.com/forum/question/can-no-longer-access-to-serveradmin/</link>
                        <pubDate>Mon, 16 Mar 2026 00:15:22 +0000</pubDate>
                        <description><![CDATA[HelloWe have for a long time solidcp running, enabled sending of pin by email as an aditional security.... but now the system doesn&#039;t send the pin anymore.
Is there a way to disable sending...]]></description>
                        <content:encoded><![CDATA[<p>Hello<br /><br />We have for a long time solidcp running, enabled sending of pin by email as an aditional security.... but now the system doesn't send the pin anymore.</p>
<p>Is there a way to disable sending this PIN by editing directly the database? We need to access administration and can't</p>
<p>Can anyone help with this?</p>
<p>AG</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>harpwro</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/can-no-longer-access-to-serveradmin/</guid>
                    </item>
				                    <item>
                        <title>Hosting WordPress Websites? New Install &amp; No Web Platform. What&#039;s the deal</title>
                        <link>https://solidcp.com/forum/question/hosting-wordpress-websites-new-install-no-web-platform-whats-the-deal/</link>
                        <pubDate>Sat, 07 Mar 2026 16:13:04 +0000</pubDate>
                        <description><![CDATA[Hello Godbless
I came across this software which look like an amazing product to replace my Plesk server however I&#039;ve encountered a few issues along my limited journey to install this appli...]]></description>
                        <content:encoded><![CDATA[<p>Hello Godbless</p>
<p>I came across this software which look like an amazing product to replace my Plesk server however I've encountered a few issues along my limited journey to install this application and when i finally get it working i start looking a hosting, plans, etc. When looking for WordPress, php, etc. I didn't any see applications preinstalled, etc. nothing found.</p>
<p>Then i found out it needs web platform which has been discontinued. I followed the instruction and added the feed to no avail so is this product fit for purpose still as a website hosting platform? and if so what are the alternative and work arounds if any to get WordPress installed. thank you  in advance</p>
<p>&nbsp;</p>
195
194]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/"></category>                        <dc:creator>LeRoi Moore</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/hosting-wordpress-websites-new-install-no-web-platform-whats-the-deal/</guid>
                    </item>
							        </channel>
        </rss>
		