Soholaunch WHM Admin Panel

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
(Installation)
(Installation)
 
(4 intermediate revisions by one user not shown)
Line 7: Line 7:
  
 
==Installation==
 
==Installation==
 +
Login to your server as root through SSH and run the following commands:
 +
<pre>
 +
rm -f soholaunch_whm_installer.sh
 +
wget http://update.securexfer.net/panel_files/soholaunch_whm_installer.sh
 +
chmod 0755 soholaunch_whm_installer.sh
 +
sh soholaunch_whm_installer.sh
 +
</pre>
  
#Login as root through SSH.
+
==Done!==
#cd /usr/local/cpanel/whostmgr/docroot/cgi
+
#If there is not a cgi folder, create one.
+
#wget update.securexfer.net/panel_files/soho-whm-v14.tar.gz
+
#tar -xvzf soho-whm-v14.tar.gz
+
#chown root.root *soholaunch*
+
#chmod -R 755 *soholaunch*
+
#rm soho-whm-v11.tar.gz
+
  
Done!
 
 
The Soholaunch Menu will now appear in your WHM panel at the bottom of the left menu.
 
The Soholaunch Menu will now appear in your WHM panel at the bottom of the left menu.
 
[[Category:cPanel]]
 
[[Category:cPanel]]

Latest revision as of 22:06, 16 May 2019

Contents

Overview

The Soholaunch WHM Admin Panel is where the web host can manage his Soholaunch installations.

Requirements

  • Root access to cPanel server
  • Comfort with uploading and extracting .tgz/.tar files on your server via SSH command prompt.

Installation

Login to your server as root through SSH and run the following commands:

rm -f soholaunch_whm_installer.sh
wget http://update.securexfer.net/panel_files/soholaunch_whm_installer.sh
chmod 0755 soholaunch_whm_installer.sh
sh soholaunch_whm_installer.sh

Done!

The Soholaunch Menu will now appear in your WHM panel at the bottom of the left menu.

Personal tools