> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/release-notes/enterprise/keeper-gateway/older/keeper-gateway-1.5.5.md).

# Keeper Gateway 1.5.5

**Note:** Version 1.5.4 was immediately updated to 1.5.5 on June 19 after resolving a critical bug. Please ensure you are running v1.5.5.

### Improvements

* Added support for IPv6 connection targets
* Added health checks for service monitoring - [see detailed documentation](/en/keeperpam/privileged-access-manager/getting-started/gateways/health-checks.md)
* Added support for copying files over WinRM using chunked transfers
* Improved startup performance of Windows gateways
* Improved consistency of Windows gateway auto-updates
* Reduced log file verbosity

### Bug Fixes

* Fixed issue with v1.5.4 where the service stops after 5 minutes on Windows
* Resolved issue where users received a “The service did not start due to a logon failure” error during Gateway installation, even when the provided service password was correct
* Resolved issue where managed service accounts on Windows gateway did not start the gateway service due to logon failures
* Resolved issue where rotations were not honoring custom symbols configured in password complexity
* Resolved issue where RBI sessions were failing to start even when RBI was allowed on PAM config
* Resolved issue where upon installing a new gateway, one-time access token is still prompted even with previous gateway configurations
* Resolved an issue where gateway dependent processes did not terminate properly when the Keeper Gateway was shut down
* Other minor improvements and bug fixes

### Gateway Installation

For instructions on installing or updating your Keeper Gateway, visit this page:

{% embed url="<https://docs.keeper.io/en/keeperpam/privileged-access-manager/getting-started/gateways>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://newdocs.keeper.io/en/release-notes/enterprise/keeper-gateway/older/keeper-gateway-1.5.5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
