Soholaunch WHM Admin Panel

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
(Overview)
(Installation)
 
(49 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
==Overview==
 
==Overview==
 
The Soholaunch WHM Admin Panel is where the web host can manage his Soholaunch installations.
 
The Soholaunch WHM Admin Panel is where the web host can manage his Soholaunch installations.
88796125580517585272960
 
  
 
==Requirements==
 
==Requirements==
Line 8: Line 7:
  
 
==Installation==
 
==Installation==
#Download the soho-whm-inst.tar.gz from [http://update.securexfer.net/panel_files/soho-whm-v3.tar.gz here].
+
Login to your server as root through SSH and run the following commands:
#Login as root through SSH.
+
<pre>
#Upload soho-whm-v3.tar.gz to the /usr/local/cpanel/whostmgr/docroot/cgi folder. If there is no cgi folder, create one.
+
rm -f soholaunch_whm_installer.sh
#Extract the soho-whm-v3.tar.gz in the /usr/local/cpanel/whostmgr/docroot/cgi folder using the following command:
+
wget http://update.securexfer.net/panel_files/soholaunch_whm_installer.sh
tar -xzvf soho-whm-v3.tar.gz
+
chmod 0755 soholaunch_whm_installer.sh
#Adjust permissions of the extracted files using the command:
+
sh soholaunch_whm_installer.sh
chmod -R 0755 soholaunch
+
</pre>
  
Then don't forget to chmod 0755 addon_soholaunch.cgi
+
==Done!==
#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