> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/en/account-management/vertrage-rechnungen-und-preise/wie-kann-ich-ein-neues-sip-passwort-generieren.md).

# How can I generate a new SIP password?

In this article, you will learn how to generate a new SIP password for your VoIP phones. This is important to ensure the security of your devices and prevent misuse by third parties. We recommend changing the password at regular intervals.

{% tabs %}
{% tab title="sipgate classic" %}
**Change SIP password as administrator**

If you are an administrator, first open the **account management**. There click on **user** and select the desired users. This will take you to the overview where you can make changes.

**Change SIP password as user**

As a user, log in to your **sipgate user interface** in the left navigation you will find the item **Telephony**. Click it to get to the device settings.

**Further steps**

As soon as you are in the device overview, proceed as follows:

* In the top bar you see the **device overview**.
* Click on the desired phone. A window with the device information will open.
* To the right of the SIP password there is a **gear icon**.
* With a click on this icon you can generate a new SIP password.

![sipgate-Hilfecenter-SIPpasswort1.png](/files/d74722146a25c1f3164163008ed0ef55af7319dc)

{% hint style="warning" %}
**Important:** Change your SIP password regularly. Write down the new password or enter it directly in your VoIP device. If you use multiple devices, repeat the process for each device.
{% endhint %}
{% endtab %}

{% tab title="sipgate neo" %}
On sipgate neo, the navigation differs slightly. Open in the **account management** the area **Apps and devices**. There choose **Phones** out.

* Find the desired phone in the list.
* Click on the **three dots** to the right of the entry.
* Select the option to generate a new SIP password.

![](/files/d7f7dca50d316f5331346322042ec81390522b74)
{% endtab %}
{% endtabs %}


---

# 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://help.sipgate.de/cloud-telefonanlage/en/account-management/vertrage-rechnungen-und-preise/wie-kann-ich-ein-neues-sip-passwort-generieren.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.
