UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Technical Support > Tutorials / How to?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 26-07-2008, 08:29
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 710
Thumbs up How To Install Plesk Control Panel On Linux VPS/ Dedicated Servers!

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.

Here are the complete steps on "How to install Plesk 8.x on a plain VPS Hosting / Dedicated server"..

Important Pre-Installation Tasks :

Login to the VPS Hosting/server & execute "uname -i" to get the OS bit version so that you can download the appropriate installer package.
Quote:
[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.
Quote:
[root@server ~]# cat /etc/redhat-release
CentOS release 5.2 (Final)
Run the following 3 commands, to check if Apache, PHP & MySQL are preinstalled by the OS:
Quote:
[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...
Quote:
[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".
Quote:
root@server [~]# getenforce
Disabled
Change your working directory to where you want to download the Auto-installer utility:
Quote:
[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.
Quote:
eg : [root@server plesk]# wget plesk_auto_installer_file_name
Set the execution permission for Auto-installer:
Quote:
eg : [root@server plesk]# chmod +x plesk_auto_installer_file_name
Run the Auto-installer:
Quote:
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 8.4 on CentOS 5.x
Quote:
1. [*] Plesk Control Panel
then the following product versions which are available are displayed:
5. (*) Plesk 8.4.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.
Quote:
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:
Quote:
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:
Quote:
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:
Quote:
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
Quote:
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)
Quote:
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)
Quote:
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
Quote:
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..

Enjoy going through the control panel.. I'm sure you'd like it...
__________________

Rock _a.k.a._ Jack L.

http://www.eUKhost.com
Windows Hosting || Windows Reseller Hosting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 17:40.

 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

Business Web Hosting
100% uptime Hosting

Cpanel Hosting
cPanel Shared Hosting

Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

Customer Testimonials
eUK Customer Testimonials


knowledgebase articles

eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting


popular blog categories


Web Hosting
Website Hosting articles

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles

Web Hosting
Web Hosting Service