• How to setup MariaDB for Windows server

    First, download the MariaDB from the below URL. +++ +++ Step -1: Double click the Installer to start the Installation of MariaDB. Step -2: Read and accept the end user license agreement and Click Next. Step -3: Choose the directory that you wish to stores the MariaDB files and click…

  • How to install MySQL on Windows serverĀ 

    Step -1: Download the MySQL Installer and download the appropriate version for your Windows server. Step -2: After download the file, Click the Run button from the Pop-up window at the bottom of your screen. Step -3: Once you have Clicked the Run program a new pop-up window with the…

  • How to setup the FTP log on attempt restriction in IISĀ 

    Step -1: Go to IIS Manager. Step -2: At the server level, select the FTP Logon Attempt Restrictions feature. Step -3: Check Enable FTP Logon Attempt Restrictions option. Step -4: Enter the maximum number of failed attempts and the time period. Step -6: Enable Deny IP addresses based on the…

  • How to Setting up an FTP site in IIS Manager

    Step -1: Go to Internet Information Services (IIS) Manager console. Step -2: Expand the local server. Step -3: Right-click on Sites option , and click Add FTP Site . Step -4: Type the FTP server name and the directory path, and click Next. Step -5: Type the IP address of…

  • How to enable FTP in Windows server

    Step -1: Go to Windows Server Manager Dashboard and select Add Roles and Features. Step -2: In Add Roles and Features wizard, Click Next. Step -3: Select Role-based or feature-based installation in the installation type. Step -4: Select the server that you wish to install FTP service and click Next….

  • How to test the SMTP server in Windows

    Step -1: Run the PowerShell application as an Administrator privilege. Step -2: Run the below command +++ telnet localhost 25 +++ Step -3: By running the below command to Start the communication with the server. +++ EHLO server +++ Step -4: Enter the email address you wish to send an…

  • How to configure the SMTP in Windows server

    Step 1: Open IIS manager Go to Server Manager dashboard and Select the Tools option and Click Internet Information Services (IIS) Manager Step 2: Configure SMTP Virtual Server In IIS Manager, expand the server and right click the SMTP Virtual Server and then Select Properties. Step 3: Configure Relay Configure…

  • How to Install SMTP on Windows

    Step 1: In Server Manager Dashboard, select Add Roles and Features and click Next if If all the prerequisites are met. Step 2: Select Role-based or feature-based installation under the Installation Type and Click Next. Step 3: Select Destination Server By default, the local server is selected. Step 4: Select…