Soholaunch WHM Admin Panel
From Sohowiki
(Difference between revisions)
(→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. | ||
− | |||
==Requirements== | ==Requirements== | ||
Line 8: | 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> | |
− | + | ==Done!== | |
− | + | ||
− | + | 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 02:06, 17 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.