Howto: Install Windows Server 2022 Server Core

Here is an easy to follow guide to install Windows 2022 Server core.

To install Windows Server 2022, follow these steps:

Prerequisites:

  1. Hardware Requirements:
    • Minimum 1.4 GHz 64-bit processor.
    • 2 GB RAM (for Server Core) or 4 GB RAM (for Desktop Experience).
    • 32 GB of disk space.
    • Network adapter compatible with the Ethernet network.
  2. Installation Media:
    • Download the Windows Server 2022 ISO from the Microsoft website.
    • Create a bootable USB drive using tools like Rufus or the Windows Media Creation Tool.
Continue reading “Howto: Install Windows Server 2022 Server Core”

Install PHP and PHP Manager on Windows Server 2022 – Easy way

To install PHP Manager on Windows Server 2022, follow these steps:

Step 1: Install IIS (Internet Information Services)

  1. Open Server Manager.
  2. Click on Add roles and features.
  3. In the wizard, click Next until you reach the Server Roles section.
  4. Check Web Server (IIS) and click Next.
  5. Proceed through the wizard, ensuring to include necessary features, then click Install.
Continue reading “Install PHP and PHP Manager on Windows Server 2022 – Easy way”

Installing PHP on Windows Server 2022 – Manual Way

To install PHP on Windows Server 2022, follow these steps:

Step 1: Download PHP

  1. Go to the PHP for Windows website.
  2. Download the latest version of PHP. Choose the “Non-thread safe” version for IIS.

Step 2: Extract PHP

  1. Extract the downloaded ZIP file to a directory, e.g., C:\php.

Continue reading “Installing PHP on Windows Server 2022 – Manual Way”