• How to allow IP address on the windows server

    Step1: Login to the Windows server using admin login details Step2: Click on start/windows (button) and search for ‘Windows firewall with advanced security’ Step3: In left side panel, click on ‘Inbound Rules’ and in right side panel click Actions > New rule Step4: Click on ‘Scope’ under ‘Remote IP address’…

  • How to block IP address on the windows server

    Step1: Login to the Windows server using admin login details Step2: Click on start/windows (button) and search for ‘Windows firewall with advanced security’ Step3: In left side panel, click on ‘Inbound Rules’ and in right side panel click Actions > New rule Step4: Click on ‘Scope’ under ‘Remote IP address’…

  • How to run a Docker in a Plesk panel

    Step 1: Access the Docker section by navigating to Docker > Docker Image Catalog in your Plesk environment. Step 2: Utilize the search box or apply filters to efficiently locate applications within the Docker Image Catalog. Step 3: Click on the name of the desired image to view the application…

  • How to prevent administrative access to Plesk from specific IP addresses

    Step 1: Navigate to Tools & Settings > Restrict Administrative Access (under “Security”). Step 2: Click on Settings, choose the “Allowed, excluding the networks in the list” radio button, and click OK. Step 3: Click on Add Network and specify the IP address or addresses from which administrative access to…

  • How to Configure Passive FTP on a Plesk Server

    Step1: Open a terminal and log in to your server via SSH as the root user: Copy code ssh root@your_server_ip Replace “your_server_ip” with your server’s actual IP address. Step 2: Create and edit the “/etc/proftpd.d/55-passive-ports.conf” file using a text editor: Copy code nano /etc/proftpd.d/55-passive-ports.conf Add the following lines to the…

  • How to enable Directory privacy for Awstatus directory

    Step 1: Login to cPanel account Step 2: Search Directory Privacy Step 3: Select public_html directory and Edit the Awstatus folder Step 4: Check the box, Password protect this directory. Step 5: Create a user and password to access the directory Step 6: Now, you may access the Awstatus URL…

  • How to Access Awstats without logging into cPanel

    Step 1: Download Awstats pckage from http://awstats.sourceforge.net Step 2: Create a directory ‘awstat’ under the public_html and upload the file. Step 3: Extract the file. Step 4: Go to awstats-7.8/wwwroot and copy the directory cgi-bin and icon Step 5: Move the directories under the /public_html/awstat/ Step 6: Go to /cgi-bin…

  • How to install a Specific PHP Version on a Server

    Step 1: Install the desired PHP version on your server by referring to the official PHP documentation at http://php.net/manual/en/install.php. Step 2: Note: The following steps are for demonstration purposes, and actual installation may vary based on your operating system and configuration. Step 3: Log in to your server as the…

  • How to Install a particular PHP version on the server or remove one from the server

    Step1: Navigate to Tools & Settings > Updates. Step2: Open the Add/Remove Components tab. Step3: For Plesk on Linux, expand the Web hosting section and locate the PHP interpreter versions section. For Plesk on Windows, expand the Plesk hosting features section. Step4: Identify installed PHP versions by the green checkbox…