---
title: Installing PingCentral on Microsoft Windows
description: PingCentral can be installed on Microsoft Windows Server 2016 or 2019. An installation script is not yet available, so download and extract the contents of the installation file to a suitable location within the host file system.
component: pingcentral
version: 2.2
page_id: pingcentral:pingcentral_for_iam_administrators:pingcentral_installing_pc_windows
canonical_url: https://docs.pingidentity.com/pingcentral/2.2/pingcentral_for_iam_administrators/pingcentral_installing_pc_windows.html
revdate: May 3, 2024
section_ids:
  before-you-begin: Before you begin
  steps: Steps
---

# Installing PingCentral on Microsoft Windows

PingCentral can be installed on Microsoft Windows Server 2016 or 2019. An installation script is not yet available, so download and extract the contents of the installation file to a suitable location within the host file system.

## Before you begin

Ensure that:

* You are signed on to your system and have privileges that allow you to install applications.

* All [System requirements and supported configurations](pingcentral_system_requirements.html) are met, and the Oracle Java 11 LTS runtime environment is installed.

* The *\<JAVA\_HOME>* path points to the JDK software on your system. For example, `/usr/lib/jvm/java-11-openjdk-11.0.5.10-0.e17_7.x86_64`. To verify this information, run the `echo $JAVA_HOME` command.

* The JAVA `/bin` directory path is added to the *\<PATH>* variable. To verify this information, run the `$echo $PATH` command.

## Steps

1. Download the distribution `.zip` archive and extract its contents where you want the service run.

2. Go to `/<pingcentral_install>/bin/run.bat` and run `run.bat` from a command-line interface.

3. Open a web browser and go to `https://localhost:9022`.

   |   |                                                                                                                                                 |
   | - | ----------------------------------------------------------------------------------------------------------------------------------------------- |
   |   | While you are running PingCentral locally, your browser might warn you that the application you're accessing doesn't have a signed certificate. |

4. Sign on to PingCentral using the following credentials:

   * **Username**: Administrator

   * **Password**: 2Federate

     Without modification, PingCentral is secure by default.

   Items worth mentioning:

   * If you add PingAccess environments to PingCentral, ensure that PingFederate is configured as the PingAccess token provider. See [Configuring PingFederate as a PingAccess token](pingcentral_configuring_pf_token_provider.html) for details.

   * If your application owners promote SAML applications to PingFederate or PingAccess environments, ensure that the appropriate trusted certificate authority (CA) certificates are available in PingCentral. See [Adding trusted CA certificates to PingCentral](pingcentral_add_trusted_certs.html) for details.

5. Configure PingCentral to run as a Windows service, if appropriate.

   For more information, see [Configuring PingCentral to run as a Windows service](pingcentral_conf_pc_windows.html).
