cpanel Structure Details for the structure of cpanel & WHM by Kevin Asklund.

Size: px
Start display at page:

Download "cpanel Structure Details for the structure of cpanel & WHM by Kevin Asklund."

Transcription

1 cpanel Structure Details for the structure of cpanel & WHM by Kevin Asklund. The cpanel and WebHost Manager package includes: * cpanel - Domain Owner Control (:2082 & :2083) * WebHost Manager - Server Administration and Reseller (:2086 & :2087) * Webmail Panel - Webmail Access (:2095 & :2096) Directory Structure of cpanel === Apache == /usr/local/apache bin- apache binaries are stored here - httpd, apachectl, apxs conf - configuration files - httpd.conf - php.conf cgi-bin domlogs - domain access and stat log files are stored here for all domains htdocs - default apache DocumentRoot location include - header files libexec - shared object (.so) files are stored here - libphp4.so,mod_rewrite.so logs - apache logs - access_log, error_log, suexec_log man - apache manual pages icons - icon/jpg/gif images modules - shared object (.so) files are store here - Apache-2.x+ Init Script :/etc/rc.d/init.d/httpd or /usr/local/apache/bin/apachectl - apache start script Cpanel script to restart apache - /scripts/restartsrv_httpd /opt - Apache modules built here Exim Conf : /etc/exim.conf - exim main configuration file - Do not manually edit /etc/localdomains - list of domains allowed to relay/receive mail Log : /var/log/exim_mainlog - incoming/outgoing mails are logged here Log : /var/log/exim_rejectlog - exim rejected mails are reported here Log : /var/log/exim_paniclog - exim errors are logged here Mail queue: /var/spool/exim/input Cpanel script to restart exim - /scripts/restartsrv_exim forwarders and catchall address file - /etc/valiases/domainname.com filters file - /etc/vfilters/domainname.com POP user authentication file - /home/username/etc/domainname/passwd Catchall inbox - /home/username/mail/new POP user inbox - /home/username/mail/domainname/popusername/new POP user spambox - /home/username/mail/domainname/popusername/spam

2 Program : /usr/sbin/exim (suid - -rwsr-xr-x 1 root root ) Init Script: /etc/rc.d/init.d/exim : /scripts/restartsrv_exim : service exim restart ProFTPD === Program :/usr/sbin/proftpd Init Script :/etc/rc.d/init.d/proftpd : /scripts/restartsrv_ftpserver Conf: /etc/proftpd.conf Log: /var/log/messages, /var/log/xferlog Accounts file - /etc/proftpd/$username - all ftp accounts are stored here Pure-FTPD ==== Program : /usr/sbin/pure-ftpd Init Script :/etc/rc.d/init.d/pure-ftpd : /scripts/restartsrv_ftpserver Conf: /etc/pure-ftpd.conf Accounts file: /etc/proftpd/$username - all ftp accounts are stored here Anonymous ftp document root - /etc/pure-ftpd/ip-address Frontpage Extensions == Program - (Install): /usr/local/frontpage/version5.0/bin/owsadm.exe Uninstall and then install for re-installations FP files are found as _vti-bin, _vti-pvt, _vti-cnf, vti-log inside the public_html /scripts/setupfp5 domain.com Mysql == Program : /usr/sbin/mysqld :/usr/bin/mysqld_safe Init Script : /etc/rc.d/init.d/mysql : service mysql start/stop : /scripts/restartsrv_mysql Conf : /etc/my.cnf, /root/.my.cnf Data directory - /var/lib/mysql - Where all databases are stored. Database naming convention - username_dbname (eg: john_sales)(dbmapping) Log: Startup errors - /var/lib/mysql/hostname.tld.err Socket file - /var/lib/mysql/mysql.sock, /tmp/mysql.sock PostgreSQL ==== Program: Init Script: Conf: /var/lib/pgsql/data/postgresql.conf & pg_hba.conf Data Directory: /var/lib/pgsql/data Log: /var/lib/pgsql/

3 SSHD = Program :/usr/local/sbin/sshd Init Script :/etc/rc.d/init.d/sshd - /scripts/restartsrv_sshd - service sshd restart Conf: /etc/ssh/sshd_config Log: /var/log/messages Perl ==== Program :/usr/bin/perl or /usr/local/bin/perl (one should symlink to the other) Directory :/usr/lib/perl5/5.8.x/ or /usr/local/lib/perl5 Version: perl -v Check: /scripts/checkperlmodules : /scripts/perlmods -s Installer: /scripts/perlinstaller : perl -MCPAN -e shell Build: /home/.cpan :/home/.cpcpan PHP ==== System PHP Program :/usr/local/bin/php, /usr/bin/php, /usr/local/php4/bin/php ini file: /usr/local/lib/php.ini - apache must be restarted after any change to this file php can be recomplied using /scripts/easyapache : /scripts/phpup using /var/cpanel/ easy/apache/profile/ Internal PHP Program : /usr/local/cpanel/3rdparty/bin/php : /var/cpanel/3rdparty/bin/php ini file: /usr/local/cpanel/3rdparty/etc/php.ini internal PHP can be recompiled using : /scripts/makecpphp using /var/cpanel/easy/ apache/profile/makecpphp.profile.yaml /var/cpanel/3rdparty Named(BIND) == Program: /usr/sbin/named Init Script: /etc/rc.d/init.d/named Config: /etc/named.conf Zone files:/var/named/ Log: /var/log/messages: /var/named/data/named.run NSD (Alternate DNS option)(limited to 500 domains and 50 IPʼs) = Program: /usr/sbin/nsd Init Script : /etc/rc.d/init.d/nsd

