> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/connectivity/network-services/virtual-private-network-vpn/how-tos/change-the-password-for-a-vpn-user.md).

# Change the password for a VPN user

***

## Change the password for a VPN user using the control panel

To change the password for a VPN user, click on **Actions** for the current VPN user in the overview and then click **Change Password**.

<div align="left"><figure><img src="/files/9UXMMNc7Zt27D9WwfAjx" alt=""><figcaption></figcaption></figure></div>

A new dialog box opens where you enter the new password. You must enter the new password in both fields. When you are done, click **Change Password**.

<div align="left"><figure><img src="/files/6bKj9YnI1opRHNbpVHYv" alt=""><figcaption></figcaption></figure></div>

## Change the password for a VPN user using the API

To change the password of a VPN user using the [API](/platform/control-panel/api.md), use the [vpn/edituser](https://github.com/GleSYS/API-docs/wiki/API-Documentation#vpnedituser) endpoint.


---

# 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:

```
GET https://docs.glesys.com/products/connectivity/network-services/virtual-private-network-vpn/how-tos/change-the-password-for-a-vpn-user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
