• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

FreeBSD Template Installation

R

redpaint

Guest
Hi,

This is to help anyone who, like me, was confused over how to install sitebuilder templates with FreeBSD.

Open http://www.swsoft.com/en/download/sitebuilder4/templates/ in your browser and find the SFX files you would like to install.

Right click the specific template pack (SFX) you would like and select "Copy Link Location".

Now log on to your server using SSH and do the following:

Code:
plesk# cd /usr/local/sitebuilder/htdocs/templates
plesk# fetch [url]http://...../Business_pack1.sh[/url] [RIGHT CLICK TO REPLACE [url]http://...../Business_pack1.sh[/url] WITH LOCATION OF CHOSEN SFX FILE]   
100% of   11 MB  777 kBps 00m00s
plesk# /bin/sh Business_pack1.sh
Installing SiteBuilder template pack
Templates have been successfully updated
plesk# sb_config --update_templates

Hope this helps someone else.
 
Back
Top