Search results

  1. K

    Steps repair broken IP address in plesk

    Getting below error while repairing IP address in Plesk: Error: ifmng failed: Execute netsh interface ipv4 add address Ethernet 203.0.113.2 32 failed[1]: Invalid mask parameter (32). Login to server via RDP. Now with below command you have to add IP Address manually to server. netsh interface...
  2. K

    Steps to disable cookie notification in Plesk

    Steps to disable cookie notification in Plesk Login to Plesk. Click on Extensions menu and choose Panel.ini Editor. Now open Panel.ini Editor from My Extensions. Now add below line. cookieBox.enabled=false At last click on “Save”.
  3. K

    From Plesk Email Security Extension, Spam Filter Menu is not available

    From Plesk Email Security Extension, Spam Filter Menu is not available. If you have installed Plesk Email Security Extension then Spam filter settings location will be changed. So you have to check at below location: Tools & Settings >> Plesk Email Security >> Server Settings tab and Domains...
  4. K

    Steps to change Plesk administrator email address

    You can follow below steps to change email address in Plesk. Login to Plesk. You can find the Administrator username, click on it and then you have to click on “Edit Profile” button. Enter your required email address in Email address field. Press on “Ok” button.
  5. K

    How to enable or disable debug mode in Plesk?

    Login to Plesk. You have to install Panel.ini editor and you will get this option in Extensions. Now open this editor from Extensions >> My Extensions. Now switch to the Editor tab and if you found that editor is empty then follow below steps: Download Panel_ini.txt file. Copy this downloaded...
  6. K

    Steps to install Node.js application in Plesk

    For that you have to follow below steps: Login to Plesk. Now upload your Node.js application files in your File manager with package.json file. Now navigate to Domains >> domain.com >> Node.js. In Linux: Your document root directory should be subdirectory of Application root. In windows: Your...
  7. K

    Location to check Node.js logs path on server

    You can check the path of logs on server wide with below path: /var/log/apache2/error_log This is for Debian/Ubuntu is used; /var/log/httpd/error_log If Apache is used for CentOS/RHEL/CloudLinux is used; /var/log/nginx/error.log If nginx is used only;
  8. K

    Steps to redirect IP address to domain name

    If you want to redirect your IP address to domain name then it is must to have administrative access or you can contact your hosting provider regarding this. You can follow below steps: Login to Plesk. Click on Tools & Settings >> IP addresses >> Click on particular IP address like...
  9. K

    Steps to migrate a website from other server to Plesk

    You can use Site Import extension to transfer your website. Login to Plesk. Here click on “Extensions” and then “Extensions catalog”. After that you have to search for “Site Import” extension. You have to click on “Install”. Now you have to transfer your website to Domains >> domain.com >>...
  10. K

    Steps to add IP address on windows server via command line interface

    Login to RDP plesk server. Click on start button and open command prompt by right click on it. After that select “Run as Administrator”. Here you have to use Plesk bin ipmanage command. You have to add 203.13.11.2 IP address with 255.255.255.0 subnet mask and your IP address type is shared...
  11. K

    Steps to add new IP address in Plesk

    You can follow below steps to add new ip address in Plesk. Login to Plesk. Click on “Tools & Settings” and then click on “IP Addresses” under “Tools & Resources”. Now you can see other options, click on “Add IP Address”. Here you have to enter IP Address and subnet mask in field. You have to...
  12. K

    Plesk SFTP error: “Received unexpected end-of-file from SFTP server”

    If you are getting below error while connecting to plesk SFTP server then you have check this article for more details. Received unexpected end-of-file from SFTP server The main reason of this error is incorrect value of Subsystem parameter in SSH configuration. grep Subsystem...
  13. K

    Plesk Backup/Restoration logs location

    This tutorial is for Plesk Windows, by default Plesk backup log files are located at below path: %plesk_dir%\PMM\<session>\psadump.log %plesk_dir%\PMM\<session>\migration.log %plesk_dir%\PMM\logs\migration.log %plesk_dir%\PMM\logs\pmmcli.log. Plesk Restoration log files are located in...
  14. K

    Steps to install imagick module

    Imagick is a software suit which helps in image manipulation and can read and write images in various formats. It also provide facility to create, edit, compose and convert bitmap images. Firstly you have to use below command to install package. # yum install ImageM* netpbm gd gd-* libjpeg...
  15. K

    Error: “Domain ****.com has outgoing email disabled.”

    I am getting this error while sending mail. This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: [email protected] Domain ****.com has outgoing...
  16. K

    Steps to limit email recipients in exim

    If you want to add limit to number of recipients, so that they can send only 15 emails to recipients. You can secure your server. nano /etc/exim.conf recipients_max = 10 recipients_max_reject = true service exim restart
  17. K

    Error : “skeleton__no_skeletons” in Plesk

    You are getting this issue when your domain is not properly created and Virtual Host Template returns the error skeleton__no_skeletons”. The main cause of this error is Skeleton file is missing. If you will check Virtual host folder then you will find it empty: %plesk_vhosts%.skel\0 First...
  18. K

    Steps to start command prompt as a windows server Administrator

    First thing it is must to have administrator rights to login into server. In first method, right click on Windows button and then select “Command prompt(Admin)” option. In second method, click on Windows start button and type cmd, you will get the Best match option, after that right click on it...
  19. K

    Error: “Unable to logon user (servername\systemuser): (1326) The user name or password is incorrect.”

    If you are facing this error while creating subdomain in plesk or accessing your website in browser then you can resolve this error easily with below steps. You will get this error when system user’s account credentials in OS are not sync in Plesk database. Login to windows server via RDP. Run...
  20. K

    Error: Website is redirecting to Plesk login page

    Looks like you are getting this issue because of same hostname of your server, server treats your URL for Plesk login page. Let’s see how to resolve this issue: Login to Plesk. Click on “Tools & Settings” option in left side of your plesk panel. Now select “Server Settings” option. You will get...
Top