{"id":2419,"date":"2019-01-03T06:16:27","date_gmt":"2019-01-03T06:16:27","guid":{"rendered":"http:\/\/www.softaculous.com\/blog\/?post_type=docs&#038;p=2419"},"modified":"2026-04-15T10:40:38","modified_gmt":"2026-04-15T10:40:38","slug":"reinstall","status":"publish","type":"docs","link":"https:\/\/www.softaculous.com\/blog\/docs\/admin\/installing-softaculous\/reinstall\/","title":{"rendered":"Reinstall"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Overview<\/h3>\n\n\n\n<p>The following guide will show you how to Re-install Softaculous on your server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Commands<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">wget -O install.sh https:\/\/files.softaculous.com\/install.sh<br>chmod 755 install.sh<br>.\/install.sh --reinstall<br><\/pre>\n\n\n\n<p>That&#8217;s it&nbsp;! This will re-install Softaculous on your server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reinstall Manually<\/h3>\n\n\n\n<p>If you would like to perform the re-install process manually you can refer to the following steps&nbsp;:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Backup of your settings<\/h3>\n\n\n\n<p>First you need to take a backup of your Softaculous settings.<\/p>\n\n\n\n<p>1. Copy the universal.php&nbsp;<br><\/p>\n\n\n\n<p>Copy the universal setting file located at&nbsp;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">\/path\/to\/softaculous\/enduser\/universal.php\n<\/pre>\n\n\n\n<p>e.g. in cPanel, the universal.php is located at&nbsp;<strong>\/usr\/local\/cpanel\/whostmgr\/docroot\/cgi\/softaculous\/enduser\/universal.php<\/strong>&nbsp;<br><\/p>\n\n\n\n<p><br>2. Copy the iscripts.php&nbsp;<br><\/p>\n\n\n\n<p>Copy the Enabled scripts file located at&nbsp;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">\/path\/to\/softaculous\/enduser\/iscripts.php\n<\/pre>\n\n\n\n<p>e.g. in cPanel, the iscripts.php is located at&nbsp;<strong>\/usr\/local\/cpanel\/whostmgr\/docroot\/cgi\/softaculous\/enduser\/iscripts.php<\/strong>&nbsp;<br><\/p>\n\n\n\n<p><br>3. Copy the categories.php&nbsp;<br><\/p>\n\n\n\n<p>This file stores the order of Script Categories which can be changed from Softaculous Admin panel -&gt; Categories&nbsp;<br><\/p>\n\n\n\n<p>Copy the categories file located at&nbsp;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">\/path\/to\/softaculous\/enduser\/categories.ser\n<\/pre>\n\n\n\n<p>e.g. in cPanel, the categories.ser is located at&nbsp;<strong>\/usr\/local\/cpanel\/whostmgr\/docroot\/cgi\/softaculous\/enduser\/categories.ser<\/strong>&nbsp;<br><\/p>\n\n\n\n<p><br>4. Copy the conf Folder&nbsp;<br><\/p>\n\n\n\n<p>Copy the conf folder located at&nbsp;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">\/path\/to\/softaculous\/conf\n<\/pre>\n\n\n\n<p>e.g. in cPanel, the conf folder is located at&nbsp;<strong>\/usr\/local\/cpanel\/whostmgr\/docroot\/cgi\/softaculous\/conf<\/strong>&nbsp;<br><\/p>\n\n\n\n<p><br>5. Copy the hooks folder, IF you have configured hooks<\/p>\n\n\n\n<p>IF YOU HAVE CONFIGURED ANY HOOKS FOR THE INSTALLATION, YOU WILL HAVE TO COPY THE HOOKS FOLDER AS WELL<\/p>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">\/path\/to\/softaculous\/enduser\/hooks\n<\/pre>\n\n\n\n<p>e.g. in cPanel, the conf folder is located at&nbsp;<strong>\/usr\/local\/cpanel\/whostmgr\/docroot\/cgi\/softaculous\/enduser\/hooks<\/strong>&nbsp;<br><\/p>\n\n\n\n<p><br>6. Copy the cscripts.php ( IF PRESENT )&nbsp;<br><\/p>\n\n\n\n<p>cscripts.php is the file for custom scripts.&nbsp;<br><\/p>\n\n\n\n<p>Copy the custom scripts file located at&nbsp;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">\/path\/to\/softaculous\/enduser\/cscripts.php\n<\/pre>\n\n\n\n<p>e.g. in cPanel, the cscripts.php is located at&nbsp;<strong>\/usr\/local\/cpanel\/whostmgr\/docroot\/cgi\/softaculous\/enduser\/cscripts.php<\/strong>&nbsp;<br><\/p>\n\n\n\n<p><br>7. Copy the Custom Script Packages ( IF PRESENT )&nbsp;<br><\/p>\n\n\n\n<p>If you have configured any Custom Script, you will need to copy the packages on to the new server.&nbsp;<br><\/p>\n\n\n\n<p>Copy the custom scripts located at&nbsp;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">\/var\/softaculous\/CUSTOM_SCRIPT\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Remove Softaculous<\/h3>\n\n\n\n<p>Delete the following folder from your server to uninstall Softaculous&nbsp;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">\/path\/to\/softaculous\/\n<\/pre>\n\n\n\n<p>e.g. in cPanel, Softaculous is located at&nbsp;<strong>\/usr\/local\/cpanel\/whostmgr\/docroot\/cgi\/softaculous\/<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Install Softaculous<\/h3>\n\n\n\n<p>Now you should re-install Softaculous on your server.<\/p>\n\n\n\n<p>1. Make sure Ioncube is enabled on your server.&nbsp;<br>2. Execute the following commands on your server to install Softaculous&nbsp;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted bash hljs\">wget -O install.sh https:\/\/files.softaculous.com\/install.sh<br>chmod 755 install.sh<br>.\/install.sh<br><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Copy the settings files you backed up earlier<\/h3>\n\n\n\n<p>Now copy the setting files that you backed up in the first step. Replace the files to the respective path from where you copied them.<\/p>\n\n\n\n<p>Thats it!! You have re-installed Softaculous on your server.<\/p>\n","protected":false},"featured_media":0,"parent":1666,"menu_order":17,"comment_status":"closed","ping_status":"closed","template":"","docs_category":[],"class_list":["post-2419","docs","type-docs","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.softaculous.com\/blog\/wp-json\/wp\/v2\/docs\/2419","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.softaculous.com\/blog\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.softaculous.com\/blog\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/www.softaculous.com\/blog\/wp-json\/wp\/v2\/comments?post=2419"}],"version-history":[{"count":6,"href":"https:\/\/www.softaculous.com\/blog\/wp-json\/wp\/v2\/docs\/2419\/revisions"}],"predecessor-version":[{"id":6182,"href":"https:\/\/www.softaculous.com\/blog\/wp-json\/wp\/v2\/docs\/2419\/revisions\/6182"}],"up":[{"embeddable":true,"href":"https:\/\/www.softaculous.com\/blog\/wp-json\/wp\/v2\/docs\/1666"}],"wp:attachment":[{"href":"https:\/\/www.softaculous.com\/blog\/wp-json\/wp\/v2\/media?parent=2419"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/www.softaculous.com\/blog\/wp-json\/wp\/v2\/docs_category?post=2419"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}