Cpanel/WHM FAQs
RSS site feed|Webmaster Stuff|International Calling Cards|Linux Recovery|Server Recovery|Hard Drive Recovery|Raid Recovery
MAilEnable Server | Windows Plesk Harddisk Restoration
Plesk
Plesk is another control panel used by webhosting companies. But, it is not as user friendly as Cpanel. The main advantage of Plesk is that it will work on Windows Platform also. Here, I have written down some of the commonly found issues in Plesk.
Special Note
Plesk has two Mysql servers. First server is for storing Plesk configuration settings.
This server uses the 8306 port. Password is same as Plesk admin
password. Second server is for clients' database, port is 3306. You can manage
this server via phpMyAdmin which is accessible on the CP -> Server ->
Databases -> Mysql tab. Password is stored in the "misc" table of Plesk
"psa" database. However, you can change this password via CP -> Server
-> Databases -> Mysql tab.
Newbiee Plesk doubts
Plesk Webstatistics
How to view Awstats/Webalizer for domains hosted in Plesk server?
Webstats can be viewed by http://www.domainname.com/plesk-stat/webstat/
How to update the webstats in Plesk?
Statistics can be updated by cd %plesk_bin% , statistics.exe in command prompt.
I would prefer Awstats to webalizer. how can I change te default webstats?
Plesk->Domains-Domain->Setup->Drop down menu, where we can select that.
statistics.exe is throwing some errors while executing. Can you please advise some steps to follow to fix the issue?
We couldnt tell any exact steps to fix the issue without knowing the error you receive. But following steps can help you sometimes to fix the issue.
1. Please try to run Plesk reconfigurator.
(Start-Programs-SWSoft-Plesk-Reconfigurator) -repair Plesk installation, and check only check
vhosts security
2. After that please try to run statistics.exe.
3. It will be the good idea to run filemon (sysinternals.com) to trace
statistics.exe access to file system
Common FAQs in Plesk
How can I view my webpages using IP before the DNS gets updated?
http://IP/$sitepreview/domainname.com
Mailbox hasn't created with the email accounts I have created. Why?
Login PleskCp-->Domains-->domain.name-->Mail-->Preferences,enable webmail, then mailbox will be created automaticaly
where does the configuration for Plesk session time out set up and how we manage it?
You can set session idle time in Plesk->Server->Session Settings and we can edit it.
Plesk backup - how to create?
You may back up domain only via Plesk control panel (CP -> Domains -> domain.tld -> back up)
If you want to back up whole client account you have to use plesk back up utility.
Windows commands to manage Plesk
How to login the mysql prompt in via Windows cmd?
%plesk_dir%\mysql\bin\mysql -uadmin -p"pleskpassword" -P8306 psa
How to remove lockout for the domains in Plesk
login to mysql prompt, run >delete from lockout; --> This will delete all the lockout entries
delete from lockout where login = 'admin'; --> This will delete the lockout entries for the admin user
How to retrieve Plesk admin password?
cmd> cd %plesk_bin% cmd> plesksrvclient.exe -get
How to retreive plesk password for a particular domain?
login to mysql prompt, select dom.passwd, d.name as 'domain name' from dom_level_usrs dom join domains d on dom.dom_id=d.id;
For plesk windows please use the admin panel to reset the accounts details, using the edit option. Then save it. Logout from admin then try with the username.
I try to browse an .asp page on a domain but I get an error 500 Internal Server Error . How can I find out where is the problem?
Visit http://kb.swsoft.com/article_149_1094_en.html to findout the fix.
Is it possible to add more open source applications to the application vault in the Plesk control panel so that they can be installed via the control panel itself?
Yes, it is possible to create custom application in Plesk, basically
you should follow steps described in this manual:
http://download1.swsoft.com/Plesk/Plesk7.5/Doc/plesk-7.5r-sdk-html/docs/application_vault/index.html
windows Plesk server restoration
Usually you need to do the following steps:
1. Install the same version of Plesk.
2. Copy Plesk and clients databases.
3. Create Plesk's users in Windows by %plesk_bin%\usermng utility.
4. Copy web sites content and check permissions by Reconfigurator.
5. Recreate IIS and FTP configuration by %plesk_bin%\websrvmng and
%plesk_bin%\ftpmng utilities.
Restore account backup in Plesk
You can restore a backup of domain in Plesk CP -> domains -> domain.com
-> Back up -> click on backup file -> Restore
Please send comments on these web pages to sumith at sumith.net
copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Sumith Sreedhar
Verbatim copying and redistribution of this entire page are permitted
provided this notice is preserved.