• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Turn off the trial site

P

preluderd

Guest
Is there a way to turn off the trial site so only logged in users can use sitebuilder? I have the Default Plan setting 'Trial sites lifetime' set to 1 hour but would like to eliminate trial sites all together if possible.
 
Is there a way you could copy and paste that article? When I try to view it all it says is "Access is denied."
 
I see... This is article is hided still... Ok, here are steps to disable trial sites:
1. Open [Sitebuilder installation directory]/Web/web.config file.
2. Find there appSettings tag. Within this tag find tag which key attribute is AllowAnonymousSites (or create it, if it isn't presented there).
3. Assign value attribute 'false'.

Finally you'll see there such configuration:
...
<appSettings>
...
<add key="AllowAnonymousSites" value="false"/>
...
</appSettings>
...
 
Back
Top