---
title: "Gets the settings required for remote login to a Compute Node."
method: GET
path: "/pools/{poolId}/nodes/{nodeId}/remoteloginsettings"
tags: ["Nodes"]
---

# Gets the settings required for remote login to a Compute Node.

`GET /pools/{poolId}/nodes/{nodeId}/remoteloginsettings`

Before you can remotely login to a Compute Node using the remote login settings, you must create a user Account on the Compute Node and configure access ports for SSH and RDP. For more information, see https://learn.microsoft.com/azure/batch/pool-endpoint-configuration

## Path parameters

- `poolId` string, required
- `nodeId` string, required

## Query parameters

- `api-version` string, required
- `timeOut` integer

## Headers

- `client-request-id` string
- `return-client-request-id` boolean
- `ocp-date` string, date-time-rfc7231

## Response `200`

The request has succeeded.

- BatchNodeRemoteLoginSettings — The remote login settings for a Compute Node.
  - `ipv6RemoteLoginIPAddress` string — Represent an IP V6 address serialized as a string. It is formatted as eight hex decimal values(16-bit) between 0 and FFFF separated by colon. (i.e. `y:y:y:y:y:y:y:y`)
  - `ipv6RemoteLoginPort` integer — The port used for remote login to the Compute Node.
  - `remoteLoginIPAddress` string, required — Represent an IP V4 address serialized as a string. It is formatted as four 8-bit fields separated by periods.
  - `remoteLoginPort` integer, required — The port used for remote login to the Compute Node.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/batch-batch.md) · [All operations](https://skmtc.net/azure/apis/batch-batch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/batch-batch/revisions/8427acd8fd77/schema)