4 db records : /var/named Config: /etc/nsd/nsd.conf Log: /var/log/messages Courier Program: /usr/lib/courier-imap/libexec/couriertcpd Init Script: /etc/init.d/courier : /scripts/restartsrv_courier Config: /usr/local/libexec/courier-imap Log: /var/log/maillog Dovecot = Program: /usr/sbin/dovecot Init Script: /etc/init. Config: /etc/dovecot.conf Log: /var/log/maillog DBMapping ==== Directory: /var/cpanel/databases Scripts: /usr/local/cpanel/bin/dbindex /usr/local/cpanel/bin/dbmaptool /usr/local/cpanel/bin/dbstoregrants /usr/local/cpanel/bin/setupdbmap Tomcat Directory: /usr/local/jakarta/tomcat Conf: /usr/local/jakarta/tomcat/conf/server.xml Log: /usr/local/jakarta/tomcat/logs/catalina.out & catalina.err /usr/local/apache/logs/mod_jk.log Scripts: /scripts/addservlets --domain= & /scripts/remservlets Ruby ==== Directory: /home/username/rails_apps /home/username/.gem/ruby

5 Scripts: /scripts/installruby Spamd Directory: /etc/mail/spamassassin Program: /usr/bin/spamd & /usr/bin/spamc & /usr/bin/spamassassin Scripts: /scripts/installspam Clamd Conf: /etc/clamd.conf Scripts: clamscan freshclam EasyApache ==== /var/cpanel/easy/apache /var/cpanel/userdata /usr/local/apache/conf/ /var/cpanel/templates/apache2 /usr/local/cpanel/src/templates/apache2 /home/cpeasyapache /opt /usr/local/cpanel/logs/easy/apache cpanel installation directory structure ==== /usr/local/cpanel + 3rdparty/ - tools like fantastico, mailman files are located here + addons/ - AdvancedGuestBook, phpbb etc + base/ - phpmyadmin, squirrelmail, skins, webmail etc + bin/ - cpanel binaries + cgi-sys/ - cgi files like cgi , formmail.cgi, formmail.pl etc + logs/ - cpanel access_log, error_log, license_log, stats_log + whostmgr/ - whm related files + base/frontend - cpanel related files - themes

6 + perl/ - internal Perl modules for compiled binaries + etc/init - init files for cpanel services WHM related files /var/cpanel - whm files + bandwidth/ - rrd files of domains + username.accts - reseller accounts are listed in this files + packages - hosting packages are listed here + root.accts - root owned domains are listed here + suspended - suspended accounts are listed here + users/ - cpanel user file - theme, bwlimit, addon, parked, sub-domains all are listed in this files + zonetemplates/ - dns zone template files are taken from here Common CPanel scripts ==== cpanel/whm Scripts are located in /scripts/ + addns - add a dns zone + addfpmail2 -Add frontpage mail extensions to all domains without them + addpop - add a pop account + addservlets - Add JSP support to a domain (requires tomcat) + adduser - Add a user to the system + apachelimits - calculates memory limits for apache processes then adds to httpd.conf + biglogcheck - looks for logs nearing 2 gigabytes in size + bsdcryptoinstall - Installs crypto on FreeBSD + bsdldconfig - Configures the proper lib directories in FreeBSD + bsdpkgpingtest - Tests the connection speed for downloading FreeBSD packages + buildbsdexpect - Install expect on FreeBSD + buildeximconf - Rebuilds exim.conf + buildpostgrebsd-dev - Installs postgresql on FreeBSD. + chcpass - change cpanel passwords (does not change all passwords) + cleandns - removes domains from named.conf that do not have a Zone. + courierup - used to update/reinstall courier + cpbackup - to backup accounts (if backups enabled) (--force) + dnscluster - used to synchronize DNS zones with clustered servers (--help) + dumpstor - displays contents of.datastore storable files + dumpgdbm - displays contents of.gdbm locale files + easyapache - recompile/upgrade apache and/or php + editquota - used to manually set a users quota limit + ensure_vhost_includes - ensures users includes are added in httpd.conf + eximup - used to update exim to latest version - will overwrite any manual changes + fixcommonproblems - fixes mailbox permissions, mailman, cgi scripts, ndc and quotas + fixfrontpageperm - fixes permission issues with Front Page + fixmailman - fixes common mailman issues + fixndc - fixes rndc errors with named

