May 16, 2024

How to install Imunify360 on Plesk

Plesk,

Imunify360 is a comprehensive, multilayered web server security platform. Antivirus, Firewall, WAF, PHP Security Layer, Patch Management, and Domain Reputation all have a simple user interface and sophisticated automation capabilities. It also offers Stand-alone installation. You can follow this step-by-step process to install the Imunify360 on Plesk. Steps to set up Imunify360 on Plesk Log…

Read more
November 29, 2019

7 Tips to free disk space on cPanel server

Cpanel,cPanel & WHM,Plesk,

When you run out of disk space, you might experience downtime, slow website loading, or emails that get sent but dose not arrive in your mailbox. You can follow below cPanel tips to free your disk sapce and maximize your server’s potential. 1. cPanel clean up disk space Initially, You need to check whether the…

Read more
October 15, 2018

Manually updating traffic and disk usage for all clients in Plesk

Linux General,Plesk,

This blog post will guide you through the process of manually updating the traffic and disk usage for all the clients in Plesk. The Plesk statistics is a report in Plesk that calculates disk space, Mail Space, Database usage and traffic usage on a per domain and hosting account. Plesk recalculates all usage statistics once…

Read more
May 28, 2011

Problem in starting Plesk name server service

Plesk,

If the Plesk name service could not start in the server. Then there could be a duplicate entry in the named.conf file Location of named.conf file c:\program files\ swsoft \ plesk \ dns\ var\ named.conf Solution 1. Backup the named.conf file 2. Check for duplicate domain entries 3. Remove one duplicate entry and save the…

Read more
May 28, 2011

[DBNETLIB][ConnectionOpen (Invalid Instance()).]Invalid connection Error when binding MSSQL database with plesk 10

Plesk,

Connection to a named instance of SQL server 2005/2008 should be made using the format ‘VirtualServer\Instancename’. if the IP address of a machine running a named SQL server instance (ONE)is 192.141.128.140, you can connect to the named instance using  192.141.128.140\ONE for the servername. To avoid a client app from using the above convention for a…

Read more
May 28, 2011

When I open File Manager I get “Operation failed” error.

Plesk,

Symptoms When I open File Manager I am getting the following error:FileList::init() failed: ls_dir_wrapper() failed: Unable to logon user (PLESK900W2K3\USER1): (1326) Logon failure: unknown user name or bad password. ———————- Debug Info ——————————- 0: plib\ui_common\FileManagerUIPointer.php:709 FileManagerUIPointer->accessItem(string ‘GET’, NULL null) 1: plib\ui\client.domain.hosting.file-manager.php:86 plesk__client__domain__hosting__file_manager->accessItem(string ‘GET’, NULL null) 2: plib\UIPointer.php:599 UIPointer->access(string ‘GET’) 3: htdocs\plesk.php:42 Resolution Make sure that…

Read more
June 16, 2010

Using wildcard subdomains in Plesk

Plesk,

In some situations, you may want to have domain.com as well as *.domain.com point to the same site in Plesk. Plesk will automatically set up hosting for domain.com and www.domain.com within the Apache configuration, but you can direct all subdomains for a particular domain to a certain virtual host fairly easily. DNS Configuration: Add a…

Read more
May 19, 2010

Plesk DBWebadmin(PHPMyAdmin) Error

Plesk,

Plesk – DBWebAdmin Error:Get the following error when try to use PHPMyAdmin in the Parallels Panel: “#1045 – Access denied for user ‘pma_xxxxxxx’@’localhost’ (using password: YES)” APPLIES TO:* Plesk 8.x for Linux/Unix CauseThe problem is caused by mismatch between user login credentials stored in phpMyAdmin configuration and database.Using instructions below you may repair the configuration.…

Read more
May 19, 2010

Plesk Fatal exception error and Fix

Plesk,

Plesk Fatal Exception Error: Unable to create or delete domains under Plesk panel. Failed domain creation: Unable to update domain data: dnsmng::remove() failed: dnsmng failed: dnsmng: Unable to open DNS config file: Permission denied System error 13: Permission denied 0: /usr/local/psa/admin/htdocs/domains/create_domain.php:150 Fix: 1. Disable the selinux. vi /etc/sysconfig/selinux SELINUX=disabled SELINUXTYPE=targeted SETLOCALDEFS=0 2. Improper permission of…

Read more
May 8, 2010

Plesk VPS Migration for plesk 9 series

Linux/Windows Support,Plesk,

1. Upload migration agent and modules to the source server. For example for Parallels Plesk Panel, there are two folders: “/usr/local/psa/PMM/agents/shared” and “/usr/local/psa/PMM/agents/PleskX”. Use the command below to copy the Migration Manager: destination ~# scp -r /usr/local/psa/PMM/agents/shared/* /usr/local/psa/PMM/agents/PleskX/* root@source:temporary_migration_directory/ 2. Login to source server and change to directory /temporary_migration_directory. Run migration agent (PleskX.pl) with parameter…

Read more