Results 1 to 5 of 5
-
8th Nov 2009, 09:08 AM #1OPToo busy :|Website's:
L337Fx.com BeastieBay.netHOWTO Install Plesk Control Panel on Linux
I just finished installing Plesk on my friend's VPS
So I thought that I should write a Tutorial for others.
Parallels Plesk is a comprehensive control panel solution used by leading hosting providers worldwide for shared, virtual and dedicated hosting, including us. The control panel is designed to simplify the management and administration of web sites. Plesk control panel automates a large number of tasks that allow service providers to reduce operating costs and resources while at the same time increasing profitability, efficiency and customer satisfaction.
Login to the vps/server & execute "uname -i" to get the OS bit version so that you can download the appropriate installer package.Code:[root@server ~]# uname -i x86_64
Code:[root@server ~]# cat /etc/redhat-release CentOS release 5.3 (Final)
Code:root@server ~]# rpm -qa | grep -i http [root@server ~]# rpm -qa | grep -i php [root@server ~]# rpm -qa | grep -i mysql
Code:[root@server ~]# yum remove http* [root@server ~]# yum remove php* [root@server ~]# yum remove mysql*
Code:root@server [~]# getenforce Disabled
Code:[root@server ~]# mkdir /root/plesk [root@server ~]# cd /root/plesk
Code:eg : [root@server plesk]# wget plesk_auto_installer_file_name
Code:eg : [root@server plesk]# chmod +x plesk_auto_installer_file_name
Code:eg : [root@server plesk]# ./plesk_auto_installer_file_name
Select the product versions that you want to install: type the number corresponding to the product version you need and press ENTER, then type 'n' and press ENTER to continue. Here's a sample of installing Plesk control panel 9.2 on CentOS 5.x
Code:1. [*] Plesk Control Panel then the following product versions which are available are displayed: 5. (*) Plesk 9.2.0
By default, typical installation is selected. It includes a minimal number of packages required for Plesk to work. To install all components of Plesk including all Plesk modules and Web applications, select Full installation. To install only selected components, select Custom installation. In this screen, choose the proper installation type and press ENTER.
Code:Select the third [Custom] option by entering 3 & press ENTER. 3. (*) Custom Custom components selection. Recommended only for experienced users.
To select or deselect a package, type the corresponding number and press ENTER.
When there are several versions of a component available for installing, for example, PHP v. 4 and PHP v.5, then you can choose the version that you want to install..
Primary components list for Plesk control panel. Select the components of Plesk Control Panel you want to install:
Code:Show components for the product: 1. (*) Plesk Control Panel 2. * Base packages of Plesk 3. [*] Plesk Updater 4. [ ] PHP5 support 5. [*] PosgreSQL server support 6. [ ] Application vault packages 7. [ ] Additional Plesk manuals 8. [ ] Plesk Professional Web Web site hosting Editor 9. [*] Plesk API [former Plesk Agent] 10. [ ] Plesk migration manager 11. [ ] SiteBuilder publishing support for Plesk 12. [ ] SiteBuilder module migration suite 13. [ ] ColdFusion support for Plesk 14. [ ] MIVA Empresa support 15. [ ] <+> Plesk hosting features // 0 of 6 components selected 16. [ ] <+> Additional Plesk modules // 0 of 5 components selected 17. [ ] <+> Game servers // 0 of 3 components selected 18. [.] <+> Addition mail services // 2 of 5 components selected 19. [ ] <+> Server backup solutions // 0 of 1 components selected 20. [ ] <+> Additional language packs // 0 of 8 components selected
Make sure that only the following components are selected & the page should look like:
Code:1. (*) Plesk Control Panel Please select the components of Plesk Control Panel you want to install: 2. * Base packages of Plesk 3. [*] Plesk Updater 4. [*] PHP5 support 5. [*] PosgreSQL server support 6. [*] Application vault packages 7. [ ] Additional Plesk manuals 8. [*] Plesk Professional Web Web site hosting Editor 9. [*] Plesk API [former Plesk Agent] 10. [*] Plesk migration manager 11. [ ] SiteBuilder publishing support for Plesk 12. [ ] SiteBuilder module migration suite 13. [ ] ColdFusion support for Plesk 14. [ ] MIVA Empresa support 15. [*] <+> Plesk hosting features // 6 of 6 components selected 16. [*] <+> Additional Plesk modules // 5 of 5 components selected 17. [ ] <+> Game servers // 0 of 3 components selected 18. [.] <+> Addition mail services // 4 of 5 components selected 19. [*] <+> Server backup solutions // 1 of 1 components selected 20. [ ] <+> Additional language packs // 0 of 8 components selected
Code:15. [*] <+> Plesk hosting features // 6 of 6 components selected 16. [*] <+> Additional Plesk modules // 5 of 5 components selected 18. [.] <+> Addition mail services // 4 of 5 components selected 19. [*] <+> Server backup solutions // 1 of 1 components selected
Code:15. [*] <+> Plesk hosting features // 6 of 6 components selected 1. [*] Bandwidth Limiter For Apache support (mod_bw) 2. [*] Apache ASP support 3. [*] Tomcat Java Servlets support 4. [*] Apache mod_python module 5. [*] Ruby on Rails support 6. [*] FastCGI support (mod_fcgid)
Code:16. [*] <+> Additional Plesk modules // 5 of 5 components selected 1. [*] Plesk Firewall module 2. [*] Plesk VPN module 3. [*] Plesk Fileserver module and SMB file server package 4. [*] SSHTerm - SSH Terminal java applet 5. [*] Watchdog (System monitoring module)
Code:18. [.] <+> Addition mail services // 4 of 5 components selected 1. [*] Mailman mailing list manager support 2. [ ] Kaspersky antivirus module 3. [*] Dr. Web antivirus 4. [*] SpamAssassin support 5. [*] Real-time Blackhole List client for qmail
Code:19. [*] <+> Server backup solutions // 1 of 1 components selected 1. [*] Plesk Backup Manager To continue with installation, type 'n' and press ENTER. When prompted, confirm installing: type 'n' and press ENTER again.
When the installation is finished a trial license key is installed for evaluation purposes & Plesk will have started automatically..
Now to complete the initial configuration, log in to the Plesk control panel running on your host:
Use the username 'admin' and password 'setup' (both are case sensitive). For security reasons, change the password upon initial login.
Credits : Tutorial By BlaZe
You are free to share this tutorial anywhere untill the Credits are as it is.BlaZe Reviewed by BlaZe on . HOWTO Install Plesk Control Panel on Linux I just finished installing Plesk on my friend's VPS :) So I thought that I should write a Tutorial for others. Important Pre-Installation Tasks : Login to the vps/server & execute "uname -i" to get the OS bit version so that you can download the appropriate installer package.# uname -i x86_64 Later on, run "cat /etc/redhat-release" to check the name & version of the OS installed on the system, for downloading the appropriate installer package. # cat /etc/redhat-release CentOS Rating: 5
-
8th Nov 2009, 09:15 AM #2BannedWebsite's:
SMSFreak.in Recharge.im DJGaurav.inThanks Quiet Useful
latter on please give a tutorial for cpanel/whm too
-
8th Nov 2009, 09:19 AM #3OPToo busy :|Website's:
L337Fx.com BeastieBay.net
-
9th Nov 2009, 03:55 AM #4BannedWebsite's:
Dev-Security.netNice tutorial did you write this your self?
-
9th Nov 2009, 07:53 AM #5OPToo busy :|Website's:
L337Fx.com BeastieBay.net
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Preferred control panel? (cPanel vs DirectAdmin vs Plesk etc)
By eLight in forum Webmaster DiscussionReplies: 21Last Post: 29th Apr 2011, 12:18 PM -
How to install VNC on CentOS via control panel?
By justice90 in forum Hosting DiscussionReplies: 0Last Post: 22nd Sep 2010, 05:11 PM -
[Shared] Offshore Hosting, Php/MySql, Plesk Control Panel. Instant Activation. PayPal accepted
By magicworld11 in forum ArchiveReplies: 2Last Post: 15th Jul 2010, 08:14 AM -
How to install a control panel?
By tres in forum Server ManagementReplies: 1Last Post: 8th Jun 2010, 08:35 AM -
HOWTO Install cURL in Linux
By BlaZe in forum Technical and Security TutorialsReplies: 1Last Post: 15th Nov 2009, 04:03 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...