7 + fixquotas - fixes quota problems + fullhordereset - resets horde database to a fresh one - all previous user data are lost + ftpup - used to update/install FTP server (pureftpd or proftpd) to latest version + generat dirsize - generates new maildirsize for any or all users *(--help) + initquotas - initializes quotas + installzendopt - installs zend optimizer - thru phpextensionmgr + killacct - terminate an account - make sure you take a backup of the account first + killdns - removes a DNS Zone + mailperm - fixes permission problems with mail directories + makecpphp - rebuilds internal PHP from /var/cpanel/easy/apache/profile/ makecpphp.profile.yaml + mysqlup - used to update mysql to latest version specified in /var/cpanel/cpanel.config + park - to park a domain - (only adds DNS) + pkgacct - used to create an account backup + pre* - used to create pre service scripts that run before a service is updated + post* - used to create post service scripts that run after a service is updated + phpup - used to update PHP only + phpextensiomgr - Installs IonCube, Zend Optimizer, SuHosin & eaccelerator + rebuildcpusers - chowns /var/cpanel/users files + rebuildnamedconf - rebuilds /etc/named.conf with zones from /var/named/*.db + rebuildparkeddomains + restartsrv_$servicename - restart script for services + restorepkg - restores an account from a backup file (pkgacct file)(must be in /home) + runlogsnow - update logs of all users + runweblogs - update stats for a particular user + securetmp - secures /tmp partition with options nosuexec and nosuid + setupftpserver - sets which FTP server to install (pureftpd or proftpd) + setupmailserver - sets which mail service to install (courier or dovecot) + setupnameserver - sets which DNS service to install (Bind or NSD) + suspendacct - suspends an account + unsuspendacct - unsuspends a suspended account + upcp - updates cpanel to the latest version (--force) + updatenow - updates the cpanel scripts + updateuserdomains - updates /etc/userdomains entries from /var/cpanel/users + wwwacct - to create new accounts (wwwacct domain.com user password) Important cpanel/whm files (& Config files) /usr/local/apache/conf/httpd.conf - apache configuration file /etc/exim.conf - mail server configuration file /etc/named.conf - name server (named) configuration file /etc/proftpd.conf - proftpd server configuration file /etc/pure-ftpd.conf - pure-ftpd server configuration file /etc/valiases/domainname - catchall and forwarders are set here /etc/vfilters/domainname - filters are set here

8 /etc/userdomains - all domains are listed here - addons, parked,subdomains along with their usernames /etc/localdomains - exim related file - all domains should be listed here to be able to send/receive s /etc/cpbackup-userskip.conf - /etc/sysconfig/network - Networking Setup* /etc/hosts - /etc/resolv.conf - Networking Setup > Resolver Configuration /etc/nameserverips - Networking Setup > Nameserver IPs ( FOr resellers to give their nameservers ) /var/cpanel/resellers - For addpkg, etc permissions for resellers. /etc/chkserv.d - Main >> Service Configuration >> Service Manager * /etc/ipaddrpool - ip addresses which are free /etc/ips.dnsmaster - nameserver ips /etc/domainips - IPʼs set as dedicated for specific domains /etc/wwwacct.conf - account creation defaults file in WHM (Basic cpanel/whm Setup)* /etc/cpupdate.conf - Update Config * /etc/cpbackup.conf - Configure Backup* /etc/clamav.conf - clamav (antivirus configuration file ) /etc/my.cnf - mysql configuration file /usr/local/lib/php.ini - php configuration file /etc/ips - ip addresses on the server (except the shared ip) (IP Functions >Show IP Address Usage )* /var/run/chkservd - Main >> Server Status >> Service Status * /var/log/dcpumon - top log process /root/cpanel3-skel - skeleton directory. Eg: public_ftp, public_html. (Account Functions) /var/spool/exim/input - Mail queue /var/spool/exim/msglog - message logs /var/spool/cron - cronjobs are stored here for all users /var/cpanel/users - cpanel user file that defines account settings /var/cpanel/users.cache - user cache files that are read by cpanel /var/cpanel/cpanel.config - cpanel configuration file ( Tweak Settings )* /var/cpanel/counters - To get the counter of each users. /var/cpanel/bandwidth - To get bandwith usage of domains /var/cpanel/userdata - Defines parked, addon, subdomains as well as VirtualHost /var/cpanel/logs - transfer logs /var/cpanel/easy/apache - easyapache build files/profile /var/cpanel/userhomes - session home for cpanel, Horde, Roundcube, phpmyadmin /var/cpanel/serviceauth - chkservd service user/pass data /var/cpanel/updatelogs - upcp daily logs /var/cpanel/horde - version file, backups and logs stored here /var/cpanel/roundcube - version file, backups and logs stored here /var/cpanel/squirrelmail - version file stored here /var/cpanel/packages - default and custom packages created here /var/cpanel/databases - dbmapping files /var/cpanel/cpanelsync - DNS Clustering files

9 cpanel Ports needed: Port Service Protocol Direction 20 ftp tcp inbound/outbound 21 ftp tcp,udp inbound/outbound 22 ssh tcp inbound 25 smtp tcp inbound/outbound 26 smtp tcp inbound/outbound 37 rdate tcp outbound 43 whois tcp outbound 53 DNS tcp/udp inbound/outbound (inbound is only needed if you run your own public DNS server you) 80 http tcp inbound/outbound 110 pop3 tcp inbound 113 ident tcp outbound 143 imap4 tcp inbound 443 https tcp inbound/outbound 465 smtp tls/ssl tcp/udp inbound/outbound 873 rsync tcp/udp outbound 993 imap4 ssl tcp inbound 953 DNS/RNDC 995 pop3 ssl tcp inbound 2082 cpanel tcp inbound 2083 cpanel ssl tcp inbound 2086 whm tcp inbound 2087 whm ssl tcp inbound 2089 cpanel licence tcp outbound 2095 Webmail tcp inbound 2096 Webmail SSL tcp inbound 3306 mysql tcp (only if you need to connect remotely) 6666 chat tcp inbound also please note "Can I run cpanel behind NAT?" ( )

cpanel Structure Details for the complete structure of cpanel by Kevin Asklund.

cpanel Structure Details for the complete structure of cpanel by Kevin Asklund. cpanel Structure Details for the complete structure of cpanel by Kevin Asklund. The cpanel and WebHost Manager package includes: * cpanel - Domain Owner Control * WebHost Manager - Server Administration

More information

WebHost Manager 7 User Guide DOCUMENTATION VERSION: 1.2

WebHost Manager 7 User Guide DOCUMENTATION VERSION: 1.2 WebHost Manager 7 User Guide DOCUMENTATION VERSION: 1.2 Table of contents 1 What is WebHost Manager? 10 2 How do I use WebHost Manager? 11 2.1 Installation..............................................

More information

Linux VPS with cpanel. Getting Started Guide

Linux VPS with cpanel. Getting Started Guide Linux VPS with cpanel Getting Started Guide First Edition October 2010 Table of Contents Introduction...1 cpanel Documentation...1 Accessing your Server...2 cpanel Users...2 WHM Interface...3 cpanel Interface...3

More information

WebHost Manager User Manual. cpanel

WebHost Manager User Manual. cpanel WebHost Manager User Manual Table Of Contents Installation...1 Installation...1 Logging on for the first time...4...4...4 Troubleshooting...6 Logging On...7...7...7 Troubleshooting...7 Change Log...8...8...8

More information

VPS Geek Guide. cpanel/whm

VPS Geek Guide. cpanel/whm VPS Geek Guide cpanel/whm VPS Geek Guide cpanel Control Panel 1 Last Modified: November 1, 2008 Table of Contents Introduction... 4 FREE Server Configuration & Hardening... 5 Software... 5 Codecs... 5

More information

Dedicated Servers InfoGuide

Dedicated Servers InfoGuide Dedicated Servers InfoGuide Who is this Product for? ü Resellers who serve clients who need Dedicated Servers to host their Applications ü Those who want to Resell Hosting to thousands of customers using

More information

Introduction to the Capabilities of cpanel & WHM

Introduction to the Capabilities of cpanel & WHM Introduction to the Capabilities of cpanel & WHM V101712. cpanel, WebHost Manager and WHM are registered trademarks of cpanel, Inc. 2012. All rights reserved. Page 2 Table of Contents Explanation of the

More information

iweb Management Packages - List of supported services and software

iweb Management Packages - List of supported services and software iweb Management Packages - List of supported services and software Introduction Operating Systems and Control s Virtualization Backups Linux Databases (Linux) Web Servers (linux) Programming languages

More information

Closing the Loop: Automating Server Setups. Vanessa Vasile, InMotion Hosting

Closing the Loop: Automating Server Setups. Vanessa Vasile, InMotion Hosting Closing the Loop: Automating Server Setups Vanessa Vasile, InMotion Hosting Teeny bit about me... I'm currently a senior system administrator with InMotion Hosting, and I've been there about four years.

More information

WHM Administrator s Guide

WHM Administrator s Guide Fasthosts Customer Support WHM Administrator s Guide This manual covers everything you need to know in order to get started with WHM and perform day to day administrative tasks. Contents Introduction...

More information

SMT v4.0 Users Guide (Linux version)

SMT v4.0 Users Guide (Linux version) SMT v4.0 Users Guide (Linux version) Table of Contents 1. Manage Customer Billing 2. Provision Web Services a. Add a virtual host b. Password protect a directory c. Enable virtual host logs d. Change password

More information

42goISP Documentation

42goISP Documentation 42goISP Documentation 42goISP Documentation I Table of Contents General...1 1 What is 42goISP?...1 2 Terms and structure of the manual...1 3 Installation/Upgrade/Deinstallation...1 3.1 Installation...1

More information

ISPConfig Documentation

ISPConfig Documentation ISPConfig Documentation ISPConfig Documentation I Table of Contents General...1 1 What is ISPConfig?...1 2 Terms and structure of the manual...1 3 Installation/Upgrade/Deinstallation...1 3.1 Installation...1

More information

CPanel User Guide DOCUMENTATION VERSION: 1.2

CPanel User Guide DOCUMENTATION VERSION: 1.2 CPanel User Guide DOCUMENTATION VERSION: 1.2 Table of contents 1 What is CPanel? 8 2 How do I get help? 9 3 CPanel themes 10 4 How do I use CPanel? 11 4.1 Logging on..............................................

More information

WHY USE ILLUMIN8 MARKETING FOR HOSTING YOUR WEB SITE?

WHY USE ILLUMIN8 MARKETING FOR HOSTING YOUR WEB SITE? QUESTIONS OR COMMENTS? email info@illumin8marketing.com or call 608-796-1990 WHY USE ILLUMIN8 MARKETING FOR HOSTING YOUR WEB SITE? Yes, there are cheaper (even free) alternatives out there. What we will

More information

Host your websites. The process to host a single website is different from having multiple sites.

Host your websites. The process to host a single website is different from having multiple sites. The following guide will help you to setup the hosts, in case you want to run multiple websites on your VPS. This is similar to setting up a shared server that hosts multiple websites, using a single shared

More information

Domain Name. Domain Registrar. Web Site cpanel. www..com. www..net. www..biz URL: Username: Password: www.mydomain.com/cpanel. Username: Password:

Domain Name. Domain Registrar. Web Site cpanel. www..com. www..net. www..biz URL: Username: Password: www.mydomain.com/cpanel. Username: Password: 314 Main Street Onalaska, WI 54650 608-787-8887 Why Use The Idea Center for Hosting Your Web Site? Yes, there are cheaper (even free) alternatives out there. What we will offer you is a reliable service,

More information

ENTERPRISE LINUX NETWORKING SERVICES

ENTERPRISE LINUX NETWORKING SERVICES ENTERPRISE LINUX NETWORKING SERVICES The is an expansive course that covers a wide range of network services useful to every organization. Special attention is paid to the concepts needed to implement

More information

GL275 - ENTERPRISE LINUX NETWORKING SERVICES

GL275 - ENTERPRISE LINUX NETWORKING SERVICES Length: 5 days The GL275 is an expansive course that covers a wide range of network services useful to every organization. Special attention is paid to the concepts needed to implement these services securely,

More information

Talk Internet User Guides Controlgate Administrative User Guide

Talk Internet User Guides Controlgate Administrative User Guide Talk Internet User Guides Controlgate Administrative User Guide Contents Contents (This Page) 2 Accessing the Controlgate Interface 3 Adding a new domain 4 Setup Website Hosting 5 Setup FTP Users 6 Setup

More information

Getting Started With Your Virtual Dedicated Server. Getting Started Guide

Getting Started With Your Virtual Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Linux Virtual Dedicated Server using cpanel. Getting Started with Your Virtual Dedicated

More information

ENTERPRISE LINUX NETWORKING SERVICES

ENTERPRISE LINUX NETWORKING SERVICES ENTERPRISE LINUX NETWORKING SERVICES COURSE DESCRIPTION: The GL275 is an expansive course that covers a wide range of network services useful to every organization. Special attention is paid to the concepts

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice Parallels Holdings, Ltd. c/o Parallels International GMbH Vordergasse 49 CH8200 Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Copyright 1999-2011

More information

Bigstep Server Management Service Details

Bigstep Server Management Service Details Bigstep Server Management Service Details Release date: 08.06.2013 Intro This document provides a reference point for customers regarding the set of services that this covers and more importantly what

More information

GL-275: Red Hat Linux Network Services. Course Outline. Course Length: 5 days

GL-275: Red Hat Linux Network Services. Course Outline. Course Length: 5 days GL-275: Red Hat Linux Network Services Course Length: 5 days Course Description: The GL275 is an expansive course that covers a wide range of network services useful to every organization. Special attention

More information

Linux MDS Release Notes

Linux MDS Release Notes Linux MDS Release Notes Introduction Important: This document is based on the most recent information regarding the release of Linux MDS. This third edition provides an update to the documentation of support

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys

More information

Simple. Control Panel. for your Linux Server. Getting Started Guide. Simple Control Panel // Linux Server

Simple. Control Panel. for your Linux Server. Getting Started Guide. Simple Control Panel // Linux Server Getting Started Guide Simple Control Panel for your Linux Server Getting Started Guide Page 1 Getting Started Guide: Simple Control Panel, Linux Server Version 2.1 (02.01.10) Copyright 2010. All rights

More information

COURCE TITLE DURATION LPI-202 Advanced Linux Professional Institute 40 H.

COURCE TITLE DURATION LPI-202 Advanced Linux Professional Institute 40 H. COURCE TITLE DURATION LPI-202 Advanced Linux Professional Institute 40 H. IMPLEMENTING A WEB SERVER Apache Architecture Installing PHP Apache Configuration Files httpd.conf Server Settings httpd.conf Main

More information

Advanced 100 GB storage space. Unlimited monthly bandwidth. Pro 150 GB storage space. Unlimited monthly bandwidth. Horde Squirrelmail Round Cube Mail

Advanced 100 GB storage space. Unlimited monthly bandwidth. Pro 150 GB storage space. Unlimited monthly bandwidth. Horde Squirrelmail Round Cube Mail Name Storage capacity and bandwidth allowance Email features Digital Pacific (Business ) Basic 25 GB storage space. 100 GB monthly Standard 50 GB storage space. Advanced 100 GB storage space. Pro 150 GB

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice Parallels Holdings, Ltd. c/o Parallels International GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41-526320-411 Fax: +41-52672-2010 Copyright 1999-2011

More information

About this Guide...5 1. Web Hosting...6 Concepts... 6

About this Guide...5 1. Web Hosting...6 Concepts... 6 A Guide Contents About this Guide...5 1. Web Hosting...6 Concepts... 6 Server...6 Web Server...6 Account...6 IP Address...6 Domain or Host Name...6 Registrar...6 Nameserver...7 File Transfer Protocol (FTP)...7

More information

Manual Prepared by GalaxyVisions Customer Care Team

Manual Prepared by GalaxyVisions Customer Care Team Toll Free: 1.866-GVHOST1 (484-6781) 882 3rd Ave, 8th Floor, Brooklyn, Ny 11232 Manual Prepared by GalaxyVisions Customer Care Team cpanel GameServers (cpgs) This add on provides hosting companies the ability

More information

Reseller Manual. version 2.0-r1

Reseller Manual. version 2.0-r1 Reseller Manual version 2.0-r1 Contents 1 Definition of Terms 3 2 Sections of the Reseller Interface 3 3 General 4 3.1 Overview.............................. 4 3.2 Change Password.........................

More information

Getting Started With Your Virtual Dedicated Server. Getting Started Guide

Getting Started With Your Virtual Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Linux Virtual Dedicated Server using Plesk 8.0. Getting Started with Your Virtual Dedicated

More information

Create a New Account Contents

Create a New Account Contents Create a New Account Contents Goals...2 Create a New Domain Account...2 Domain Information...3 Package...4 Settings...5 Reseller Settings...6 DNS Settings...6 Mail Routing Settings...7 Conclusion...7 1

More information

Introduction to cpanel

Introduction to cpanel Introduction to cpanel Thank you for hosting your domain with Sierra Tel Internet. In order to provide modern and efficient service, we are housing your website s files on a server running the Linux operating

More information

About This Document 3. Integration Overview 4. Prerequisites and Requirements 6

About This Document 3. Integration Overview 4. Prerequisites and Requirements 6 Contents About This Document 3 Integration Overview 4 Prerequisites and Requirements 6 Meeting the Requirements of the cpanel Plugin... 6 Meeting the Requirements of Presence Builder Standalone... 6 Installation

More information

"Charting the Course... Enterprise Linux Networking Services Course Summary

Charting the Course... Enterprise Linux Networking Services Course Summary Course Summary Description This an expansive course that covers a wide range of network services useful to every organization. Special attention is paid to the concepts needed to implement these services

More information

NGASI Shared-Runtime Manager Administration and User Guide. 1999-2010 WebAppShowcase DBA NGASI

NGASI Shared-Runtime Manager Administration and User Guide. 1999-2010 WebAppShowcase DBA NGASI NGASI Shared-Runtime Manager Administration and User Guide 2 NGASI Shared-Runtime Manager Table of Contents Part I Introduction 4 0 1 Overview... 4 2 Requirements... 4 Part II Administrator 6 1 Login...

More information

Hostdime s. Guide to CPANEL 9.9. Created and Maintained by: Aric Pedersen aric@hostdime.com

Hostdime s. Guide to CPANEL 9.9. Created and Maintained by: Aric Pedersen aric@hostdime.com Hostdime s Guide to CPANEL 9.9 Created and Maintained by: Aric Pedersen aric@hostdime.com Page 1 of 80 Hostdime.com s CPANEL 9.9 Guide Aric Pedersen, 2003-2004 Hostdime s Guide to CPANEL 9.5 Table of Contents

More information

Copyright Notice. Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010

Copyright Notice. Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Parallels Panel Copyright Notice Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Global Headquarters 500 SW 39 th Street, Suite 200 Renton,

More information

Tango Hostway s Reseller Platform

Tango Hostway s Reseller Platform Tango Hostway s Reseller Platform Web Hosting Plans Linux Hosting Pricing Monthly $7.95 $9.95 $11.95 $13.95 $18 Quarterly $19.88 $24.88 $29.88 $34.88 $45 Semi-Annually $39.75 $49.75 $59.75 $69.75 $90 Yearly

More information

Parallels Plesk Panel 11 for your Linux server

Parallels Plesk Panel 11 for your Linux server Getting Started Guide Parallels Plesk Panel 11 for your Linux server Getting Started Guide Page 1 Getting Started Guide: Parallels Plesk Panel 11, Linux Server Version 1.1 (11.1.2012) Copyright 2012. All

More information

Parallels Pro Control Panel

Parallels Pro Control Panel Parallels Pro Control Panel Legal and Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 2008, Parallels,

More information

Exim4U. Email Server Solution For Unix And Linux Systems

Exim4U. Email Server Solution For Unix And Linux Systems Email Server Solution For Unix And Linux Systems General Overview, Feature Comparison and Screen Shots Exim4U Email Server Solution For Unix And Linux Systems Version 2.x.x October 12, 2012 Copyright 2009

More information

Hostopia Web Hosting - Getting Started

Hostopia Web Hosting - Getting Started Hostopia Web Hosting - Getting Started Getting Started www.elihosting.net Main Menu www.elihosting.net Home Page Administrative Access: For Email and Website Setup & Maintenance... Point your browser to

More information

cpanel 11 User Manual

cpanel 11 User Manual cpanel 11 User Manual Table Of Contents README FIRST...1 README FIRST...1 Common Questions...3 Common Questions...3 Advanced...9 Apache Handlers...9 Cron Jobs...10 Error Pages...12 Frontpage Extensions...14

More information

Single Domain Name Business-Class Hosting with Email

Single Domain Name Business-Class Hosting with Email Single Domain Name Business-Class Hosting with lite Bronze Bronze Silver Platinum Silver Gold Platinum ASP Lite Plus Monthly Fee $7 $10 $15 $17 $20 $30 $40 $70 $200 site Storage 400 MB 3 GB 6 GB 6 GB 8

More information

Parallels Plesk Control Panel

Parallels Plesk Control Panel Parallels Plesk Control Panel Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2008, Parallels,

More information

Dinsol.In. Best Hosting Services in Delhi/NCR

Dinsol.In. Best Hosting Services in Delhi/NCR Best Hosting Services in Delhi/NCR Dinsol.In Introduction Dinsol Info Solutions is a company with vision to provide services and products in diverse areas. Through our Information Technology devision,

More information

WEB2CS INSTALLATION GUIDE

WEB2CS INSTALLATION GUIDE WEB2CS INSTALLATION GUIDE FOR CPANEL / WHM XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING WEB2CS 4 1.1. ADDING XANDMAIL

More information

Getting Started Guide. Getting Started With Your Dedicated Server. Setting up and hosting a domain on your Linux Dedicated Server using Plesk 8.0.

Getting Started Guide. Getting Started With Your Dedicated Server. Setting up and hosting a domain on your Linux Dedicated Server using Plesk 8.0. Getting Started Guide Getting Started With Your Dedicated Server Setting up and hosting a domain on your Linux Dedicated Server using Plesk 8.0. Getting Started with Your Dedicated Server Plesk 8.0 Version

More information

A Beginner's Guide to Setting Up A Web Hosting System (Or, the design and implementation of a system for the worldwide distribution of pictures of

A Beginner's Guide to Setting Up A Web Hosting System (Or, the design and implementation of a system for the worldwide distribution of pictures of A Beginner's Guide to Setting Up A Web Hosting System (Or, the design and implementation of a system for the worldwide distribution of pictures of cats.) Yes, you can download the slides http://inthebox.webmin.com/files/beginners-guide.pdf

More information

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes May 07, 2002 Thank you for choosing Ensim WEBppliance 3.0 for Windows. This document includes information about the following: About Ensim

More information

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5 Parallels Plesk Automation Customer s Guide Parallels Plesk Automation 11.5 Last updated: 17 March 2015 Contents Quick Start with Hosting Panel 4 Set Up Your First Website... 4 1. Create Your Site... 5

More information

Customer Control Panel Manual

Customer Control Panel Manual Customer Control Panel Manual Contents Introduction... 2 Before you begin... 2 Logging in to the Control Panel... 2 Resetting your Control Panel password.... 3 Managing FTP... 4 FTP details for your website...

More information

Parallels Panel. Deployment Guide. Plesk Automation 11.5. Revision 1.0

Parallels Panel. Deployment Guide. Plesk Automation 11.5. Revision 1.0 Parallels Panel Deployment Guide Plesk Automation 11.5 Revision 1.0 Contents Getting Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Plesk Automation 8 Upgrading Plesk

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice Parallels Holdings, Ltd. c/o Parallels International GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41-526320-411 Fax: +41-52672-2010 Copyright 1999-2011

More information

imhosted Web Hosting Knowledge Base

imhosted Web Hosting Knowledge Base imhosted Web Hosting Knowledge Base CGI, Perl, Sendmail Category Contents CGI, Perl, Sendmail 1 What directory do I upload my CGI scripts to? 1 What is CGI? 1 What is Perl? 1 Do you allow CGI to run on

More information

Parallels Plesk Panel 11 for your Windows Server

Parallels Plesk Panel 11 for your Windows Server Getting Started Guide Parallels Plesk Panel 11 for your Windows Server Getting Started Guide Page 1 Getting Started Guide: Parallels Plesk Panel 11, Windows Server Version 1.1 (11.1.2012) Copyright 2012.

More information

Host Excellence Hosting Manual. June 26th, 2007

Host Excellence Hosting Manual. June 26th, 2007 Host Excellence Hosting Manual June 26th, 2007 Table of Contents 1. Accessing the Control Panel... 6 1.1 How to access... 6 1.2 Billing system... 6 2. Control Panel Basics... 7 2.1 Your temporary index

More information

1. An Introduction to cpanel. Welcome to Thanks for signing up. 2. How Domain Names work

1. An Introduction to cpanel. Welcome to Thanks for signing up. 2. How Domain Names work 1. An Introduction to cpanel cpanel is the name of the control panel you can use to manage your site. In our setup email, you can login using the details that look like this: Welcome to Thanks for signing

More information

Lab Tasks 1. Configuring a Slave Name Server 2. Configure rndc for Secure named Control

Lab Tasks 1. Configuring a Slave Name Server 2. Configure rndc for Secure named Control Khóa học bao trùm tất cả các vấn đề về dịch vụ mạng trong doanh nghiệp bao gồm: khái niệm DNS, triển khai DNS sử dụng Bind; khái niệm LDAP và sử dụng OpenLDAP; dịch vụ Web với Apache; dịch vụ FTP với vsftpd;

More information

Plesk Panel HEAnet Customer Guide

Plesk Panel HEAnet Customer Guide Plesk Panel HEAnet Customer Guide Version 1.7 September 2013 HEAnet has migrated its Webhosting Service from the old Linux/Apache/MySQL/PHP (LAMP) set up to a control panel environment based on Parallel

More information

Server Management Tool (SMT) 4.1. SMT 4.1 User s Guide (Linux Version)

Server Management Tool (SMT) 4.1. SMT 4.1 User s Guide (Linux Version) Page 1 of 102 Server Management Tool (SMT) 4.1 User s Guide (Linux Version) Advanced Internet Technologies, Inc. AIT Center November 3, 2005 Revision History: This is version 4.1 of the SMT User s Guide

More information

WEB2CS INSTALLATION GUIDE

WEB2CS INSTALLATION GUIDE WEB2CS INSTALLATION GUIDE FOR XANDMAIL XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING WEB2CS 3 1.1. RETRIEVING THE

More information

Parallels Operations Automation

Parallels Operations Automation Parallels Operations Automation What s New Document Version 2.9 www.parallels.com/spp Revision 1.0 (July 2009) Introduction Parallels Operations Automation 2.9 is an Operations Support System designed

More information

ISPConfig Documentation

ISPConfig Documentation ISPConfig Documentation ISPConfig Documentation I Table of Contents II Reseller Manual...1 1 General...1 1.1 Login and Password...1 1.2 Interface for Resellers...1 1.3 ISPConfig Privileges for Resellers...2

More information

Asia Web Services Ltd. (vpshosting.com.hk)

Asia Web Services Ltd. (vpshosting.com.hk) . (vpshosting.com.hk) Getting Started guide for VPS Published: July 2011 Copyright 2011 Table of Contents Page I. Introduction to VPS 3 II. Accessing Plesk control panel 4 III. Adding your domain in Plesk

More information

Getting Started With Your Dedicated Server. Getting Started Guide

Getting Started With Your Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Dedicated Server Setting up and hosting a domain on your Windows Server 2003 Dedicated Server using Plesk. Getting Started with Your Dedicated Server Version

More information

When you first login to your reseller account you will see the following on your screen:

When you first login to your reseller account you will see the following on your screen: Step 1 - Creating Your Administrative Account We presume that your Reseller account has been created. Here's how to create your Administrative account which you'll use to create your hosting plans, add

More information

What is included in the ATRC server support

What is included in the ATRC server support Linux Server Support Services What is included in the ATRC server support Installation Installation of any ATRC Supported distribution Compatibility with client hardware. Hardware Configuration Recommendations

More information

cpanel User Guide and Tutorial Chapter 4. "Working with Mail" Aric Pederson

cpanel User Guide and Tutorial Chapter 4. Working with Mail Aric Pederson cpanel User Guide and Tutorial Aric Pederson Chapter 4. "Working with Mail" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter 4. "Working with

More information

Getting Started With Your Virtual Dedicated Server. Getting Started Guide

Getting Started With Your Virtual Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Windows Server 2003 Virtual Dedicated Server using Plesk. Getting Started with Your Virtual

More information

Administrators guide to the Matrix Control Panel. Linux

Administrators guide to the Matrix Control Panel. Linux Administrators guide to the Matrix Control Panel Linux Setting up your server... 3 Introduction... 3 Logging into the matrix control panel... 3 Setting yourself up as a user... 3 Securing the Matrix control

More information

Creating Custom Nameservers Contents

Creating Custom Nameservers Contents Creating Custom Nameservers Contents Goals... 2 Register Name Servers... 2 Setup Private NameServers in WHM... 4 Adding IP addresses for your name server... 5 Conclusion... 5 Goals This guide will help

More information

Copyright Notice. Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010

Copyright Notice. Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Parallels Panel Copyright Notice Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Global Headquarters 500 SW 39 th Street, Suite 200 Renton,

More information

Managed VPS Linux Feature Overview

Managed VPS Linux Feature Overview Managed VPS Linux Feature Overview Copyright 2006 VERIO Europe page 1 1 INTRODUCTION 3 1.1 Document Contents 3 2 PLATFORM AND SERVER ACCESS 4 2.1 Platform 4 2.2 Server Access 4 3 SERVICES 6 3.1 Web Services

More information

Introduction... 1. Connecting Via FTP... 4. Where do I upload my website?... 4. What to call your home page?... 5. Troubleshooting FTP...

Introduction... 1. Connecting Via FTP... 4. Where do I upload my website?... 4. What to call your home page?... 5. Troubleshooting FTP... This guide is designed to show you the different ways of uploading your site using ftp, including the basic principles of understanding and troubleshooting ftp issues. P a g e 0 Introduction... 1 When

More information

Automated CPanel Backup Script. for home directory backup, remote FTP backup and Amazon S3 backup

Automated CPanel Backup Script. for home directory backup, remote FTP backup and Amazon S3 backup Automated CPanel Backup Script for home directory backup, remote FTP backup and Amazon S3 backup Version : 1.0 Date : August 10, 2011 Developed by : Dody Rachmat Wicaksono (support@cpanelbackupscript.com)

More information

Getting Started With Your Virtual Dedicated Server. Getting Started Guide

Getting Started With Your Virtual Dedicated Server. Getting Started Guide Getting Started Guide Getting Started With Your Virtual Dedicated Server Setting up and hosting a domain on your Linux Virtual Dedicated Server using Simple Control Panel. Getting Started with Your Virtual

More information

Copyright Notice. Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010

Copyright Notice. Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Parallels Panel Copyright Notice Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Global Headquarters 500 SW 39 th Street, Suite 200 Renton,

More information

WebPanel Manual DRAFT

WebPanel Manual DRAFT WebPanel Manual DRAFT 1 Untitled Chapter 1.1 Configure web server prior to installing WebsitePanel Agent 4 1.2 Install the WebsitePanel Server Agent to a Server 20 1.3 Configuring Firewall Settings for

More information

APACHE WEB SERVER. Andri Mirzal, PhD N28-439-03

APACHE WEB SERVER. Andri Mirzal, PhD N28-439-03 APACHE WEB SERVER Andri Mirzal, PhD N28-439-03 Introduction The Apache is an open source web server software program notable for playing a key role in the initial growth of the World Wide Web Typically

More information

Legal and Copyright Notice

Legal and Copyright Notice Parallels Confixx Legal and Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 2008, Parallels GmbH

More information

Device Log Export ENGLISH

Device Log Export ENGLISH Figure 14: Topic Selection Page Device Log Export This option allows you to export device logs in three ways: by E-Mail, FTP, or HTTP. Each method is described in the following sections. NOTE: If the E-Mail,

More information

Administrators guide to the Matrix Control Panel

Administrators guide to the Matrix Control Panel www.fasthosts.co.uk Administrators guide to the Matrix Control Panel Setting up your server... 3 Introduction... 3 Logging into the matrix control panel... 3 Setting yourself up as a user... 3 Securing

More information

BT WHOLESALE APPLICATION STORE WEB HOSTING FEATURES

BT WHOLESALE APPLICATION STORE WEB HOSTING FEATURES BT WHOLESALE APPLICATION STORE WEB HOSTING FEATURES 24/7 Network Monitoring 99.9% Uptime Guarantee Access to Log Files Our network technicians work 24 hours a day, 7 days a week monitoring the web severs

More information

PCI Compliance. by: David Koston

PCI Compliance. by: David Koston PCI Compliance by: David Koston PCI DSS Payment Card Industry Data Security Standard American Express Discover JCB MasterCard VISA Why? Continue to do business Retain Customers Legal Standards are Coming!

More information

Linux MDS User s Guide

Linux MDS User s Guide Linux MDS User s Guide Table of Contents Introduction... 1 How to Use this Document... 1 Shell Prompts in Command Examples... 1 Audience... 2 Overview of Linux MDS... 2 Skel Package... 3 Copy-on-Write...

More information

Mindwire Pty Ltd Office 11 128 Lyons Street, Bungalow Cairns, Queensland 4870 Australia

Mindwire Pty Ltd Office 11 128 Lyons Street, Bungalow Cairns, Queensland 4870 Australia W ebsite H osting Our service is what sets us apart. Mindwire Pty Ltd Office 11 128 Lyons Street, Bungalow Cairns, Queensland 4870 Australia Phone: 1300 88 25 33 Office: (07) 4035 6006 Fax: (07) 4035 6007

More information

Welcome To Your New Web Hosting Account!

Welcome To Your New Web Hosting Account! Welcome To Your New Web Hosting Account! We are focused on providing you the very best web hosting service, including all the tools necessary to establish and maintain a successful website. This document

More information

Parallels Pro Control Panel

Parallels Pro Control Panel Parallels Pro Control Panel Legal and Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 2009, Parallels,

More information

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website.

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website. This tutorial will show you how to migrate your website using FTP. The majority of websites are just files, and you can move these using a process called FTP (File Transfer Protocol). The first thing this

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Contents Preface 5 Typographical Conventions... 5 Feedback... 6 Getting Started after Migration from Small Business Panel 7 Differences between SBP and Panel 10... 7 Extended User

More information

Plesk 11 Manual. Fasthosts Customer Support

Plesk 11 Manual. Fasthosts Customer Support Fasthosts Customer Support Plesk 11 Manual This guide covers everything you need to know in order to get started with the Parallels Plesk 11 control panel. Contents Introduction... 3 Before you begin...

More information

Legal and Copyright Notice

Legal and Copyright Notice Parallels Confixx Legal and Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 2009, Parallels GmbH

More information

Detailed Revision History: Advanced Internet System Management (v5.07)

Detailed Revision History: Advanced Internet System Management (v5.07) Detailed Revision History 1 Detailed Revision History: Advanced Internet System Management (v5.07) This detailed revision history document identifies the differences in Advanced Internet System Management

More information

Parallels Plesk Panel 9.2

Parallels Plesk Panel 9.2 Getting Started Guide Parallels Plesk Panel 9.2 for your Windows Server Getting Started Guide Page 1 Getting Started Guide: Parallels Plesk Panel 9.2, Windows Server Version 2.2 (1.6.2012) Copyright 2012.

More information