---
title: Signing on to the administrative console (Docker deployment)
description: When using Docker containers, the containers must be on the same Docker network to communicate properly.
component: pingauthorize
version: 10.1
page_id: pingauthorize:installing_and_uninstalling_pingauthorize:paz_sign_on_admin_console_docker
canonical_url: https://docs.pingidentity.com/pingauthorize/10.1/installing_and_uninstalling_pingauthorize/paz_sign_on_admin_console_docker.html
revdate: December 5, 2025
section_ids:
  about-this-task: About this task
  steps: Steps
---

# Signing on to the administrative console (Docker deployment)

## About this task

When using Docker containers, the containers must be on the same Docker network to communicate properly.

## Steps

1. Start the PingDataConsole.

   The following command uses the `~/.pingidentity/config` environment file to configure common environment variables. See [Get Started](https://devops.pingidentity.com/get-started/introduction/).

   ```shell
   docker run \
      --env-file ~/.pingidentity/config \
      --name pingdataconsole \
      --detach \
      --publish 5443:8443 \
      --tmpfs /run/secrets \
      pingidentity/pingdataconsole:<TAG>
   ```

   The Docker image *\<TAG>* used in the example is only a placeholder. For actual tag values, see Docker Hub (<https://hub.docker.com/r/pingidentity/pingdataconsole>).

2. Sign on using the information in the following table.

   | Description               | Details                                                                                                                                                                                                                   |
   | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | URL                       | `https://localhost:${HTTPS_PORT}/console/login`                                                                                                                                                                           |
   | Details to enter at login | Server: pingauthorize:1636Username: administratorPassword: 2FederateM0re&#xA;&#xA;If submitting the form results in a "Server unavailable" error, wait longer for the containers to reach an equilibrium "healthy" state. |
