Activity Stream
48,167 MEMBERS
6833 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Too busy :|
    Website's:
    L337Fx.com BeastieBay.net

    Lightbulb 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.

    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.
    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.
    Code: 
    [root@server ~]# 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.
    Code: 
    [root@server ~]# cat /etc/redhat-release
    CentOS release 5.3 (Final)
    Run the following 3 commands, to check if Apache, PHP & MySQL are preinstalled by the OS:
    Code: 
    root@server ~]# rpm -qa | grep -i http
    [root@server ~]# rpm -qa | grep -i php
    [root@server ~]# rpm -qa | grep -i mysql
    If the above are found to be installed [most of the time they are] by the OS, they conflict with the applications Plesk installs, hence remove them using...
    Code: 
    [root@server ~]# yum remove http*
    [root@server ~]# yum remove php*
    [root@server ~]# yum remove mysql*
    Check SELinux status, we have it disabled but still... execute "getenforce" it should say "Disabled" or "Not enforcing". If it's enforcing, disable it by executing: "setenforce 0".
    Code: 
    root@server [~]# getenforce
    Disabled
    Change your working directory to where you want to download the Auto-installer utility:
    Code: 
    [root@server ~]# mkdir /root/plesk
    [root@server ~]# cd /root/plesk
    Once done, download the Auto-installer utility that suits your operating system from HERE and save it on your server's hard drive.
    Code: 
    eg : [root@server plesk]# wget plesk_auto_installer_file_name
    Set the execution permission for Auto-installer:
    Code: 
    eg : [root@server plesk]# chmod +x plesk_auto_installer_file_name
    Run the Auto-installer:
    Code: 
    eg : [root@server plesk]# ./plesk_auto_installer_file_name
    Read installation notes displayed on the screen and type 'n' to proceed to the next screen. Press ENTER.

    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
    Select the components that you wish to install by selecting the installation type for Plesk Control Panel.

    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 review the components that will be installed, type L and then press ENTER. The selected packages are marked with [*] symbols.
    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
    1, 2, 3, 4, 5, 6, 8, 9, 10, 15, 16, 18 & 19 should only be 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
    15, 16, 18 & 19 have sub-components & they need to be selected too:
    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.
    The packages will be downloaded and installed automatically. Hence you can get yourself a cup of coffee in the meantime.
    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

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    SMSFreak.in Recharge.im DJGaurav.in
    Thanks Quiet Useful latter on please give a tutorial for cpanel/whm too

  4.     
    #3
    Too busy :|
    Website's:
    L337Fx.com BeastieBay.net
    Quote Originally Posted by DJGaurav View Post
    Thanks Quiet Useful latter on please give a tutorial for cpanel/whm too
    Ok
    I'll write a tutorial on HOWTO Install cPanel/WHM on a VPS too
    Just give some few days (probably, after my exams)

  5.     
    #4
    Banned
    Website's:
    Dev-Security.net
    Nice tutorial did you write this your self?

  6.     
    #5
    Too busy :|
    Website's:
    L337Fx.com BeastieBay.net
    Quote Originally Posted by William Palmer View Post
    Nice tutorial did you write this your self?
    Not completely by myself
    Actually, I found a Tutorial for Plesk 8.x
    I did the installation with that tutorial. I edited the original content to match the new Plesk 9.2
    As the Plesk 8.x Tutorial was having some missing part

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Preferred control panel? (cPanel vs DirectAdmin vs Plesk etc)
    By eLight in forum Webmaster Discussion
    Replies: 21
    Last Post: 29th Apr 2011, 12:18 PM
  2. How to install VNC on CentOS via control panel?
    By justice90 in forum Hosting Discussion
    Replies: 0
    Last Post: 22nd Sep 2010, 05:11 PM
  3. Replies: 2
    Last Post: 15th Jul 2010, 08:14 AM
  4. How to install a control panel?
    By tres in forum Server Management
    Replies: 1
    Last Post: 8th Jun 2010, 08:35 AM
  5. HOWTO Install cURL in Linux
    By BlaZe in forum Technical and Security Tutorials
    Replies: 1
    Last Post: 15th Nov 2009, 04:03 PM

Tags for this Thread

BE SOCIAL