> For the complete documentation index, see [llms.txt](https://support.dlink.com.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.dlink.com.sg/consumer/wi-fi-7-multi-gigabit-router/dpn-be7200gr/faqs/how-to-configure-the-wireless-network-name-and-password-on-dpn-be7200gr.md).

# How to configure the wireless network name and password on DPN-BE7200GR

{% stepper %}
{% step %}
Connect your computer, smartphone, or tablet to the router either via Wi-Fi or by using an Ethernet cable.&#x20;

{% hint style="info" %}
*<mark style="color:red;">Note: The default Wi-Fi name SSID is D-Link-XXXX and Wi-Fi password printed on the bottom of the router.</mark>*
{% endhint %}

{% endstep %}

{% step %}
Once connected, open a web browser and type in the URL bar <https://192.168.0.1> and hit enter.&#x20;

{% hint style="info" %}
*<mark style="color:red;">Note: You might see a "Privacy Error" or similar security warning. This happens because the router uses a self-signed SSL certificate, which browsers may not recognize as secure. It is safe to proceed on.</mark>*
{% endhint %}

Here's how to proceed:&#x20;

1. Click on Advanced at the bottom of the warning page.&#x20;
2. Then, select Continue to 192.168.0.1 (unsafe) to access the router's login page. If you’re hesitant to proceed due to security concerns, you can review the certificate details to verify its issuer and confirm that it is associated with D-Link. To do this:
3. Click the "Not Secure" icon or the padlock symbol (depending on your browser).&#x20;
4. View the certificate details to confirm it was issued by the D-Link manufacturer

<figure><img src="/files/qXgkpfMWlCYBhyII2UGu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
You will be prompted to enter the username and password to access the router’s settings.&#x20;

Username <mark style="background-color:yellow;">**admin**</mark> \
Password <mark style="background-color:yellow;">\[device password found on the label]</mark>

<figure><img src="/files/Tq3aVqW7QQ1VXTs4Ta1q" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*<mark style="color:red;">Note: If you've forgotten the password, you can press the Reset button at the back of the router for 10 seconds to restore the router to its factory default settings, allowing you to reset the password.</mark>*
{% endhint %}
{% endstep %}

{% step %}
Once logged in, navigate to the Basic tab, and click on WLAN Settings. Choose which network's name and password you want to change.&#x20;

{% endstep %}

{% step %}
Choose 2.4G SSID or 5G SSID (if needed). Replace the "SSID name" with your new WiFi name&#x20;

{% endstep %}

{% step %}
Go to the WPA Pre-Shared key field. First, remove the current password (you can reveal it by checking the Display Key box). Then, enter the new password you want to use.&#x20;

{% endstep %}

{% step %}
Hit Save/Apply to confirm the settings.

<figure><img src="/files/jsg6NwOiphefwxJWDaKY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Reconnect your devices to Wi-Fi with the new name and password.

{% endstep %}
{% endstepper %}


---

# 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://support.dlink.com.sg/consumer/wi-fi-7-multi-gigabit-router/dpn-be7200gr/faqs/how-to-configure-the-wireless-network-name-and-password-on-dpn-be7200gr.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.
